/* Tourism Content OS: responsive editorial tables */
table.bw-time-table{width:100%;border-collapse:collapse}
@media (min-width:601px){
  table.bw-time-table{table-layout:fixed;background:#fff;border:1px solid #d9e6f0}
  table.bw-time-table thead{background:#1178ca;color:#fff}
  table.bw-time-table th{padding:1rem 1.25rem;color:#fff;font-size:.82rem;line-height:1.25;letter-spacing:.035em;text-align:left;text-transform:uppercase;vertical-align:bottom}
  table.bw-time-table th:first-child{width:19%}
  table.bw-time-table th:nth-child(2){width:51%}
  table.bw-time-table th:last-child{width:30%}
  table.bw-time-table tbody tr:nth-child(even){background:#f2f8fc}
  table.bw-time-table tbody td{padding:1.15rem 1.25rem;border-bottom:1px solid #d9e6f0;line-height:1.45;vertical-align:top}
  table.bw-time-table tbody tr:last-child td{border-bottom:0}
  table.bw-time-table tbody td:first-child{color:#333;font-weight:700}
  table.bw-time-table tbody td:last-child{color:#333}
}
@media (max-width:600px){
  table.bw-time-table{display:block;width:100%}
  table.bw-time-table thead{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}
  table.bw-time-table tbody,table.bw-time-table tr,table.bw-time-table td{display:block;width:100%;box-sizing:border-box}
  table.bw-time-table tbody tr{margin:0 0 1rem;padding:.85rem 1rem;border:1px solid #d9d9d9;border-radius:4px}
  table.bw-time-table tbody td{padding:.35rem 0;border:0}
  table.bw-time-table tbody td::before{content:attr(data-label);display:block;margin-bottom:.1rem;font-size:.78rem;font-weight:700;letter-spacing:.03em;text-transform:uppercase}
}