.eu-input-wide {
    width: 25rem;
}

#titlediv {
    margin-bottom: 20px;
}

#normal-sortables .hndle {
    cursor: default;
}

.location-components {
    width: 100%;
    max-width: 517px;
}

#location, #street {
    width: 100%;
    max-width: 400px;
}

#titlediv #title-label,
#titlediv2 #title-prompt-text {
    background: transparent;
    position: static;
    display: block;
    padding: 5px 0 10px 0;
    height: auto;
    font-size: 1.7em;
}

#titlediv2 #title-prompt-text {
    z-index: 2;
}

#titlediv #title {
    position: relative;
    z-index: 1;
    line-height: 1.7em;
}

#titlediv #title:focus {
    z-index: 10;
}

#titlediv2 #event_url {
    position: relative;
    z-index: 1;
    padding: 3px 8px;
    font-size: 1.7em;
    line-height: 1.7em;
    height: 1.7em;
    width: 100%;
    outline: 0;
    margin: 0 0 3px;
    background-color: #fff;
}

.title-label {
    position: static;
    display: block;
    padding: 5px 0 10px 0;
    height: auto;
    font-size: 1.7em;
}

#event_delete {
    margin-bottom: .5em;
    padding-bottom: 2px;
}

#event_delete .button.button-primary {
    min-width: 104px;
    margin-left: 10px;
}

#event_delete .button.error {
    min-width: 104px;
    background: #dc3232;
    color: #fff;
    border-color: #BB3030;
    -webkit-box-shadow: 0 1px 0 #BB3030;
    box-shadow: 0 1px 0 #BB3030;
    font-weight: bold;
    text-transform: uppercase;
}

#event_delete .button.button-primary.first {
    margin-left: 0;
}

#wp-body-wrap.validation-error {
    border: 1px solid rgb(185, 74, 72);
}
#wp-body-wrap.validation-error + .form-error {
    display: block;
}

.ui-autocomplete.ui-widget-content {
    overflow: hidden;
    text-overflow: ellipsis;
}

.ui-autocomplete.ui-widget-content > li {
    border: 1px solid transparent;
}

.eu-save-help-message {
    line-height: 40px;
    padding-left: 10px;
}