
.info{
	display: none;
}
 #mobiview
 {
 	display: none;
 }
 .lead{
 	padding-top: 10px;
 }

.school{
	font-size: 1.2em;
}
.info > a{
	display: block;
}
a:hover{
	text-decoration: none;
}
 /*.google-maps {
        position: relative;
        padding-bottom: 50%; // This is the aspect ratio
        height: 0;
        overflow: hidden;
    }
    .google-maps iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        /*height: 400px !important;
    }*/
@media (max-width: 767px)
{
	#btable
	{
	display : none;
	}
	#mobiview{
		display: inherit;
	}
	.google-maps{
		display: none;
	}
	/*.google-maps{
		padding-bottom: 70%;
	}*/
}