#contentwrapper h3 a{color: #00529B;}

/* Tip box 
-----------------------------*/
.tip-box-right{ 
	display:block !important;
	float:right;
	width:200px;
	padding: 15px 10px;
	border:#19b3b3 1px solid;
	margin: 15px;
	box-shadow:  3px 3px 3px 0px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow:  3px 3px 3px 0px rgba(0, 0, 0, 0.3);

}
.tip-box-left{
	display:block !important;
	float:left;
	width:200px;
	padding: 15px 10px;
	border:#19b3b3 1px solid;
	margin: 15px;
	box-shadow:  3px 3px 3px 0px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow:  3px 3px 3px 0px rgba(0, 0, 0, 0.3);
}
.tip-box-left ul, .tip-box-left ol, .tip-box-right ul, .tip-box-right ol, ol.tip-box-left, ul.tip-box-left, ol.tip-box-right, ul.tip-box-right{
  list-style-position: inside !important;
}
/* For print
------------------------------*/
#copyright{display:none;}
#printItBtn{
  display:inline-block;
  background: transparent url('../images/print_it_icon.png') 0 0 no-repeat;
  height:17px;
  width:17px;
  cursor:pointer;
  position: relative;
  top:5px;
  margin: 0 3px 0 0;
 }
#soc-print-wrap{
 
}
.to-hide{
  display: none;
}
#nl-form{
  margin-top: 40px;
  background: white;
}
#nl-form input::-webkit-input-placeholder {
  color: #ccc;
}
#nl-form input:-moz-placeholder {
  color: #ccc;
}


























/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
.tip-box-right {
	display:block !important; 	float:right; 	width:200px; 	padding: 15px 10px; 	border:#19b3b3 1px solid; 	margin: 15px; 	box-shadow:  3px 3px 3px 0px rgba(0, 0, 0, 0.3); 	-webkit-box-shadow:  3px 3px 3px 0px rgba(0, 0, 0, 0.3);
}

.tip-box-left {
	display:block !important; 	float:left; 	width:200px; 	padding: 15px 10px; 	border:#19b3b3 1px solid; 	margin: 15px; 	box-shadow:  3px 3px 3px 0px rgba(0, 0, 0, 0.3); 	-webkit-box-shadow:  3px 3px 3px 0px rgba(0, 0, 0, 0.3);
}

