/* Facility Information popup */
.facility-info .table .row .col {
    height: 46px;
    line-height: 46px;
  }
  
  .facility-info .table .t-head {
    width: 19.17%;
  }
  
  .facility-info .table .t-head .row {
    border-bottom: 0;
  }
  
  .facility-info .table .t-body {
    width: 80.82%;
  }
  
  .facility-info .table .t-body .col-con {
    justify-content: flex-start;
    padding-left: 20px;
    font-weight: 500;
  }
  
  /* Vessel Info popup */
  .vessel-info .table-wrap > .table {
    margin-bottom: 0;
    width: 100%;
  }
  
  .vessel-info .table-wrap > .table .row {
    height: 46px;
    line-height: 46px;
  }
  
  .vessel-info .table-wrap > .table .col-head,
  .vessel-info .table-wrap > .table .col-con,
  .vessel-table .table .row:not(:last-child) .col-head,
  .vessel-table .table .row .col-con {
    border-bottom: 1px solid #dde0e5;
  }
  
  .vessel-table .table .row:last-child .col-con {
    border-bottom: 0;
  }
  
  .vessel-info .table-wrap > .table .t-body .col:first-child {
    width: 19.178%;
  }
  
  .vessel-info .table-wrap > .table .t-body .col:last-child {
    width: 80.82%;
  }
  
  .vessel-info .table-wrap > .table .t-body .col:nth-child(2) .col-con {
    justify-content: flex-start;
    padding-left: 20px;
    font-weight: 500;
  }
  
  .vessel-table {
    display: flex;
  }
  
  .vessel-table .table {
    margin-bottom: 0;
    width: 50%;
  }
  
  .vessel-table .table .row {
    height: 46px;
    border-bottom: 0;
    line-height: 46px;
  }
  
  .vessel-table .table .row .col:first-child {
    width: 38.35%;
  }
  
  .vessel-table .table .row .col:last-child {
    width: 61.64%;
  }
  
  .vessel-table .table .row .col-con {
    justify-content: flex-start;
    padding-left: 20px;
    font-weight: 500;
  }
  
  /* Schedule by Vessel popup */
  .vessel-box .table .col {
    height: 46px;
    line-height: 46px;
  }
  
  .vessel-box .t-head {
    width: 26.66%;
  }
  
  .vessel-box .t-head .row {
    border-bottom: 0;
  }
  
  .vessel-box .t-body {
    width: 73.33%;
  }
  
  .vessel-box .table .t-body .col-con {
    justify-content: flex-start;
    padding-left: 20px;
    font-weight: 500;
  }
  
  .vessel-box01 {
    margin-bottom: 40px;
  }
  