#contact{
  padding: 0 05px 10px;
  background-color:#eee;
  font-weight:500;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: rgba(0,0,0,.2) 1px solid;


}
#contact h3{
	background-color: #43ac6a;
	padding: 0 7px;
	color: #fff;
	margin: 0 -5px 10px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	font-weight: bold;
}

@media screen and (max-width: 767px) {
	#contact{
	text-align:center;
  	max-width:260px;
  	margin:0 auto;
	}
#contact h3{
	text-align:center;
	}

}

.ccm-page .btn a{
	color:#fff;
    text-decoration: none;

}
#greenbuttons{
	width:100%;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;

}
