body, html {
    font-family: 'Exo 2';
}

td.td-width-50px        { min-width: 50px !important; }
td.td-width-80px        { min-width: 80px !important; }
td.td-width-150px       { min-width: 150px !important; }
td.td-width-250px       { min-width: 250px !important; }
td.td-width-50px-fix    { width: 50px !important; }
td.td-width-250px-fix   { width: 250px !important; }
td.td-width-350px-fix   { width: 350px !important; }

td.td-width-10p         { min-width: 10% !important; }
td.td-width-25p         { min-width: 25% !important; }
td.td-width-50p         { min-width: 50% !important; }
td.td-width-1p-fix      { width: 1% !important; }


div.placeholder { position: relative; }
div.placeholder > img.placeholder { width: 100%; }

div.placeholder .map {

    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
}

dl.dl-horizontal dt .smallest, dl dt .smallest {
    font-weight: normal;
}

div.autocomplete {

    min-width: 250px;
    width: 100%;
    max-height: 280px;
    overflow-y: auto;
}

div.search-item {

    height: 175px;
    overflow: hidden;
}

.modal-ul {
    width: 95vw;
}