#browserWarning {
  color: #8a6d3b;
  border-color: #faebcc;
  background-color: #fcf8e3;
  padding: 10px 15px;
  z-index: 1000;
  position: fixed;
  bottom: 0;
  width: 100%;
  text-align: center;
}
#browserWarning button {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
  background-image: linear-gradient(to bottom, #8a6d3b, #8a6d3b);
}
#browserModal .modal-dialog {
  font-weight: bold;
  padding: 30px;
}
#browserModal .modal-dialog .modal-body {
  font-size: 12px;
}
#browserModal .modal-dialog .browser {
  text-align: center;
  padding: 30px 0 30px 0;
}
#browserModal .modal-dialog .browser a:first-child {
  padding-left: 45px;
}
#browserModal .modal-dialog .browser a {
  outline: 0;
  padding-right: 30px;
}
