red-button a.btn,
.btnDiv a.btn {
    display: inline-block;
    width: 100%;
    padding: 12px !important;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-weight: normal;
    font-family: "VodafoneBold";
    font-size: 18px;
    margin: 5px;
    border: none;
}
red-button a.btn:hover, red-button a.btn:focus,
.btnDiv a.btn:hover, .btnDiv a.btn:focus {
    text-decoration: none;
}
red-button a.btn.btnRed,
.btnDiv a.btn.btnRed {
	background-color: #E60000;
	color: #fff;
}

red-button a.btn.btnRed:hover,
.btnDiv a.btn.btnRed:hover {
    background-color: #900;
}

red-button a.btn,
.btnDiv a.btn {
    width: 25%;
}

@media only screen and (max-width: 568px) {
	red-button a.btn,
    .btnDiv a.btn {
	    width: 81%;
	}
}
