.discount-gateway{
width:200px;
height:auto;
border: thin solid #CCC;
margin: 0 auto;
text-align:center;
}

.other-info{
width:200px;
margin:0 auto;
border:1px solid #333;
display:block;
}

.other-info a:hover{
text-decoration:underline;
}

.query{
width:100%;
display:block;
float:left;
text-align:center;
font-color:#000;
font-weight:bold;
}

.discount-details
{
width:80%;
margin:0 auto;
border:1px solid #CFCFCF;
display:block;
margin-bottom:20px;
}

.discount-details h3, h4, h5{
text-align:center;
margin-top:10px;
margin-bottom:15px;
}


.discount-details a:hover
{
text-decoration:underline;
}

.discounted, .contact{
display:block;
margin-top:20px;
margin-bottom:20px;
text-align:center;
}

@media screen and (max-width: 400px){
.discount-details{
width:95%;
}
}
