ul.pagination {
    float: right;
}

.sign-up-page-form select {
    background: none;
    padding: 28px 25px;
    border: 0px;
    border-radius: 4px;
    outline-width: 0;
    width: 100%;
    -webkit-appearance: none;
    color: #afafaf;
}

.sign-up-page-form input[type="checkbox"] {
    width: auto;
    display: inline-block;
}

.li-checkbox {
    padding: 28px 25px;
}

#log-in-form-column .sign-up-page-form {
    float: none;
}

.verification-header {
    font-family: Calibri, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 36px;
    color: #58595b;
    text-align: center;
    margin: 100px 0 50px 0;
}

.logo-img {
    margin: 25px;
    max-width: 210px;
}

.bootstrap-dialog.type-primary .modal-header {
    background-image: linear-gradient(to bottom, #DE3249 0%, #DE323D 100%);
    border-bottom: 1px #e35265 solid;
}

.order-action-resume::before {
    background: url('../images/icons/resume.png') center no-repeat;
}

.api-table tbody tr td{
    border: 1px #e6e7e8 solid !important;
    white-space: normal !important;
    vertical-align: top !important;
}

.api-table p {
    color: #000;
}

.api-table pre {
    background: none !important;
    border: 0px !important;
    font-family: Calibri, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #000;
}

.code-example {
    margin: 40px 0px;
}

.pagination-select {
    height: 28px;
    color: #fff;
    width: 90px;
    background: #3293eb;
    border: 1px solid #1b87e9;
}

div ul.market-target:last-child {
    width: 60%;
}

.support-form input[type="text"], .support-form textarea {
    background: #f1f2f2;
    border: 0px;
    border-radius: 4px;
    outline-width: 0;
    width: 100%;
    padding: 10px 15px;
}

.support-form textarea {
    resize: none;
    height: 200px;
}

.support-form input[type="checkbox"] {
    margin: 20px 0px;
}

.support-form {
    margin-bottom: 40px;
}

.review-note h4, .review-note p{
    color: #ff0000;
}

.country-tooltip {
    cursor: pointer;
}

@media (max-width: 1536px) {
    div ul.market-target:last-child {
        width: 80%;
    }
}

@media (max-width: 1160px) {
    div ul.market-target:last-child {
        width: 100%;
    }
}

@media (max-width: 767px) {
    ul.market-target li img {
        width: 30%;
    }
}
