.btn{
  background-color: #343a40 !important;
}

#brainwalletError {
  display: none;
}

#brainwalletResult {
  word-break: break-all;
  width: 100%;
}

#btcApiError {
  display: none;
}

#bwSearchKey:hover {
  -ms-transform: scale(1.5); /* IE 9 */
  -webkit-transform: scale(1.5); /* Safari 3-8 */
  transform: scale(1.5); 
}

#expandInfo {
  color: #fed136;
}

a:hover {
  cursor: pointer;
}