﻿.price-table {
    border-collapse: collapse;

}

.price-table tr{
border: 1px solid #8ac0ff;
}

.price-table td{
    padding: 8px;
    box-sizing: border-box;
    max-width: 200px;
    vertical-align: middle;
	border: 1px solid #8ac0ff;
    text-align: center;
    word-wrap: break-word;
}

.price-table tr:hover{
background-color:#FFF5E4;
}



@media screen and (max-width: 600px) {
table {width:auto;}
thead {display: none;}
tr:nth-of-type(2n) {background-color: inherit;}
tr td:first-child {background: lightgrey;; font-weight:bold;font-size:16px;}
tr th:first-child {font-weight:bold;font-size:1.3em;}
tbody td, tbody th {display: block; text-align:center;}
tbody td, tbody th:before {
content: attr(data-th);
display: block;
text-align:center;
}

.price-table td{
max-width: 100%;
border: none;
}
.price-table h3{
margin:0px;
}

.table-header {display:none}
#img_bus {display:none}
#img_bus {display:none}

}