tr th:first-child
       {
		text-align: left;
      }
.table{
	width:100%;
}
.table thead tr th{
	opacity:1;
	padding:2px
}
.table tbody tr td{
	padding:2px;
}
