.formbutton {
    background-color: #3e535a;
    padding: 6px 12px;
    color: white;
    border-style: none;
}

.simpleTable table thead tr:nth-child(1) {
    background-color: #3e535a;
    color: white;
    font-weight: bold;
}

.simpleTable table th,
.simpleTable table td {
    padding: 15px 10px !important;
}

.simpleTable table {
    border: 1px solid #e3e7e6;
    border-top-style: none;
}

form input,
form select {
    width: 70%;
    height: 32px;
}

.searchBtn {
    cursor: pointer;
}

#enforcement-news>table>tbody>tr:nth-child(odd) {
    background-color: #f9f9f9;
}

.th1{
    width: 8%; text-align: left;
}

.th2{
    width: 27%; text-align: left;
}

.th3{
    width: 65%; text-align: left;
}