.css-events-list table {
  width: 100%;
}

.inside {
  padding: 40px 20px 20px;
  border: 2px solid #f2f2f2;
}

[id="event-form"] h3 {
  position: relative;
  top: 25px;
  display: inline-block;
  margin: 0 0 0 20px;
  padding: 10px 15px;
  background-color: #ffffff;
}

[id="event-form"] table {
  width: 100%;
}

[id="mceu_34"] {
  border: 1px solid #ddd !important;
}

.input-full {
  width: 80%;
}

.input-half {
  width: 60%;
}

.input-quarter {
  width: 30%;
}

.em-warning {
  padding: 25px;
  background-color: rgba(252, 205, 84, .1);
  border: 2px solid #fccd54;
}

.em-warning p {
  color: #fccd54;
  font-size: 16px;
}

.em-warning p:before {
  content: "\f06a";
  font-family: 'FontAwesome';
  margin-right: 5px;
}

.em-warning p:last-child {
  margin-bottom: 0;
}

.event-categories .select2-container {
  min-width: 300px;
}

/* Options */

.em-options-data {
  margin: 0 !important;
}

.em-options-data-name.call-premium {
  background-color: #b5ce00;
  padding: 20px 0px 20px 20px;
  box-sizing: border-box;
  color: white;
}

.em-options-data li {
  width: 100%;
  list-style-type: none;
  border-bottom: 2px solid #e1e1e1;
  padding: 20px 0;
}

.options-labels,
.options-prices,
.options-infos {
  display: inline-block;
  vertical-align: middle;
}

.options-labels {
  width: 75%;
  padding-right: 30px;
  box-sizing: border-box;
}

.options-labels label {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 18px;
}

.options-labels p {
  margin: 0;
}

.options-infos {
  position: relative;
  width: 5%;
}

.options-infos .fa {
  cursor: pointer;
  display: block;
  width: 20px;
  height: 20px;
  margin: 0 auto;
  border: 2px solid #b5ce00;
  border-radius: 50%;
  font-size: 13px;
  line-height: 20px;
  text-align: center;
  transition: background-color 300ms;
}

.options-infos .fa:hover {
  background-color: #b5ce00;
}

.options-infos-tooltip {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 50%;
  right: 65px;
  display: block;
  width: 400px;
  padding: 5px;
  box-sizing: border-box;
  background-color: #f2f2f2;
  transition: all 300ms;
  transform: translateY(-50%);
}

.options-infos-tooltip:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -10px;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-left: 10px solid #f2f2f2;
  border-bottom: 10px solid transparent;
  transform: translateY(-50%);
}

.options-infos .fa:hover ~ .options-infos-tooltip {
  opacity: .9;
  visibility: visible;
  right: 55px;
}

.options-infos-tooltip img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
}

.options-prices {
  width: 15%;
  text-align: right;
}

.options-prices em {
  margin-left: 5px;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
}

.info-box {
  padding: 15px;
  background-color: #fefff7;
  text-align: center;
  font-size: 15px;
  color: #b5ce00;
  border: 2px solid #b5ce00;
}