//------------------------------------------------------------
//		January 4, 2019   Created 					--
//		Style Sheet for the fixed tool menu "Find, Map,	--
//		Tag, and Font Size Control 8pt;  10pt;  12pt;	--
//											--
//------------------------------------------------------------
//    
//    
//    		
#wrapper-c {
  width: 30px;							
  margin: 0 auto;						
  padding: 10px;							
  background: #ffc;
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, .25);  	
}
#controls-c {
  float: right;
  padding: 2px;
  width: 60px;
  background: #066000;		
  position: fixed;						 
  margin: 15px 0px 0px 92%;	 				
  text-align: center;
  transition: 2.25s ease-out;
  bordercolor: ffffff;
  border-radius: 7px;
  font-family: Arial;
  font-size: 14px;
  color: #00ff00;	
  font-weight: normal;
}
#controls-c a {
  font-size: 12px;
  color: #fff;	
  display: block;
  font-weight: bold;
  padding: 5px;
}
#controls-c a:hover {
  color: #000;		
  background: #ffffac;
  border-radius: 7px;
  transition: 0.25s ease-out;
}
a.selected-c {
  background-color: #ff0fcc;
  color: #fff !important;
}
#small-c {
  font-size: 14px !important;
  color: #ffffcc;
}
#medium-c {
  font-size: 18px !important;
  color: #ffffcc;
}
#large-c {
  font-size: 24px !important;
  color: #ffffcc;
}
//
// 
//