/**
 * All of the CSS for your admin-specific functionality should be
 * included in this file.
 */

.ebd_section_description {
    background: #fff;
    border-left: 4px solid #fff;
    box-shadow: 0 1px 1px 0 rgba(0,0,0,.1);
    margin: 5px 15px 2px;
    padding: 1px 12px;
}
.form-table tr {
    border-bottom: 1px solid #ddd;
}
span.ebd_subtitle {
    float: right;
    width: 50%;
}
.ebd_input {
    min-width: 300px;
}
.ebd_xml {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.ebd_xml:hover {
    cursor: pointer;
    overflow: auto;
}