#header{
    background: #259297;
    padding: 15px 45px 5px 45px;
    color: #fff;
}
#header hr{
    border: none;
    border-bottom: solid 4px #fff;
    opacity: 0.5;
    margin-top: 5px;
}
#table-header{
    text-transform: uppercase;
    font-size: 0.9rem;
    text-align: center;
}
#race_title{
    text-align: center;
    font-size: 2rem;
    margin-bottom: 10px;
}
#race_title_value{
    display: inline-block;
    padding: 0 15px;
}
#race_time_label{
    color: #000000;
    font-size: 0.8rem;
}
#race_time, #current_time{
    position: absolute;
    bottom: 0;
    font-size: 1.2rem;
}
#current_time{
    left: 15px;
}
#race_time{
    text-align: right;
    right: 15px;
}
#body{
    padding: 0 45px 0 45px;
}
#body .line{
    text-align: center;
    font-size: 1.3rem;
    padding: 7px 0;
    color: #114e51;
    border: none;
    border-bottom: solid 2px #e8e8e8;
    margin: 0 15px;
}
#body .line img{
    max-width: 100%;
    box-shadow: rgba(0, 0, 0, 0.05) 0 6px 24px 0, rgba(0, 0, 0, 0.08) 0 0 0 1px;
    height: 30px;
}
.fi{
    box-shadow: rgba(0, 0, 0, 0.05) 0 6px 24px 0, rgba(0, 0, 0, 0.08) 0 0 0 1px;
    font-size: 2rem;
}