﻿
@media only screen and (max-width: 570px) {

    #furten_box table,
    #furten_box thead,
    #furten_box tbody,
    #furten_box th,
    #furten_box td,
    #furten_box tr {
        display: block;
    }

        #furten_box tr.thead {
            display: none;
        }

    #furten_box tr {
        border-top: 1px dotted #004052; 
        border-collapse: collapse;
    }

    #furten_box td {
        border-top: 1px dotted #ffffff;
        border-bottom: none;
    }

        #furten_box td.furten_cell {
            position: relative;
            padding-left: 100px;
            text-align: right;
        }

    .furt_name, .port_name {
        border: none;
        font-family: 'Akkurat-Bold', Arial, sans-serif;
        text-align: center;
    }

    #furten_box td.no_value {
        display: none;
    }

    #furten_box tr.region_footer {
        border-top: none;
    }

    #furten_box td:before {
        position: absolute;
        top: 1px;
        left: 1px;
        /* TODO use accurat bold for all captions ? */
        /*font-family: 'Akkurat-Bold', Arial, sans-serif;*/
        content: attr(data-caption);
    }

    #furten_box td.fairway_name:before {
        /* TODO use accurat bold for main caption ? */
        /*font-family: 'Akkurat-Bold', Arial, sans-serif;*/
    }

    .furt_icons, .port_icons {
        display:inline;
    }

}
