
body {
  font-family: Helvetica, Arial, sans-serif !important;
  font-size: 14px;
  line-height: 1.5;
  color: #222;
  background: #f1f1f1;
  overflow-x: hidden;
  
	
		
}

#main {
    padding: 2.5em 1em 2.5em 1em;
    /*background: #ffffff;*/
    border-radius: 4px;
    cursor: default;
    max-width: 100%;
    opacity: 0.95;
    position: relative;
   
    width: 47em;
}

.rad {
	text-decoration: none;
    width: 6.05em;
    height: 6.05em;
    border-radius: 100%;
    border: solid 1px #c8cccf;
    line-height: 1.05em;
    text-align: center;
}

.myButton {
    box-shadow: inset 0px 0px 0px 0px #5e5e5e;
    /* background: linear-gradient(to bottom, #5e5e5e 5%, #5e5e5e 100%); */
    background-color: #ffffff;
    border-radius: 4px;
    display: inline-block;
    cursor: pointer;
    color: #3c3c3c;
    font-family: Arial;
    font-size: 14px;
    padding: 8px 23px;
    text-decoration: none;
    text-shadow: 0px 0px 0px #5e5e5e;
    border-color: 1px solid #000000;
    border: 1px solid #5e5e5e;
}

.myButton:hover {
	color:#5e5e5e;
}

.myButton_social {
    box-shadow: inset 0px 0px 0px 0px #5e5e5e;
    /* background: linear-gradient(to bottom, #5e5e5e 5%, #5e5e5e 100%); */
    background-color: #ffffff;
    border-radius: 4px;
    display: inline-block;
    cursor: pointer;
    color: #3c3c3c;
	min-width: 200px;
	width: 100%;
    font-family: Arial;
    font-size: 14px;
    padding: 8px 23px;
    text-decoration: none;
    text-shadow: 0px 0px 0px #5e5e5e;
    border-color: 1px solid #000000;
    border: 1px solid #5e5e5e;
}

