#content {
  background-color: #fff;
  background-position: right 50px;
  background-repeat: no-repeat;
  min-height: 70vh;
}

article h1 {
	color: #333;
}

article h2 {
	font: 1.2em Georgia, Serif;
	margin: 0 0 1em;
	padding: 0;
	text-shadow: none;
}

.center {
  text-align: center;
}

article .description {
  margin: 0 0 1em;
  font-size: 14px;
  line-height: 1.4em;
}

article .description ul {
	margin: 0 0 10px 10px;
}

article .description ul li {
  background-image: url('/images/layout/bullet-li-grey.gif');
  background-repeat: no-repeat;
  background-position: 0px 5px; 
  padding-left: 8px;
  margin-bottom: 0.4em;
}


/************************ TABLET ************************/
@media screen and (max-width:991px){

article .body {
	width : inherit;
}

}
