


.body {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 1.7;
    color: #333;
    background-color: #a92929;
    margin: 0;
    padding: 0;
}
/* .page-header .entry-title {
    display: none;
} */


/* [type=button], [type=submit], button {
    background-color: transparent;
    border: 1px solid #c36;
    border-radius: 3px;
    color: rgb(51, 204, 71);
    display: inline-block;
    font-size: 1rem;
    font-weight: 400;
    padding: .5rem 1rem;
    text-align: center;
    transition: all .3s;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    white-space: nowrap;
} */


input[type=date], 
input[type=email], 
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text], 
input[type=url],
select, 
textarea {
    border: 1px solid #dedede !important;

}

table.dataTable thead th {
    border: none!important;
}
table.dataTable  td {
    border-left: none!important;
    border-right: none!important;
}
 
table.dataTable tfoot th {
    border-top: 1px solid  #111;
}

