.btn-primary {
  color: #fff;
  background-color: #1CB7CD;
  border-color: #1CB7CD;
}
.btn-primary:hover {
  background-color: #0092A6;
  border-color: #0092A6;
}
.btn-primary:active {
  background-color: #3DC5D9;
  border-color: #3DC5D9;
}

.btn-primary.disabled, .btn-primary:disabled {
  background-color: #5094BF;
  border-color: #5094BF;
  cursor: not-allowed;
}

.btn-outline-primary {
  color: #1CB7CD;
  border-color: #1CB7CD;
}
.btn-outline-primary:hover {
  background-color: #1CB7CD;
  border-color: #1CB7CD;
}
.btn-outline-primary:active {
  background-color: #3DC5D9;
  border-color: #3DC5D9;
}

.btn-outline-secondary {
  background-color: #FFF;
}

.btn-success {
  background-color: #1CB7CD;
  border-color: #1CB7CD;
}
.btn-success:hover {
  background-color: #1CB7CD;
  border-color: #1CB7CD;
}
.btn-success:active {
  background-color: #3DC5D9;
  border-color: #3DC5D9;
}

.custom-control-input:checked ~ .custom-control-label::before {
  border-color: #1CB7CD;
  background-color: #1CB7CD;
}

/* =========================================================
  detail.css
========================================================= */
#page_info h2 {
  display: none;
}

