.panel{
	min-height: 50px;
} 
body{
	margin: 5px;
}
.custmdivs1{
	margin-bottom: 3px;
	height: 400px;
}
.custmdivs4{
	margin-bottom: 3px;
	height: 60px;
}
.cust{
	font-weight: bold;
	font-size: 13px;
	opacity: .9;
	text-align: center;
}
.cust2{
	font-weight: bold;
	color: green;
	text-align: center;
}
.customize{
	height: 100px;
}
.custmdivs{
	margin-bottom: 3px;
	height: 400px;
	

}
.custmdivs2{
	margin-bottom: 3px;
	

}
.custmdivs-side-menu{
	height: 540px;
	color: white;
	background-color: navy;

}
.SidebarContent{
	margin-bottom: 3px;
	min-height: 150px;
	text-align: center;
	font-size: large;
	background-color:blue;

}
.mainContent{
	margin-bottom: 3px;
	min-height: 303px;
	text-align: center;
	font-size: large;
	background-color:blue;

}
.jumbotron {

    background-color: lightblue;
    color: black;

}
.dot {
  height: 10px;
  width: 10px;
  background-color: #76EE00;
  border-radius: 50%;
  display: inline-block;
}