.css_btn_class {
	font-size:1.75em;
	font-family:Arial;
	font-weight:normal;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	padding:0.75em;
	text-decoration:none;
	background-color:#d83526;
	color:#ffffff;
	display:inline-block;
}
@media all and (min-width: 481px) and (max-width: 768px) {
    .css_btn_class{
    	margin-top:5%;
        font-size: 1em
    }
}
@media all and (min-width: 321px) and (max-width: 480px) {
     .css_btn_class{
     	margin-top:5%;
        font-size: 1em
    }

}
@media all and (max-width: 320px) {
    .css_btn_class{
    	margin-top:5%;
        font-size: 1em
    }

}

/* This css button was generated by css-button-generator.com */