@charset "utf-8";
/* CSS Document */

.stack-bus-line {display: flex;-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;row-gap: 4em;}
.stack-bus-line > article {width: 100%;}
/**/
.tableset-a,
.tableset-a tbody,
.tableset-a tr,
.tableset-a th,
.tableset-a td{display:block;}
.tableset-a tbody{width: 100%;}
.tableset-a{border:none ;width: 100%;}
.tableset-a tr{margin-top:1em;}
.tableset-a th{background-color:#f2f2f2;margin-bottom:-1px;}
.tableset-a td{margin-bottom:-1px;}


/**/
.nav-pills {border-bottom: 1px solid #DDD;}
.nav-pills > li{border-top: 1px solid #DDD;}
.nav-pills > li >a {display: block;background-image: url("../images/chevron_right_black_24dp.svg"); background-repeat: no-repeat; background-size: 1em auto; background-position: right 0.5em top 50%;padding: 0.4em 0;padding-left: 0.5em;}
.nav-pills > li.active >a  {background-color: #333;background-image: unset;color: #FFF;}

@media (min-width: 768px){
.tableset-a {display: table;}
.tableset-a tbody{display:table-row-group;}
.tableset-a tr{display:table-row;}
.tableset-a th{display:table-cell;margin-bottom:0;}
.tableset-a td{display:table-cell;}
.tableset-a th{white-space:nowrap;}}
/**/
.nav-pills {display: flex;width: 100%;border-top: 1px solid #DDD;}
.nav-pills > li {flex-grow: 1;flex-shrink: 1;flex-basis: 0;}
.nav-pills > li{border:none;border-right: 1px solid #DDD;}
.nav-pills > li:last-child{border-right: none;}

}