.edit-button a {
  background: #EBEBEB;
  color: #666666;
  text-decoration: none;
  display: block;
  float: left;
  padding: 5px 10px 10px 10px;
  border: 1px solid #CCC;
  height: 14px;
}

.edit-button a:hover, .edit-button a:focus {
  color: #333333;
  cursor: pointer;
  background: #D6E0E3;
  text-decoration: none;
}