#vehicle_main {
  background-color: #666;
}
#vehicle_main .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-right: auto;
  margin-left: auto;
  padding-right: 2rem;
  background-color: #FFF;
  max-width: 1400px;
}
@media only screen and (max-width: 991px) {
  #vehicle_main .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: left;
        -ms-flex-align: left;
            align-items: left;
  }
}
@media only screen and (max-width: 767px) {
  #vehicle_main .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: left;
        -ms-flex-align: left;
            align-items: left;
  }
}
#vehicle_main .col_1 {
  background-color: #EEEEEE;
  max-width: 900px;
}
@media only screen and (min-width: 1600px) {
  #vehicle_main .col_1 {
    width: 900px;
  }
}
@media only screen and (max-width: 1599px) {
  #vehicle_main .col_1 {
    width: calc(100vw - 500px);
  }
}
@media only screen and (max-width: 991px) {
  #vehicle_main .col_1 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100vw;
  }
}
@media only screen and (max-width: 767px) {
  #vehicle_main .col_1 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100vw;
  }
}
#vehicle_main .col_2 {
  width: 500px;
  margin-left: 1rem;
}
@media only screen and (max-width: 991px) {
  #vehicle_main .col_2 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 90vw;
    padding-bottom: 1rem;
  }
}
@media only screen and (max-width: 767px) {
  #vehicle_main .col_2 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 90vw;
    padding-bottom: 1rem;
  }
}
#vehicle_main #images .main_img {
  position: relative;
  padding-bottom: 1rem;
  background-color: #FFF;
}
#vehicle_main #images .main_img .img_area {
  right: 0;
  width: 100%;
  height: 570px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-box-shadow: 0 20px 10px -10px #A0A0A0;
  box-shadow: 0 20px 10px -10px #A0A0A0;
}
@media only screen and (max-width: 1220px) {
  #vehicle_main #images .main_img .img_area {
    height: 500px;
  }
}
@media only screen and (max-width: 1100px) {
  #vehicle_main #images .main_img .img_area {
    height: 450px;
  }
}
@media only screen and (max-width: 1050px) {
  #vehicle_main #images .main_img .img_area {
    height: 400px;
  }
}
@media only screen and (max-width: 991px) {
  #vehicle_main #images .main_img .img_area {
    height: 450px;
  }
}
@media only screen and (max-width: 767px) {
  #vehicle_main #images .main_img .img_area {
    height: 300px;
  }
}
#vehicle_main #images .main_img .gallery_items {
  margin-top: -0.7rem;
  min-height: 80px;
  margin-bottom: -2rem;
}
#vehicle_main #images .main_img .gallery_items ul {
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-x: scroll;
}
#vehicle_main #images .main_img .gallery_items ul li {
  list-style: none;
  padding-left: 0.3rem;
  padding-right: 0.3rem;
  padding-bottom: 0.5rem;
}
#vehicle_main #images .main_img .gallery_items ul li img {
  height: 100px;
  -webkit-box-shadow: 0 5px 10px 1px #A0A0A0;
  box-shadow: 0 5px 10px 1px #A0A0A0;
}
#vehicle_main #images .main_img .gallery_items ul li img:hover {
  -webkit-animation: zoom-in-anim 0.5s forwards;
          animation: zoom-in-anim 0.5s forwards;
}
#vehicle_main #images .img_action {
  text-align: center;
  margin-bottom: 1rem;
  margin-top: 1rem;
}
@media only screen and (max-width: 767px) {
  #vehicle_main #images .img_action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: left;
        -ms-flex-align: left;
            align-items: left;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
}
#vehicle_main #images .img_action .btn.btn_3d {
  background: -webkit-gradient(45deg, #1F96B5 35%, #005E82);
  background: linear-gradient(45deg, #1F96B5 35%, #005E82);
  border: none;
  padding-left: 5rem;
  padding-right: 5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 1rem;
}
@media only screen and (max-width: 767px) {
  #vehicle_main #images .img_action .btn.btn_3d {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
#vehicle_main #images .img_action .btn.btn_3d strong {
  font-size: 1.4rem;
  margin-left: 0.6rem;
}
#vehicle_main #images .img_action .btn.btn_3d:before {
  content: "\f1b2";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 1rem;
  font-size: 1.4rem;
}
#vehicle_main #images .img_action .btn.btn_download {
  border: 3px solid #1CB7CD;
  background-color: #FFF;
  border-radius: 3rem;
  color: #1CB7CD;
  padding-top: 0.9rem;
  padding-bottom: 0.9rem;
  padding-right: 2rem;
  padding-left: 2rem;
}
@media only screen and (max-width: 767px) {
  #vehicle_main #images .img_action .btn.btn_download {
    width: 100%;
    margin-top: 0.5rem;
  }
}
#vehicle_main #images .img_action .btn.btn_download:before {
  content: "\f019";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 1rem;
  font-size: 1.4rem;
}
#vehicle_main #images .img_action .btn.btn_download span {
  font-size: 0.9rem;
}
#vehicle_main #main_info {
  padding-top: 2rem;
  padding-left: 1rem;
}
#vehicle_main #main_info p {
  margin-bottom: 0;
}
#vehicle_main #main_info .status_date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#vehicle_main #main_info .car_header_info {
  margin-top: 1rem;
  margin-bottom: 1.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#vehicle_main #main_info .car_header_info .header_info {
  margin-right: 1rem;
}
#vehicle_main #main_info .car_header_info .header_info .year, #vehicle_main #main_info .car_header_info .header_info .make {
  font-size: 1.6rem;
}
#vehicle_main #main_info .car_header_info .header_info .car_name {
  font-weight: bold;
  font-size: 1.8rem;
  margin-bottom: 0.5rem;
}
#vehicle_main #main_info .car_header_info .header_info .ref_No {
  color: #3F3F40;
}
#vehicle_main #main_info .car_header_info .header_info .model_grade {
  margin-top: 1rem;
  padding: 0.2rem 0.5rem;
  background-color: #EEEEEE;
  border: 2px solid #FCD000;
  border-radius: 0.3rem;
}
#vehicle_main #main_info .tag ul {
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#vehicle_main #main_info .tag ul li {
  list-style: none;
  margin-right: 0.7rem;
  background-color: #02AC98;
  color: #FFF;
  padding: 0.3rem 1.5rem;
  border-radius: 1rem;
}
#vehicle_main #main_info .status_stock_country .for_nz {
  margin-bottom: 1rem;
  font-weight: bold;
}
#vehicle_main #main_info .price {
  background-color: #FFFBE8;
  padding: 1.5rem 2rem;
}
#vehicle_main #main_info .price .currency {
  margin-right: 0.5rem;
}
#vehicle_main #main_info .price dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0;
}
#vehicle_main #main_info .price dl dt {
  font-size: 1.1rem;
}
#vehicle_main #main_info .price dl dd {
  font-size: 1.8rem;
  color: #D0021B;
  font-weight: bold;
  margin-bottom: 0;
}
#vehicle_main #main_info .price dl.price_info.nz {
  display: block;
}
#vehicle_main #main_info .price dl.price_info.nz dd + dt {
  margin-top: 1rem;
}
#vehicle_main #main_info .price dl.total {
  border-top: 1px dashed #CCC;
  margin-top: 1rem;
  padding-top: 1rem;
}
#vehicle_main #main_info .price dl.total > dt {
  font-size: 1rem;
}
#vehicle_main #main_info .price dl.total > dd {
  font-size: 1.4rem;
}
#vehicle_main #main_info .price dl.total.nz {
  display: block;
}
#vehicle_main #main_info .price dl.total.nz dd + dt {
  margin-top: 1rem;
}
#vehicle_main #main_info .calc_tools {
  position: relative;
  min-height: 55px;
}
#vehicle_main #main_info .calc_tools .calcurator.mini {
  position: absolute;
  z-index: 50;
  width: 100%;
}
#vehicle_main #main_info .calcurator {
  margin-top: 0.5rem;
}
#vehicle_main #main_info .calcurator .open_calc {
  cursor: pointer;
  color: #000;
}
#vehicle_main #main_info .calcurator .open_calc:hover {
  text-decoration: none;
}
#vehicle_main #main_info .calcurator .open_calc:before {
  content: "\f1ec";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 1rem;
  color: #1CB7CD;
}
#vehicle_main #main_info .calcurator h3 {
  font-size: 1rem;
  color: #3F3F40;
  font-weight: bold;
}
#vehicle_main #main_info .calcurator h3 i {
  float: right;
  color: #CCC;
  cursor: pointer;
}
#vehicle_main #main_info .calcurator .forms {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  #vehicle_main #main_info .calcurator .forms {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: left;
        -ms-flex-align: left;
            align-items: left;
  }
}
#vehicle_main #main_info .calcurator .forms .search_item {
  -ms-flex-preferred-size: 46%;
      flex-basis: 46%;
  margin-right: 1rem;
}
@media only screen and (max-width: 767px) {
  #vehicle_main #main_info .calcurator .forms .search_item {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
#vehicle_main #main_info .calcurator .forms dt {
  font-size: 0.8rem;
  color: #3F3F40;
  text-align: left;
}
#vehicle_main #main_info .calcurator .forms dt i {
  margin-left: 0.5rem;
  color: #1CB7CD;
}
#vehicle_main #main_info .arrow_box {
  position: relative;
  background: #FFFFFF;
  padding: 10px;
  text-align: center;
  border: 2px solid #FCD000;
  color: #666666;
  font-size: 20px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
