/* CMS pages ****************************************************************************** */
#cms #center_column ul,
#cms #center_column ol,
#cms #center_column dl { margin-left:25px; margin-bottom:20px }

#cms #center_column li { margin-bottom:5px }

#cms #center_column article p {
	padding-bottom: 10px;
}

#cms #center_column article h1, #cms #center_column article h2, #cms #center_column article h3, 
#cms #center_column article h4, #cms #center_column article h5, #cms #center_column article h6 {
	margin-bottom: 10px;
}

#cms #center_column article blockquote {
	font-style: italic;
	background: #e6e6e6;
	padding: 40px 20px;
	margin-bottom: 10px;
	position: relative;
}

	#cms #center_column article blockquote:before {
		content: " ";
		position: absolute;
		background: url(../images/quote.png) no-repeat;
		width: 32px; height: 24px;
		bottom: 10px; left: 10px;
	}
	
	#cms #center_column article blockquote:after {
		content: " ";
		position: absolute;
		background: url(../images/quote.png) no-repeat;
		width: 32px; height: 24px;
		top: 10px; right: 10px;
	}
	
#cms #center_column article table td {
	border: 1px solid #e6e6e6;
	padding: 5px;
}

#cms #center_column article table th {
	border: 1px solid #e6e6e6;
	padding: 5px;
	font-weight: 600;
	background: #ddd;
}

.features-table
{
  width: 100%;
  margin: 0 auto;
  border-collapse: separate;
  border-spacing: 0;
  text-shadow: 0 1px 0 #fff;
  color: #2a2a2a;
  background: #fafafa;  
  background-image: -moz-linear-gradient(top, #fff, #eaeaea, #fff); /* Firefox 3.6 */
  background-image: -webkit-gradient(linear,center bottom,center top,from(#fff),color-stop(0.5, #eaeaea),to(#fff)); 
}

.features-table td
{
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
  border-bottom: 1px solid #cdcdcd;
  box-shadow: 0 1px 0 white;
  -moz-box-shadow: 0 1px 0 white;
  -webkit-box-shadow: 0 1px 0 white;
  white-space: nowrap;
  text-align: center;
}

/*Body*/
.features-table tbody td
{
  text-align: center;
  font: normal 12px;
  width: 150px;
}

.features-table tbody td:first-child
{
  width: auto;
  text-align: left;
}

.features-table td:nth-child(2), .features-table td:nth-child(3)
{
  background: #efefef;
  background: rgba(144,144,144,0.15);
  border-right: 1px solid white;
}


.features-table td:nth-child(4)
{
  background: #F7BA0B;  
  background: rgba(247,186,11,0.8);
}

/*Header*/
.features-table thead td
{
  font: bold 1.3em;  
  -moz-border-radius-topright: 10px;
  -moz-border-radius-topleft: 10px; 
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  border-top: 1px solid #eaeaea; 
}

.features-table thead td:first-child
{
  border-top: none;
}

/*Footer*/
.features-table tfoot td
{
  font: bold 1.4em Georgia;  
  -moz-border-radius-bottomright: 10px;
  -moz-border-radius-bottomleft: 10px; 
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-bottom: 1px solid #dadada;
}

.features-table tfoot td:first-child
{
  border-bottom: none;
}

/*Personal*/
h1[itemprop="name"] {
   color: #fff;
}
