@import url(http://fonts.googleapis.com/css?family=Montserrat:400,700);

table {
    font-family:'Montserrat',Arial,Helvetica;
    font-size:15px;
    line-height: 22px;
}
.citytitle {
    font-family:inherit;
}
.comptitle {
    font-family:inherit;
}

.maintitle{
    padding:10px 0 5px 0;
    font-family:'Fira Sans',"Georgia","Times New Roman";
    font-weight: bold;
    font-size:44px;
    color: #B1005D;
    text-shadow: #DDDDDD 0px 1px 0px;
}

.subtitle {
    margin-left:130px;
    color: #b1005d;
    font-family: "Fira Sans","Georgia","Times New Roman";
    font-size: 20px;
    font-weight: bold;
}

.titlebox {
    border: solid 3px #000;
    margin: 6px 1px 6px 6px;
    padding: 3px 15px 3px 15px;
}

body {
    font-family:Lato,Arial,Helvetica;
}
#mapcontainer {
    margin-left:7px;
}
#maplocation {
    background-color: #f5f5f5;
    height: 326px;
    width: 418px;
}
#map {
    background-color: #f5f5f5;
    font-size: 11px;
    height: 326px;
    width: 537px;

}
div.olControlAttribution {
    bottom: 3px;
}
.maptext {
    font-size: 13px;
}
.businesses {
    font-size:16px;
}
.business {
    font-size:15px;
    background: none repeat scroll 0 0 #ffffee;
    margin-left:16px;
}
.reviewtitle {
    font-weight:bold;
    font-size:16px;
    padding-bottom:13px;
}
.reviews {
    margin: 12px 4px 10px 4px;
}
.disqus {
    margin: 2px;
}
.locationimage {
    float:left;
    margin:15px 12px 35px 4px;
}
.footer {
    font-family:'Montserrat',Arial,Helvetica;
    font-size:14px;
}