.background_blue
{
	background-color: #4198ff;
}

.background_red
{
	background-color: #BB444F;
}


.javadoc_blue
{
	color : rgb(76, 107, 135);
}


.image_align_right_at_md
{
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.text_align_left_at_md 
{
	 text-align: center;
}


.vmlensButtonBlue
{
	border-color: #4198ff;  
	background-color: #4198ff;  
	color: white;
	
}



.vmlensButtonBlue:hover, .vmlensButtonBlue:focus, .vmlensButtonBlue:active, .vmlensButtonBlue.active
{
    background-color: #002d63;
    border-color: #4198ff;  
    color: white;
}


@media only screen and (min-width : 992px) {
.image_align_right_at_md
{
	  float: right !important;
}

.text_align_left_at_md 
{
	 text-align: left;
}

.vmlensButtonBlue
{
    margin-top: 20px;
}



}

.vmlens_active
{
	 text-decoration: underline;
	 color: blue;
}


.vmlensDoc h1
{
	margin-top   : 50px;
	margin-bottom: 30px;
}

.vmlensDoc h2
{
	margin-top   : 50px;
	margin-bottom: 30px;
}


