body {
    height: 100%;
    margin: 0;
    padding: 0;
    font-family: arial, sans-serif;
    font-size: 14px;
    background: #FFFFFF;
}

img {
    border: none;
}

div.white_panel {
    background: #FFFFFF;
    padding: 30px 10px;
    overflow-x: auto;
}

div.copyrightFooter {
    margin-top: 20px;
    width: 100%;
    text-align: center;
    font-size: 12px;
    color: #aaaaaa;
}

/* linie */

#linies_div td.title {
    border-bottom: 4px solid #4B8DF8;
    padding: 20px 0 5px 20px;
    font-weight: bold;
}

#linies_div td.lineName {
    min-width: 45px;
    text-align: center;
    padding-bottom: 3px;
    border-bottom: 4px solid #ffffff;
}

#linies_div td.lineName:hover {
    border-bottom: 4px solid #e70000;
}

#linies_div a {
    text-decoration: none;
    color: #333333;
}

/* kierunki */

#directions_div div.lineName {
    text-align: center;
    font-weight: bold;
    font-size: 30px;
    padding: 0 0 20px 0;
}

table.directions {
    border-spacing:0;
    border-collapse:collapse;
}

table.directions td.dirName {
    font-weight: bold;
    text-align: center;
    background: #ebeff9;
    border-left: 4px solid #ebeff9;
    border-bottom: 1px solid #4B8DF8;
    padding: 5px;
    white-space: nowrap;
}

table.directions td.bs {
    border-left: 4px solid #4B8DF8;
    padding: 3px 80px 3px 10px;
    white-space: nowrap;
}

table.directions td.bs:hover {
    background: #ebeff9;
}

table.directions td.bsVariant {
    border-left: 4px solid #e70000;
    padding-left: 30px;
}

table.directions td.selected {
    font-weight: bold;
    background: #ebeff9;
}

table.directions a {
    text-decoration: none;
    color: #333333;
}


/* rozklad przystanku */

#time_table_wrap {
    border-spacing:0;
    border-collapse:collapse;
    min-width: 400px;
}

#time_table_wrap td.header {
    background: #ebeff9;
}

#time_table_wrap td.header div.lineName{
    font-weight: bold;
    font-size: 40px;
    padding: 10px 20px 10px 20px;
    white-space: nowrap;
    float: left;
}

#time_table_wrap td.header div.bsInfo{
    float: left;
    padding: 15px 20px 0 10px;
}

#time_table_wrap td.header div.busStopName{
    font-size: 16px;
    font-weight: bold;
    white-space: nowrap;
}

#time_table_wrap td.header div.dirName{
    white-space: nowrap;
    font-size: 12px;
    padding-top: 5px;
}

#time_table_wrap div.legend {
    font-size: 13px;
    padding-top: 4px;
    margin-top: 10px;
    border-top: #cccccc solid 1px;
}

#time_table {
    border-spacing:0;
    border-collapse:collapse;
}

#time_table tr:hover {
    background: #ebeff9;
}

#time_table td.h {
    text-align: right;
    font-weight: bold;
    font-size: 15px;
    padding: 2px 5px 2px 8px;
    background-color: #ebeff9;
    border-bottom: #ffffff solid 1px;
    width: 25px;
}

#time_table td.m {
    padding: 3px 0 3px 15px;
    border-bottom: #ebeff9 solid 1px;
}

#time_table td.m span.lowVehicle {
    text-decoration: underline;
}

#time_table span.legend {
    color: #555555;
    font-size: 12px;
}

table.days {
    padding-bottom: 30px;
}

table.days a {
    text-decoration: none;
    color: #000000;
}

table.days td.day {
    border-bottom: 4px solid #ffffff;
    padding: 0 10px 3px 10px;
}

table.days td.day:hover {
    border-bottom: 4px solid #e70000;
}

table.days td.daySelected {
    border-bottom: 4px solid #e70000;
    padding: 0 10px 3px 10px;
    font-weight: bold;
}

table.mainTable td {
    vertical-align: top;
}

table.mainTable td.stopsList {
    padding-right: 30px;
}