.post-meta {
display: none;
}
.share_wrapper{
  display: none;
}

.entries{
    display: none;
}
.votes{
    display: none;
}
.countdown_10{
  display: none;
}

.my_button{
  text-align: center;
  text-decoration: none;
  font-size: 21px;
  border-radius: 7px;
  border-color: #f3f3f3;
  border-top-color:#e9e9e9;
  border-top-width: 6px;
  border-style: solid;
  border-width: 2px;
	width: 7.8em;
  height: 1.17em;
  display:inline-block;
	position: relative;
  margin:-0.82em;
  margin-left: 3.5em;
  padding:0.9em;
  cursor:pointer;
  background:#f9f9f9;  
  color:#333333; 
  z-index:0;
}
.my_button:before {
  content: "";
  border-radius: 7px;
  position: absolute;
  z-index:-1;
  top: 0;  left: 0;  right: 0;  bottom: 0;
  background: #efefef;
  transform: scaleX(0);
  transform-origin: 0 50%;
  transition: transform .2s ease-out;
}
.my_button:hover:before{transform: scaleX(1);}

.my_content{
margin-left: 150;
}

.centerme{
		margin-left: 45%;
}

@media only screen and (max-device-width : 640px) {
  .centerme{
    margin-left: 0%;
  }
}

@media only screen and (max-device-width: 768px) {
  .centerme{
		margin-left: 30%;
  }
}



.simple-banner-text span p{
font-family: 'Dosis', Arial, Tahoma, sans-serif !important; 
font-size: 1.2em;
font-weight: 500;
font-style: Normal;
letter-spacing:-0.2px;
line-height: 2.2em;
}

.tos-fx-slide .tos-caption{
	display: none;
}


.signup_test{
  text-align: center;
  width: 100% !important;
  margin: 0 auto !important;
	font-size:1.45em !important;
	background-color:#dbdbdb !important;
  padding-bottom: 20px !important;
  padding-top: 20px !important;
  	border-top-left-radius:11px;
	border-top-right-radius:11px;
	border-bottom-right-radius:11px;
	border-bottom-left-radius:11px;
}