.jfontsize-button {
  font-weight: bold;
  padding: 3px;
  color: #0990ee;
  border: solid 1px #ccc;
}

.jfontsize-button:hover {
  text-decoration: none;
  background: #0990ee;
  color: #fff;
  border: solid 1px #fff;
}

.jfontsize-disabled, .jfontsize-disabled:hover {
  color: #aaa;
  border: solid 1px #eee;
  background: #eee;
}

.fontresize {
  margin: 20px 0 0 0;
}