.scroll-table{
				white-space: pre;
				overflow: auto;
				width: 100%;
				padding: 10px;
			}
			.table-styled.table{
				margin-bottom: 0;
			}
			.table-styled tr{
				margin-bottom: 5px;
				background: #eee;
				border-left: 5px solid #ea887c;
			}
			.table-styled thead tr:nth-child(1){
				margin-bottom: 5px;
				background: #eee;
				border-left: 0;
			}
			.table-styled tr:nth-child(1){
				border-left: 5px solid #6ea5e4;
			}
			.table-styled tr:nth-child(2){
				border-left: 5px solid #91d97b;
			}
			.table-styled tr:nth-child(3){
				border-left: 5px solid #f9da5b;
			}
			.table-styled tr:nth-child(4){
				border-left: 5px solid #ea887c;
			}

			.table-styled tr.space-under > td{
  			padding-bottom: 1em;
			}
			.table-styled tbody > tr > td, .table-styled thead > tr > td{
				background: #f9f9f9;
				padding: 10px 15px;
				border-top: 1px solid #E9E9E9;
				font-size: 12px;
				vertical-align: middle;
			}
			.table-styled thead tr td{
				background: #fff;
				border-top: 1px solid #E9E9E9;
				font-weight: bold;
			}
			.table-styled tbody > tr > td i{
				font-size: 16px;
			}