.location_info iframe {
	width: 100%;
}

.location_info table {
    width:100%;
	margin:20px 0;
 	border-top:2px solid #333;  
    border-bottom:2px solid #333;
}



.location_info tbody tr:first-child th,
.location_info tbody tr:first-child td{
    border-top:0; 
} 

.location_info th {
		    text-align:left;
		    width:100px;
		    padding:13px 10px 11px;
		    border-top:1px solid #eee;
		    white-space:normal;
		    word-break: break-all;
		    vertical-align:top;		     
		    font-weight:bold;
		}
		.location_info th,
		.location_info td{
            font-size:1.2em;
		    display:block;
		    width:100%;
		}
		 
		.location_info td{
		    border-top:0;
		    padding: 2px 10px 11px;
		}



/* tablet */
@media screen and (min-width:769px) and (max-width:991px){
}

/* mobile */
@media screen and (max-width:768px){
}
