.table-overview {
        border-top: 2px solid #0066ab;
}

.table-overview figure
{
    height: 65px;
    /*display: table-cell;*/

    vertical-align: bottom;
}
.table-overview h4
{
    font-size: 1.4rem;
}
.table-overview h3
{
    font-size: 2.3rem;
}

.table-overview tbody td
{
    padding: 25px 10px !important;
}

.table-overview .table-all-outline
{
    outline: 1px solid #999;
}

.traffic-color-size
{
    font-size: 2.0rem;
}
.traffic-color-smooth
{
    color: #7ace1d;
}
.traffic-color-retard
{
    color: #f39800;
}
.traffic-color-jam
{
    color: #e60012;
}


.traffic-color-noInfo
{
    color: #888;
}


@media only screen and (max-width: 600px)
{
    .table-overview {
           font-size: .8em;
    }

    .table-overview h4
    {
        font-size: 1rem;
    }
    .table-overview h3
    {
        font-size: 1.32rem;
        font-weight: 600;
    }

    .table-overview tbody td
    {
        padding: 5px 3px !important;
        vertical-align: top;
    }
    .table-overview tbody td img  {

        max-width: 70%;
        max-height: 70%;
    }

    .table-overview figure {
        max-height: 40px;
        margin-top: 10px;
    }
}