.hcombo-box {

 	height: 35px;
 	width: 100%;
 	
	margin-bottom: 2px;
	
 	font-size: 20px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: black; /* Font Color */  
  
	border: solid;
	border-width: 1px;
   border-radius: 5px;
   border-color: white;
  
	box-shadow: inset 0 3px 7px rgba(0,0,0,.2), inset 0 -3px 7px rgba(0,0,0,.2);
  
}

.hcombo-box:focus { 

	color: black; /* Font Color */

	-webkit-box-shadow: inset 0 2px 0 rgba(0,0,0,.2), 0 0 4px rgba(0,0,0,0.1), 0 0 5px 2px white;
  	   -moz-box-shadow: inset 0 2px 0 rgba(0,0,0,.2), 0 0 4px rgba(0,0,0,0.1), 0 0 5px 2px white;
    	 	  box-shadow: inset 0 2px 0 rgba(0,0,0,.2), 0 0 4px rgba(0,0,0,0.1), 0 0 5px 2px white;
    
   -webkit-transition: all .1s linear;
      -moz-transition: all .1s linear;
           transition: all .1s linear;
    

}



