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


