.container {
	 max-width: 1280px;
  padding-left: 20px;
  padding-right: 20px;
}

h4{
	font-weight: bold;
}

table tbody tr td {
    color:black !important;
    /*width:1px;*/
    white-space:nowrap;
    padding: 0 10px 0 10px;
}

table tbody td:nth-child(1) {
    white-space:nowrap;
}


table, th, td {
    border: 0;
    padding: 0;
    /*width: 1px;*/
}

thead {
	text-align: center;
}

table tr:first-child td {
	background-color: transparent;
	font-size: inherit;
}

tbody tr:nth-child(even) td {
	background-color: #F5F5F5;
}

#hazTable3 tbody tr td:nth-child(n+1):nth-child(-n+3), /*Selects Columns 1-3*/
#hazTable4 tbody tr td:nth-child(n+1):nth-child(-n+3){
	text-align: left;
	width: 15%;
}

.tabled .tabled__navigation {
	background: transparent;
}