
/*  Template style */

.note_section_cloud,
.note_section{
  padding: 12px 15px 5px 15px;
}

.note_section{
  background: #F5F5F5;
}

.note_section_cloud{
	background: #FFF;
  border: 1px solid #222;
}

.note_center{
  margin: 25px 0;
}
.note_right{
  width: 42%;
  float: right;
  margin: 4px 0 10px 20px; 
}

.note_left{
  width: 42%;
  float: left; 
  margin: 4px 20px 10px 0; 
}

.note_section h3{
  font-size:12px;
  margin-bottom: 8px;
  color:#444;
}

.note_section_cloud h3{
	font-size:12px;
	margin-bottom: 8px;
	color:#222;
}

.note_section_cloud,
.note_section{
  color: #444;
	font-size: 11px;
  line-height: 19px;
}

