/*CHECKMEDIA-MAP-BUY.CSS*/
/*Stylesheet to set the map image and link to Amazon at top of route pages*/

.getmap {
font-family: 'Open Sans', sans-serif; 
font-size:10pt; 
width:100px; 
height:200px; 
float:right; 
margin-top:-100px; 
margin-left:20px; 
margin-right:20px; 
margin-bottom:30px; 
border : solid 5px #dddddd; 
text-align:center; 
background-color:#dddddd; 
border-radius:6px;  
}

.getmapimg {
width:100px; 
height:170px; 
border-radius:5px;
padding-bottom:6px;
}

html {-webkit-text-size-adjust: none;}


@media screen and (min-width: 991px) {
/*No changes to this size*/
}

@media screen and (max-width: 990px) and (min-width: 751px) {
/*No changes to this size*/
}


@media screen and (max-width: 750px) {

.getmap {
font-size:8pt; 
width:75px; 
height:150px; 
border-radius:6px;  
}

.getmapimg {
width:75px; 
height:131px; 
padding-bottom:4px;
}

}



@media screen and (max-width: 570px) {

.getmap {
font-size:7pt; 
width:66px; 
height:132px; 
border-radius:4px;  
}

.getmapimg {
width:66px; 
height:115px; 
border-radius:3px;
padding-bottom:4px;
}

}

