


/* Pattern styles */
.left-half {
  background-color: #fff;
  float: left;
  width: 50%;
 
}
.right-half {
  background-color: #fff;
  float: left;
  width: 50%;
 
}
.container{
	
margin-top:10px;
}