.table-striped tbody tr:nth-of-type(odd) {
    background-color: #fff !important;
}


.form-control, .form-textarea-wrapper textarea {
    max-width: none !important;
}

.table thead th {
    border-bottom: none;
    border: none !important;
}
.table th {
    padding-left: 0px !important;
}
th {
    font-weight: normal !important;
}
div#edit-actions {
    text-align: center !important;
}