.panel {
  border: 1px solid #353E6F;
  border-radius: 4px;
}
.panel.panel-default .panel-heading {
  display: flex;
  align-items: center;
  padding: 8px 16px;
  color: #F9F9F9;
  background-color: #353E6F;
  border-color: #353E6F;
  border-radius: 2px 2px 0 0;
}
.panel.panel-default .panel-heading h5 {
  margin: 0;
  font-size: 16px;
}
.panel-body {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 24px;
  background: #F9F9F9;
  font-size: 1.2rem;
}
.panel-body > * {
  width: 100%;
}
.panel-body > .attention + .row {
  margin-top: 24px;
}
.panel-body > .row {
  margin-bottom: 16px
}
.panel-body ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  padding: 0;
}
.panel-body ul li {
  width: 100%;
  display: flex;
  align-items: center;
}
.panel-body ul li > a {
  display: flex;
  align-items: center;
  gap: 8px;
}
.panel-body .stock {
  display: flex;
  flex-wrap: wrap;
}
.panel-body .stock .row.stock {
  width: 100%;
  padding: 16px 8px;
  display: flex;
  align-items: center;
}
.panel-body .stock .row.stock > div:first-child {
  width: 35%;
}
.panel-body .stock .row.stock > div:last-child {
  width: 65%;
}
.panel-body .stock .row.stock > div > * {
  width: 100%;
}
.panel-footer {
  padding: 8px;
  background: #CCCCCC;
}
.panel-footer a {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #333333;
}

.attention {
  font-size: 0.9rem;
  font-weight: 200;
}

#main-container .btn {
  width: 100%;
  background-color: #D6A664;
  color: white;
  border-bottom-color: #D6A664;
  border-radius: 2px;
  border-color: #D6A664;
}
#main-container .btn:hover {
  background-color: #B57B2A !important;
}

hr {
  border-top: 1px solid #CCCCCC;
}

.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  border-top: 1px solid #CCCCCC;
  font-size: 1rem;
}
.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > th {
  width: 20%;
  background-color:#EBD4B3;
  vertical-align: middle;
  font-weight: normal;
}

.contact.text-center,
.contact-text + .contact {
  font-weight: bold;
  color: #b92323;
  padding: 8px;
  letter-spacing: 4px;
  font-size: 2rem;
}

.company-map {
  padding: 8px;
  background: #F9F9F9;
}

.glyphicon-chevron-right::before {
  content: "chevron_right";
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 1;
}

.glyphicon-chevron-left::before {
  content: "chevron_left";
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 1;
}

@media (max-width: 767px) {
  img.company-map {
    width: 100%;
  }
  .company-map {
    text-align: center;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
}
@media (min-width: 992px) {
}