body {
    padding-top: 70px;
    padding-bottom: 30px;
}

/*body, td {*/
    /*font-family: Verdana;*/
    /*font-size: 11px;*/
/*}*/

/*td {*/
    /*padding: 1px;*/
    /*empty-cells: show;*/
/*}*/

/*img {*/
    /*vertical-align: text-bottom;*/
/*}*/

.pier td {
    color: #777;
    border-bottom: 1px solid #aaa;
    background-color: #eee;
}

/*td {*/
    /*border-bottom: 1px solid #ccc;*/
/*}*/

.platform {
    color: white;
    font-weight: bold;
    background: gray !important;
}

.platform-1 {
    background: #81ACE6 !important;
}
.platform-2 {
    background: #6392B5 !important;
}

.relative {
    position: relative;
}

.a-over {
    position: absolute;
    top: -70px;
}