input[type=text], input[type=email] {
    width: 100%;
    padding: 5px;
}

#mkl-email-sender-form table {
    width: 80%;
    float: left;
}

.mkl-send-mail .form-table th {
    width: 175px;
}

.mkl_to_specific_users {
    display: none;
}

.mkl-users-list {
    min-height: 740px;
    max-height: 860px;
    float: right;
    width: 19%;
    overflow-y: scroll;
}

.mkl-users-list h3 {
    text-align: center;
    text-decoration: underline;
}

.mkl-users-list-user {
    border: 1px solid #000;
    padding: 0px 10px;
    margin: 1px 0;
    cursor: default;
    -webkit-user-select: none;
    user-select: none;
}

.mkl-users-list-user-effects:hover {
    background-color: #fff;
    cursor: pointer;
}

.mkl-users-list-name {
    font-size: 15px;
    margin: 0;
    padding-top: 5px;
    font-weight: 600;
}

.mkl-users-list-email {
    margin-top: 0;
}

.mkl-in-sending-list {
    background-color: #69f0ae !important;
    cursor: pointer;
}

.mkl-in-sending-list:hover {
    background-color: #e53935 !important;
    cursor: pointer;
}

.mkl-users-list-user-disabled {
    cursor: default;
    background-color: #e0e0e0 !important;
    border: 1px solid #bdbdbd;
    color: #bdbdbd;
}

.mkl-users-list-user-disabled:hover {
    cursor: default !important;
    background-color: #e0e0e0 !important;
    border: 1px solid #bdbdbd !important;
    color: #bdbdbd !important;
}

.mkl-cut-text {
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
    white-space: nowrap;
}

.to_all_users_note {
    height: 31px;
    display: table-cell;
    vertical-align: middle;
}

.mkl_to_specific_role_options {
    display: none;
}

.mkl_to_specific_role_options select {
    height: 29px;
    width: 100%;
}

@media only screen and (max-width: 414px) {
    .mkl-users-list {
        display: none !important;
    }
}