#vehicle_main #main_info .arrow_box:after, #vehicle_main #main_info .arrow_box:before {
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  pointer-events: none;
  position: absolute;
  bottom: 100%;
  left: 50%;
}
#vehicle_main #main_info .arrow_box:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-width: 15px;
  border-bottom-width: 15px;
  border-left-width: 5px;
  border-right-width: 5px;
  margin-left: -5px;
  border-bottom-color: #FFFFFF;
}
#vehicle_main #main_info .arrow_box:before {
  border-color: rgba(224, 96, 18, 0);
  border-top-width: 21px;
  border-bottom-width: 21px;
  border-left-width: 7px;
  border-right-width: 7px;
  margin-left: -7px;
  margin-bottom: 2px;
  border-bottom-color: #FCD000;
}
#vehicle_main #main_info .calcurator.btn_area:hover {
  background: #FCD000;
  border: 2px solid #FCD000;
  color: #000;
}
#vehicle_main #main_info .calcurator.btn_area:hover .open_calc {
  color: #000;
}
#vehicle_main #main_info .calcurator.btn_area:hover .open_calc:before {
  color: #000;
}
#vehicle_main #main_info .calcurator.btn_area:hover:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #FCD000;
}
#vehicle_main #main_info .calcurator.btn_area:hover:before {
  border-color: rgba(224, 96, 18, 0);
  border-bottom-color: #FCD000;
}
#vehicle_main #main_info .inq_buttons {
  margin-top: 1rem;
}
#vehicle_main #main_info .inq_buttons > div button {
  display: block;
  width: 100%;
  margin-bottom: 0.5rem;
  border: none;
}
#vehicle_main #main_info .inq_buttons .btn.buy_now {
  background-color: #F54C00;
  font-size: 1.8rem;
  font-weight: bold;
  padding-top: 1.3rem;
  padding-bottom: 1.3rem;
}
#vehicle_main #main_info .inq_buttons .btn.buy_now:before {
  content: "\f07a";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 1rem;
}
#vehicle_main #main_info .inq_buttons .btn.buy_now:hover {
  background-color: #FF0000;
  background-image: none;
}
#vehicle_main #main_info .inq_buttons .btn.inquiry {
  font-size: 1.2rem;
}
#vehicle_main #main_info .inq_buttons .btn.inquiry strong {
  font-size: 1.4rem;
}
#vehicle_main #main_info .inq_buttons .btn.inquiry span.sub {
  font-size: 0.9rem;
  margin-left: 0.5rem;
}
@media only screen and (max-width: 767px) {
  #vehicle_main #main_info .inq_buttons .btn.inquiry span.sub {
    display: inline-block;
  }
}
#vehicle_main #main_info .inq_buttons .btn.inquiry:before {
  content: "\f044";
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  margin-right: 1rem;
  font-size: 1.4rem;
}
#vehicle_main #main_info .inq_buttons .btn.inquiry.signined {
  background-color: #E68E00;
}
#vehicle_main #main_info .inq_buttons .btn.inquiry.signined:hover {
  background-color: #E35C00;
  background-image: none;
}
#vehicle_main #main_info .inq_buttons .btn.inquiry.no_signin {
  background: linear-gradient(45deg, #9B9B9B 35%, #4A4A4A);
}
#vehicle_main #main_info .inq_buttons .btn.inquiry.no_signin:hover {
  background-color: #4A4A4A;
  background-image: none;
}

