.jev-wrapper {
  background-color: #FFFFFF;
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
  border-radius: 10px;
  padding: 1em;
}

.jev-shortcode {
  width: 100% !important;
}

@media (min-width: 768px) {
  .jev-shortcode {
    max-width: 500px !important;
  }
}

.jev-menubar {
  background-color: #eee;
  margin: -.5em -.5em 2em -.5em;
  border-radius: 10px;
  padding: 0.5em;
  text-align: right;
  line-height: 2.2em;
}

.jev-alink-button {
  border-radius: 5px;
  padding: 0.5em;
  border: 1px solid #ce3e6e;
  background-color: #C6E6A2;
  font-weight: bold;
}

.result-box {
  margin: .5em 5px;
  padding: .5em;
  border: 1px solid black;
  border-radius: 5px;
}

.result-box-active {
  color: darkgreen;
  border-color: green;
  background-color: #e9ffe9;
}

.result-box-inactive {
  color: darkred;
  border-color: red;
  background-color: #fff1f1;
}

.result-box-msg {
  margin-left: .5em;
}

.d-table {
  display: table;
}

.d-table-row {
  display: table-row;
}

.d-table-col {
  display: table-cell;
  padding: 2px 5px;
}

.w-full {
  width: 100% !important;
}

.hidden {
  display: none !important;
}
