.noValidTable {
    top: 20px;
    color: gray;
}

.validTable {
    top: -10px;
    color: #44cf6c;
}

.key {
    z-index: 100;
    top: -30px;
}

#userForm legend {
    border: none;
}

.noBorder {
    border: none !important;
}

.adminForm .acysubscribe>td {
    border: none !important;
}

table.user-details input[type="checkbox"] {
    -webkit-appearance: checkbox;
}

table.user-details .inputbox {
    height: 60px;
}