/* reservations*/


/* Attention, do not edit this file directly, please use the stylesheet editor in admin.
Any changes made here will be overwritten*/

.rates table {
width:100%;
}
.rates table tbody tr:nth-child(odd) td {
background:#fafafa;
}
.rates table td,.rates table th {
text-align:right;
padding:3px;
font-size:0.9em;
}
.rates table td:nth-child(1) {
text-align:left;
}
.rates h4 {
font-family:'Open Sans';
padding:10px;
border:1px solid #eee;
background:#A6D8FD;
font-weight:300;
font-size:1.1em;
}
.rates h4 i {
float:right;
}
#main_content {
margin:40px 0;
padding:20px;
text-align:center;
font-size:.9em;
background-color:#fbb0a9;
color:#000;
box-shadow:1px 1px 4px 1px #000;
text-shadow:1px 1px 3px rgba(255,255,255,.5);
}
#main_content .row > div {
padding-top:15px;
padding-bottom:15px;
}

@media (min-width: 1600px) {

}

@media (min-width: 1200px) and (max-width: 1599px) {

}

@media (min-width: 980px) and (max-width: 1199px) {
.rates table {
font-size:.9em;
}

}

@media (min-width: 768px) and (max-width: 979px) {

}

@media (max-width: 767px) {

}

@media (max-width: 480px) {
.rates table {
font-size:12px;
}
.rates table th {
font-size:11px;
}

}
