﻿.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999;
}

.modal-content {
    background: white;
    width: 50%;
    margin: 10% auto;
    padding: 20px;
    text-align: center;
    border-radius: 10px;
    height: 60%;
}

.multiloczip div {
    display: inline-table;
}

.locationselectionbutton {
    border-radius: 13px !important;
    margin-left: 2px !important;
    text-transform: uppercase !important;
    text-decoration: none !important;
    font-weight: bold !important;
    white-space: nowrap !important;
    font-size: 10px !important;
    line-height: 21px !important;
    cursor: pointer;
    display: table;
    color: white;
    padding: 0 5px;
}

div.locationselectionbutton {
    cursor: default;
}

@media handheld and (max-device-width: 399px), screen and (max-device-width: 399px) {
    .multiloczip div {
        padding: 0 5px;
        margin: 0 2px 4px 2px;
        float: left;
        clear: both;
    }

        .multiloczip div a {
            padding: 5px 40px;
        }

    .multiloczip {
        display: inline-block;
    }
}
