a.btn-default {
  display: inline-block;
  background: #ea9999;
  color: #ffffff;
  border: 2px solid #fff2cc;
  border-radius: 2em;
  min-width: 4.1em;
  max-width: 100%;
  font-size: 100%;
  line-height: 1.8;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  padding: 1em;
  transition: all 0.2s;
}
a.btn-default:visited {
  background: #ea9999;
  color: #ffffff;
  border: 2px solid #fff2cc;
  text-decoration: none;
}
a.btn-default:active {
  background: #ea9999;
  color: #ffffff;
  border: 2px solid #274e13;
  text-decoration: none;
}
a.btn-default:hover {
  background: #ea9999;
  border-color: #274e13;
  color: #ffffff;
  text-decoration: none;
  opacity: 1;
}


