@charset "utf-8";
/* CSS Document */

section.tips{ width: 100%;float:left; border-bottom:1px dashed #336600; margin-bottom:20px;}
span.number{ font-size:36px; float:left; font-family:"Roboto San Serif"; margin:21px 5px 0px 0px; color:#336600;}
.left-content img.thumbnails{ margin:2px;}
.left-content .btn-primary{ float:left; margin-left:10px; margin-top:30px;}
.title-section{ background-color: rgba(184, 207, 110, 0.3); border-left:4px solid #336600; margin-bottom:15px; float:left;}
.title-section h2{ float:left; margin-right:20px;}
p.tips{ margin-left:15px;}
p.tips span.number{ margin:0px 5px; font-size:24px; color:#336600;}
.tips .col-lg-12{float:left; width: 100%;}
@media (min-width: 1200px) {
	

}
/*Medium*/
@media (min-width: 992px) and (max-width: 1199px) {
	
	
	
}
/*Small*/
@media (min-width: 768px) and (max-width: 991px) {
	
	
}
/*xSmall*/
@media (max-width: 767px) {
	.left-content p.tips{ line-height:24px; text-align:left;}
}
