.jtn {
  border: 0px;
  padding: 0.2em 1em;
  text-decoration: none;
  cursor: pointer; }

.jtn-md {
  font-size: 1.5em; }

.jtn-sm {
  font-size: 1em; }

.jtn-lg {
  font-size: 2em; }

.jtn-red {
  background: red;
  color: #fff; }
  .jtn-red:hover {
    background: blue; }

.jtn-green {
  background: green;
  color: #fff; }
  .jtn-green:hover {
    background: blue; }

.jtn-blue {
  background: blue;
  color: #fff; }
  .jtn-blue:hover {
    background: blue; }

.jtn-gray {
  background: gray;
  color: #fff; }
  .jtn-gray:hover {
    background: blue; }

.jtn-purple {
  background: purple;
  color: #fff; }
  .jtn-purple:hover {
    background: blue; }

/*# sourceMappingURL=button.css.map */
