a.btn-default {
  display: inline-block;
  background: transparent;
  color: #666666;
  border: 2px solid #666666;
  border-radius: 6px;
  min-width: 4em;
  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: transparent;
  color: #666666;
  border: 2px solid #666666;
  text-decoration: none;
}
a.btn-default:active {
  background: #666666;
  color: #ffffff;
  border: 2px solid #666666;
  text-decoration: none;
}
a.btn-default:hover {
  background: #666666;
  color: #ffffff;
  border: 2px solid #666666;
  text-decoration: none;
  opacity: 1;
}


