.ajax-loader {
    display: none;
}

button.mwPsConnect {
    min-height: 33px;
    height: auto !important;
    line-height: 125% !important;
}

button.mwPsConnect:hover {
    background-color: #007977;
    border-color: #007977;
}

button.mwPsConnect.gray {
    background-color: #ccc;
    border-color: #ccc;
}

button.mwPsConnect.gray:hover {
    background-color: #aaa;
    border-color: #aaa;
}

button.mwPsConnect.right {
    float: right;
}

button.mwPsConnect.center {
    display: block;
    margin: 0 auto;
}

button.mwPsConnect:disabled, .button.mwPsConnect:disabled {
    opacity: 0.3;
}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 30; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0, 0, 0); /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
    background-color: #fefefe;
    margin: 5% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: calc(100% - 30px); /* Could be more or less, depending on screen size */
    max-width: 640px;
    position: relative;
}

/* The Close Element */
.close {
    color: #aaa;
    font-size: 28px;
    font-weight: bold;
    position: absolute;
    line-height: 28px;
    right: 0;
    top: 0;
    padding: 0 5px 4px 12px;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

/* Mobile & Tablets */
@media only screen and (max-width: 768px) {
    .modal-content {
        margin: 15px auto; /* 15% from the top and centered */
        padding: 15px;
        width: calc(100% - 30px); /* Could be more or less, depending on screen size */
    }
}
