.mc-abs {
position: absolute;
}
.mc-rel {
	position:relative;
}
.miami-img {
    width: 100%;
}
.hosp-label {font-size:16px; text-align:center; line-height:17px; width:100px; 
	-moz-text-shadow:1px 1px 0 white;
    -webkit-text-shadow:1px 1px 0 white;
    text-shadow:1px 1px 0 white;}
p.hosp-label.um {top:200px; left:5px;}
.iframe p.hosp-label.um {
    top: 48%;
    left:2%;
}
p.hosp-label.jax {top:90px; left:145px;}
.iframe p.hosp-label.jax {
    top: 21%;
    left: 24%;
}
.bold {font-family:"FranklinITCProBold","Arial",sans-serif;}
.map-wrapper {top:-50px; left:10px;}
.map {width:200px; height:200px;}

p.city-label {background-color:#383838; color:#fff; padding:5px; top:0px; left:0px; text-transform: uppercase;}

.miami-hosp {width:300px; background-color:#fff; padding: 15px; top: 30px; left:270px; display:block;}
.miami-hosp table {width:100%;}

.miami-hosp table p td.text-left {text-align: left; }
p.miami-intro {font-size:13px; margin:10px; text-transform:uppercase;}
.miami-hosp h2 { font-size: 2.2em; }
h2.um { color:rgb(72, 114, 160); }
h2.jax { color:rgb(136, 186, 209); }
.miami-hosp table td { width:40%; }
.miami-hosp table td.first-col {width:20%; }
#top-section p.label {line-height: 1.2em; color: #666;}

.hosp-compare {
    margin-top:20px;
}
.hosp-compare h3 {font-size:1.3em; padding:0;}
.map .label {color:#666; text-transform:uppercase; line-height:1.3em;}
.map-container {height:550px;}

.leaflet-popup-content {font-family:"FranklinITCStdLight","Franklin Gothic","ITC Franklin Gothic",'Arial',sans-serif;}
.leaflet-popup-content h4 {font-size:1.3em; margin-bottom:0; font-family:"FranklinITCStdLight","Franklin Gothic","ITC Franklin Gothic",'Arial',sans-serif;}
.leaflet-popup-content a {text-decoration:none;}
.leaflet-popup-content p {margin:5px 0; line-height:1.3em;}

/* repsonsive stuff */
/* PHONES */
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px) {
    .iframe .hosp-label {
        font-size: 14px;
    }
    .iframe p.miami-intro {
        margin-bottom: 0;
    }
    .iframe .hosp-compare {
        margin-top: 0;
    }
    .iframe .hosp-compare h3 {
        margin-bottom: 0;
        margin-top: 3px;
    }
    .iframe .hosp-compare table {
        margin-bottom: 0;
    }
    .iframe .miami-hosp {
        width: 100%;
        padding:0;
        left:0;
        top:0;
        position: relative;
    }
    .iframe p.hosp-label.um {
        top: 32%;
        left: 16%;
    }
    .iframe p.hosp-label.jax {
        top: 14%;
        left: 33%;
    }
    .nomobile-iframe {
        display: none !important;
    }
}