* {
    padding: 0;
    margin: 0;
}

.content {
    margin: 0 auto;
    display: block;
    max-width: 1000px;
}

.client_table,
.client_table th,
.client_table td {
    border-collapse: collapse;
    border: 1px solid black;
}

.client_table tr {
    height: 60px;
}

.myalert {
    color: #ff0000;
}

.mycolorbg {
    height: 60px;
}

.mybtn {
    z-index: 10;
}

.helptext {
    color: #0077b6;
}

.errorlist {
   color: #ff0000;
}

.errorlist li {
    list-style-type: none;
    font-size: small;
}
