.fids-arrivals table {
    width: 100%;
}
.fids-arrivals table th,
.fids-arrivals table td {
    padding: 0.5em 1em;
    text-align: left;
    vertical-align: middle !important;
}
.fids-arrivals table td {
    border-top: 1px solid #ddd;
}
.fids-arrivals table th {
    font-size: 14px;
}
.fids-arrivals table td.date {
    background: #D9D9D6;
    font-size: 14px;
}

.fids-arrivals table td small {
    display: block;
    font-size: 0.8em;
    font-weight: normal;
    line-height: 1.2em;
    margin-top: 0.5em;
}

.fids-arrivals table tfoot td {
    font-size: 14px;
}

.tabs {
    font-size: 0;
    margin-bottom: 0;
    padding: 0;
    position: relative;
    z-index: 20;
}

.tabs a {
    display: inline-block;
    padding: 0.5em 1em;
    /*border: 1px solid #DDD;*/
    /*border-bottom: none;*/
    /*border-radius: 5px 5px 0 0;*/
    background: rgba(32, 96, 146, 0.5);
    color: #FFF;
    font-size: 16px;
    text-decoration: none;
    /*margin-right: 0.5em;*/
    /*top: 1px;*/
    position: relative;
}

.tabs a.active {
    background: #206092;
    /*border-bottom: 1px solid #fff;*/
    color: #FFF;
}

.homepage.tabs a {
    background: rgba(255,255,255,0.3);
    color: #FFF;
}

.homepage.tabs a.active {
    background: rgba(255,255,255,0.5);
    color: #FFF;
}

.tab-contents {
    /*border: 1px solid #ddd;*/
    margin-top: 0;
    /*padding: 10px;*/
    position: relative;
    z-index: 10;
}

.fids table {
    border-spacing: 0;
}

.fids table a.full-list {
    font-size: 12px;
}

.fids table span.last-updated {
    float: right;
    font-size: 12px;
}

/*.fids table tr:nth-child(even) {
    background-color: rgba( 217, 217, 214, 15%);
}

.fids table tr:nth-child(odd) {
    background-color: transparent;
}*/

.fids table tfoot tr:nth-child(even) {
    background: none;
}

.fids thead th {
    background: #235C39;
    border: none;
    color: #FFF;
}

.homepage .fids thead th {
    background: #206092;
    color: #FFF;
}