/* 
/* 
/*  custom.css
/*
/*  If not using Gulp and Sass, add your custom CSS below then include it
/*  in your page by adding a reference to assets/css/custom.css in the head of each page.
/*
*/
body {
	background-color: #FFF !important;
}
.container-fluid {
	padding-left: 1.5rem !important;
	padding-right: 1.5rem !important;
}
.table-hover tr { 
	-webkit-transition: background-color 0s !important;
	transition: background-color 0s !important;
}