table{
	display: table;
	border-collapse: collapse;
	border-color: grey;
    
}

thead {
    display: table-header-group;
    vertical-align: middle;
    border-color: inherit;
}

table th{
	border: 1px solid #eee!important;
	font-size: 16px !important;
	background-color: #f8f8f8 !important;
}

th {
    text-align: left;
}

table>thead>tr>th{
	padding: 8px;
    line-height: 1.42857143;
}

table td {
	border: 1px solid #eee!important;
	font-size: 16px !important;
	padding: 8px;
    line-height: 1.42857143;
}