.jsme-custom{
  height:400px !important;
  border: 1px solid #eee;
}
.error-box{
  position: relative;
  top: -14%;
  z-index: 5; 
  display: none;
  max-width: 100%; 
  padding: .25rem .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  color: #fff;
  background-color: rgba(220,53,69,.9);
  border-radius: 6px;
}

.error-box-text{
  color: #fff !important;
  text-align:center;
}