.table-hover{
	tbody{
		tr:hover{
			background: #fff;
		}
	}
}