@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,800,400italic|Ropa+Sans|Lato:wght@100;300;400;700;900&display=swap");
/*
@media screen and (max-width: 767px) {
    .striped > tbody > tr:nth-of-type(even) {
      background-color: unset;
    }
    .striped > tbody > tr th:nth-of-type(odd),
    .striped > tbody > tr td:nth-of-type(odd) {
      background-color: #f8f8f8;
    }
    .table.style-2 th:nth-child(2),
    .table.style-2 td:nth-child(2) {
      border-left: 1px solid #f2f2f2;
    }
    table.type-2 .table-label {
      display: block;
      width: 100% !important;
    }
  }
*/
  .table.type-2 {
    max-width: 1000px;
    margin: 0 auto;
  }

  .table.type-2 td:nth-child(1), .table.type-2 td:nth-child(2) {
    width: auto;
  }

  .table>thead>tr>th {
    border-bottom: none;
    padding: 15px 25px
  }
  
  .table>tbody>tr>td {
    padding: 16px 25px 12px 25px
  }
  
  .table .table-label {
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    font-weight: 400;
    /*text-transform: uppercase*/
  }
  
  .table .table-hotel {
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    font-weight: 400;
    /*text-transform: uppercase*/
  }
  
  .table .table-hotel .fa {
    font-size: 12px;
    margin: 0px 4.5px
  }
  
  .table.type-1 td:nth-child(1) {
    width: 33%
  }
  
  .table.type-1 td:nth-child(2) {
    width: 25%
  }
  
  .table.type-1 td:nth-child(3) {
    width: 42%
  }
  
  .table.type-2 {
    border-top: 1px solid #f2f2f2
  }
  
  .table.type-2 td:nth-child(1), .table.type-2 td:nth-child(2) {
    width: 50%
  }
  
  .table.type-2 .table-label {
    font-family: 'Cabin', sans-serif;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400
  }
  
  .table.type-3 {
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    font-weight: 400;
    text-align: center;
    /*text-transform: uppercase*/
  }
  
  .table.type-3 th {
    padding: 15px 0px;
    vertical-align: middle;
    text-align: center
  }
  
  .table.type-3 td {
    vertical-align: middle;
    min-height: 50px
  }
  
  .table.style-1 thead {
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    /*text-transform: uppercase;*/
    letter-spacing: 0.5px;
    background: #1593d0
  }
  
  .table.style-1 td {
    border-right: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
    border-top: 0px
  }
  
  .table.style-1 th {
    border-right: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
    border-top: 0px
  }
  
  .table.style-1 th:nth-child(1) {
    border-left: 1px solid #f2f2f2
  }
  
  .table.style-1 td:nth-child(1) {
    border-left: 1px solid #f2f2f2
  }
  
  .table.style-2 th {
    color: #b9b9b9;
    background: #f8f8f8
  }
  
  .table.style-2 td {
    border-right: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
    border-top: 0px
  }
  
  .table.style-2 th {
    border-right: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
    border-top: 0px
  }
  
  .table.style-2 th:nth-child(1) {
    border-left: 1px solid #f2f2f2
  }
  
  .table.style-2 td {
    color: #222
  }
  
  .table.style-2 td:nth-child(1) {
    border-left: 1px solid #f2f2f2
  }
  
  .table.style-3 tr:first-child td {
    border-top: 1px solid #f2f2f2
  }
  
  .table.style-3 td {
    color: #b9b9b9;
    border-right: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
    border-top: 0px;
    text-align: left;
    height: 50px;
    vertical-align: middle;
    line-height: 14px;
    font-size: 11px
  }
  
  .table.style-3 td:before {
    content: "•";
    display: inline-block;
    position: relative;
    left: -10px;
    color: #2d3e50
  }
  
  .table.style-3 td:nth-child(1) {
    border-left: 1px solid #f2f2f2
  }
  
  .table.style-3 td:hover {
    background: #022c54;
    color: #fff
  }
  
  .table.style-3 td:hover:before {
    color: #fff
  }
  
  .striped>tbody>tr:nth-of-type(odd) {
    background-color: #f8f8f8
  }
  
  .table.type-2 td:nth-child(1) {
    width: 40%;
  }

  