
    @charset "utf-8";
/* very_small_screen.css */

 /* change screen color for phone */
      body {background-color: #FF6;}  /*  yellow color screen  */
	  
	  .menu_name {display: none;}
	  .menu_bar {display: none;}
	  .menu_top  {display: inline;}   /*  to display menu as horizontal bar for cell phones  */
	  .hide_this_too  {display: none;}
	  .hide_photos {display: none;}
	  .show_photo_link {display:block;}
	  .show_code {display:block;}   /*  show new row to keep table flow in line  */
	  
	  img  {max-width: 100%;}

	
	.left_side  {
		margin-left:  auto;
		margin-right: auto;
		float: inherit;
		width:  80%;
		border-width: 4px;
		border-color: #C03;
	}
	.center_side  {
		
		width: 90%;
		margin-left:  auto;
		margin-right: auto;
		float: inherit;
	}
	
	.right_side  {
		margin-left:  auto;
		margin-right: auto;
		float: inherit;
		width: 80%;
		}

li {
	display: inline;
	font-weight:  600;
	padding-left:  1em;
	padding-right:  1em;
}