/* Datatable */

table.dataTable {
font-size: 16px;
border-radius: 0px;
padding: 0px;
background: #ffffff;
border: none !important;
}


#datatable td {
border: none;
font-size: 1em;
margin-left: -5px;
max-width: 91%;
display: block;
padding: 5px 2px 0px 20px;
}

#datatable th {
display: none;
}

#datatable_filter input {
font-size: 20px;
display: block;
background-color: #ffffff;
border: 3px solid #3a3a3a;
font-family: "Font Awesome 5 Free", "Noto Sans", sans-serif;
font-weight: 700;
margin-top: 3px;
margin-bottom: 15px;
margin-left: 0;
padding-left: 25px;
padding-top: 7px;
padding-bottom: 7px;
width: 100%;
}

#datatable_filter label {
display: block;
max-width: 99%;
margin-bottom: 5px;
font-weight: 700;
}


td.topic {
    color: #06256C;
    font-weight: bold;
    }

.dataTables_wrapper .dataTables_filter {
float: none;
margin-right: 15px;
}
/* button */
.list-inline button {
  border: 2px solid #4c4c4c;
  padding:15px 30px;
  font-size:18px;
	width: 245px;
}


.list-inline button:focus {
    background: #06256C;
	color: #fff;
}

