﻿@media (min-width: 1200px) {
    div#wsl-header {
        height: 124px;
    }
}

#searchContainer #siteSearch button {
    margin-left: 0;
}

nav #menu-tools #site-search input[type=text] {
    width: 100% !important;
    margin-bottom: 5px;
    border-radius: 20px !important;
}

nav #menu-tools #site-search button {
    margin-right: 15px;
    border-radius: 20px !important;
}

@media (max-width: 767px) {
    table.data thead {
        display: none;
    }

    table.data, table.data tbody, table.data tr, table.data td {
        display: block;
        width: 100%;
    }

        table.data tr {
            margin-bottom: 1em;
        }

        table.data td::before {
            content: attr(data-label);
            font-weight: bold;
            display: inline-block;
            min-width: 10em;
        }
}