/*
MASTER OVERRIDE STYLE SHEET -- This is my fucking stylesheet.
*/

    .buttonA
{
  border: none !important;
  color: rgb(82, 82, 82) !important;
  padding-top: .575em !important;
  padding-bottom: .575em !important;
  padding-left: 1em !important;
  padding-right: 1em !important;
  text-align: center !important;
  text-decoration: none !important;
  display: inline-block !important;
  font-size: 1.2em !important;
  cursor: pointer !important; 
 
}
   .buttonA:hover 
{
    
 
  color: black; /*fallback*/
  color: rgba(82, 82, 82, .75) !important;

    
}
 /* i fucking hate my life and feel like an idiot because it took me 2 hours to link this properly x_x
 */