/* Global Style */
.maintable_users {
    text-align: center;
}

.maintable_users thead tr th {
    padding-left: 15px;
    padding-right: 15px;
    border-right: solid 1px black;
    border-bottom: 1px solid black;
}

.maintable_users tbody tr td {
    border-right: solid 1px black;
    border-bottom: 1px solid black;
}