.tos-popup {
    display: none;
    position: absolute;
    width: 80%;
    top: 30%;
    left: 0;
    right: 0;
    z-index: 2048;
    padding: 10px;
    margin-left: auto;
    margin-right: auto;
}

@media all and (min-width: 1024px){
    .tos-popup {
        width: 500px;
        top: 400px;
    }
}

.tos-popup .buttons {
    margin: auto;
    margin-top: 15px;
    text-align: center;
}

#cancel-modal {
    margin-right: 20px !important;
}

#accept-modal {
    width: 30%;
}

.black-layer {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.60);
}