#ensModalWrapper{
    position: fixed;
    max-width: 80%;
}
.ensToggleLabel,
.ensTitle{
    font-weight:bold;
}
.ensToggleRow {
    margin-bottom:20px;
}
.ensButtons {
  clear: both;
  margin-top: 15px;
  float: right;
}
.ensButtons button {
  display: inline-block;
  position: relative;
  min-width: 230px;
  width: 100%;
  height: 32px;
  border: #000000 solid 1px;
  font-size: 0.9em;
  background-color: #ffffff;
  color: #000;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
}
.ensButtons button:hover {
  border: #000000 solid 2px;
  background-color: #000000;
  color: #ffffff;
}
.ensButtons button:focus,
.ensButtons button:active {
    border: #000000 solid 1px;
    background-color: #ffffff;
    color: #000000;
    outline: #000000 solid 2px;
}
.ensToggleRow .card {
    word-wrap: break-word;
    background-color: transparent;
    background-clip: border-box;
    border: 0 solid rgba(0, 0, 0, .125);
    border-radius: .1875rem;
    min-width: 0;
    display: inline-block;
    margin-left: 20px;
}
@media screen and (min-width: 769px) {
    .ensButtons button {
        min-width: 230px;
        width: 230px;
        margin-left:8px;
        margin-right:8px;
    }
}
