@media (min-width: 1200px) {
    #autofill-modal .modal-dialog {
        width: 1200px!important;
    }
}

@media (max-width: 767px){
    .jumbotron h2.page-title {
        font-size:30px;
    }
}

@media (max-width: 480px){
    .upload-group {
        display:block;
        margin-bottom: 34px;
    }
    .upload-group .input-group-addon {
        background-color: #eee;
        border: 1px solid #ccc;
        border-radius: 4px;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }
    .upload-group .form-control {
        border-top-right-radius: 0;
        border-top-left-radius: 0;
    }
    button#decline, button#accept {
        margin: 20px 0;
        padding: 20px;
    }
}

@media (max-width: 360px){
    h2 {
        font-size: 22px;
    }
    .container {
        padding-right: 5px;
        padding-left: 5px;
    }
}

@media (min-width: 481px) {
    .form-register span.input-group-addon{
        min-width: 186px;
    }
}

@media (min-width: 992px) AND (max-width: 1199px) {
    .documentmenu {
        margin-top: 20px;
    }

    #autofill-modal .modal-dialog {
        width: 980px!important;
    }
}

@media (min-width: 768px) AND (max-width: 991px) {
    .documentmenu {
        margin-top: 20px;
    }

    #autofill-modal .modal-dialog {
        width: 720px!important;
    }
}

@media (min-width: 320px) AND (max-width: 767px) {
    label.privacy {
        font-size: 17px;
        line-height: 18px;
    }

    #save-and-go-back-button, #cancel-button {
        width: 100%;
    }
    
    .supportworkers .page,
    .disputes .page,
    .default .support,
    .myaccount .support {
        padding-bottom: 20px;
    }
}
@media (max-width: 480px) {
    /*.btn { width: 100%;}*/
}
@media (min-width: 320px) AND (max-width: 1099px) {
    .documentmenu li a {
        padding: 5px 5px;
    }
}