#content-area a.button-link {
  text-align: center;
  padding: 12px 0 0 0;
  text-decoration: none;
  display: inline-block;
  border: 1px #999999 solid;
  border-radius: 2px;
  color: #666666;
  background: #EAEFF1;
  margin: 2px 0 0 0;
  width: 100%;
  min-width: 130px;
  min-height: 30px;
  font-size: 1.2em;
  font-weight: bold;
  background-image: -webkit-gradient( 
   linear, 
   left bottom, 
   left top, 
   color-stop(0, #D6E0E3), 
   color-stop(0.5, #EAEFF1), 
   color-stop(0.51, #F7F9F9), 
   color-stop(1, #EAEFF1) 
 );
}

#content-area a.button-link:focus, a.button-link:hover {
  text-decoration: none;
  outline-color: rgb(77, 144, 254);
  outline-offset: 0px;
  outline-style: auto;
  outline-width: 5px;
}