#enter-field {
   position: fixed; 
   bottom: 125px; 
   right: 20px; 
   background-color:rgba(255,255,255,0.7); 
   font-size:1em; 
   border-color: white;  
   border-width:4px;
   border-style:solid;
}
#enter-field:hover {
   border-color: black;  
}
#enter-field a {
	display: block;
    padding: 24px;
	color:black;
}
#enter-field a:hover {
   text-decoration: none;
}

.masthead {
    display: inherit;
}