﻿ /* WebStart CSS - Mobile Media */
/* */
@media screen and (max-width:240px){
}
@media screen and (max-width:320px){
body{
	font-size: 1.0em;
	}	
#left_column {
	display: none;			/*hide the side menu */
	}

#side-menu {
	width: 100%;
	max-width: 250px;
	min-width: 10px;
	margin-left: 5%
}
 #side-menu a {
	padding: 5px;
	padding-top: 10px;		/*increase the size of menu buttons */
	padding-bottom: 10px;
	font-weight: bold;
}
#right_column {
	margin-left: 5%;
	margin-right: 5%;
	}	
#bottom_menu {
	display: inline;		/*display the bottom menu */
	}

}	
@media screen and (max-width:480px){
body{
	font-size: 1.0em;
	}
#top-menu {
	font-size: 0.9em;
	}
#side-menu a {
	padding: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
	}
#left_column {
	display: none;			/*hide the side menu */
	}

#bottom_menu {
	display: inline;		/*display the bottom menu */
	}
#right_column {
	margin-left: 2%;
	margin-right: 2%;
	}
}
@media screen and (max-width:600px){
	
}
@media screen and (max-width:900px){
	
}

