/*
Custom Styles
*/

.percent-container {
	display: table;
	width: 99%;
	border: solid 1px #dedede;
	border-radius: 4px;
	overflow: hidden;
	box-shadow: 0 1px 5px rgba(0,0,0,0.05) inset, 0 1px 5px rgba(0,0,0,0.05) inset; 
	background: #efefef;
}


.percentlms {
	float: left;
	height: 20px;
	background: #3878BB;
	border-radius: 0;
}
.dashboard-container .percentlms {
	float: left;
	height: 4px;
	background: #3878BB;
	border-radius: 0;
}