		@import url(https://fonts.googleapis.com/css?family=Raleway:300,400,600);
		
		
		body
		{
			
			font-family: Arial, Helvetica, sans-serif;
		}
		
		 .table > thead:first-child > tr:first-child > th:first-child
		{
		position: sticky;
		left:0px;
		background-color: lightgrey;
		opacity: 1;
		
		}
		
	    .table > thead:first-child > tr:nth-child(2) > th:first-child
		{
		position: sticky;
		left:0px;
		background-color: lightgrey;
		opacity: 1;
		
		}
		
		.table > tbody > tr > td:first-child {
		position: sticky;
		left:0px;
		background-color: lightgrey;
		opacity: 1;
		}
		
		.table > thead > tr > th {
		white-space: nowrap;
		}
		
		