#vehicle_sub .container {
  background-color: #FFF;
  border: 1px dotted #D6D6D6;
  padding: 1.5rem;
  margin-top: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 991px) {
  #vehicle_sub .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: left;
        -ms-flex-align: left;
            align-items: left;
  }
}
@media only screen and (max-width: 767px) {
  #vehicle_sub .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: left;
        -ms-flex-align: left;
            align-items: left;
  }
}
#vehicle_sub .container h3 {
  color: #1CB7CD;
  font-size: 1.3rem;
  margin-bottom: 1rem;
  font-weight: bold;
}
#vehicle_sub #accessories {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}
@media only screen and (max-width: 991px) {
  #vehicle_sub #accessories {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
@media only screen and (max-width: 767px) {
  #vehicle_sub #accessories {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
#vehicle_sub #accessories h3:before {
  content: "\f013";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 1rem;
  font-size: 1.4rem;
}
#vehicle_sub #accessories ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 0;
}
#vehicle_sub #accessories ul li {
  display: block;
  list-style: none;
  -ms-flex-preferred-size: 120px;
      flex-basis: 120px;
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
  padding: 0.5rem;
}
@media only screen and (max-width: 767px) {
  #vehicle_sub #accessories ul li {
    -ms-flex-preferred-size: 30%;
        flex-basis: 30%;
  }
}
#vehicle_sub #accessories ul li.active {
  border: 2px solid #FCD000;
  color: #000;
  background-color: #FFF;
}
#vehicle_sub #accessories ul li.in_active {
  border: 2px solid #CCCCCC;
  color: #CCCCCC;
  background-color: #EEEEEE;
}
#vehicle_sub #detailed {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 991px) {
  #vehicle_sub #detailed {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
@media only screen and (max-width: 767px) {
  #vehicle_sub #detailed {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
#vehicle_sub #detailed h3:before {
  content: "\f1b9";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 1rem;
  font-size: 1.4rem;
}
#vehicle_sub #detailed .row {
  margin-right: 0;
  margin-left: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#vehicle_sub #detailed dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0;
}
#vehicle_sub #detailed dl dt {
  color: #3F3F40;
  padding: 0.5rem;
  white-space: nowrap;
}
#vehicle_sub #detailed dl dd {
  padding: 0.8rem;
  text-align: right;
  margin-bottom: 0;
}
#vehicle_sub #detailed .main {
  border-top: 3px solid #FCD000;
  border-bottom: 3px solid #FCD000;
}
#vehicle_sub #detailed .main > div.row:nth-child(even) {
  background-color: #F6F6F6;
}
#vehicle_sub #detailed .main dt {
  font-size: 1.1rem;
}
#vehicle_sub #detailed .main dd {
  font-size: 1.3rem;
  font-weight: bold;
}
#vehicle_sub #detailed .sub > div.row:nth-child(even) {
  background-color: #F6F6F6;
}
#vehicle_sub #detailed .sub dt {
  font-size: 1rem;
}
#vehicle_sub #detailed .sub dd {
  font-size: 1rem;
}
#vehicle_sub #detailed .register {
  border-top: 2px solid #FCD000;
}
#vehicle_sub #detailed .register dt {
  font-size: 1rem;
}
#vehicle_sub #detailed .report {
  border-top: 2px solid #FCD000;
  border-bottom: 3px solid #FCD000;
}
#vehicle_sub #detailed .report dt {
  font-size: 1rem;
}
#vehicle_sub #detailed .report button {
  cursor: pointer;
}

#our_selection {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
#our_selection h3 {
  text-align: center;
  color: #1CB7CD;
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
  font-weight: bold;
}
#our_selection h3:before {
  content: "\f0a1";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 1rem;
  font-size: 1.4rem;
}
#our_selection ul {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-x: auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 767px) {
  #our_selection ul {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
#our_selection ul li {
  list-style: none;
  margin-right: 1rem;
  margin-bottom: 1rem;
}
/*# sourceMappingURL=detail.css.map */