<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* CSS Document */


/* Used to alter styles for screens at least 768px wide (iPad/Tablet portrait). */
@media only screen and (min-width: 600px) {

#road-list a#road-list-button {
    font-size: 1.625em !important;
}

#road-list a#road-list-button {
    background: transparent url('../images/background/road-list-dropdown@2x.png') center top;
    background-size: 162px 60px;
    width: 162px  !important;
    height: 60px !important;
    line-height: 50px !important;
}

    #road-details {
        width: 588px !important;
    }
    
    #road-details div.column {
        float: left !important;
        width: 280px !important;
        padding: 0 5px !important;
        position: relative !important;
    }
    
    .match-map-height {
        height: 191px !important;
    }
    
	    .sources {
        height: 70px !important;
    }
    
    .share div a img {
        width: 38px !important;
        height: 38px !important;
    }
    
    #road-details h1 {
        font-size: 1.5em !important;
    }
    #road-details h2 {
        font-size: 1.25em !important;
    }
    #road-details h3 {
        font-size: 1.125em !important;
    }
    
    #footer {
        position: fixed  !important;
        left: 0 !important;
        bottom: 0 !important;
    }
}</pre></body></html>