/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

 .dashboard-widget{
 	background-color: #ededed;
 	width: 100%;
 	height: auto;
    overflow: auto;
}
.dashboard-widget table{ 
	border: 1px solid #ededed; 
	background-color: #fff;
	margin: 10px;
} 
.dashboard-widget table th, 
.dashboard-widget table td{
	border: 1px solid #ededed;
    font-size: 12px;
    padding: 5px;
    white-space: nowrap;
}