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

span.code
{
    font-family: monospace;
}

fieldset {
    margin-bottom: 2vh;
}

div.form-field {
    clear: both;
    margin: 1vmin 0;
}

form.left-grey {
    padding-left: 2vh;
    border-left: lightgrey 1vw solid;
}

label {
    display: inline-block;
    min-width: 12vw;
}

ul.bullet li {
    margin-left: 2vw;
    list-style-type: disc;
}

p.eventim-form-information, p.eventim-aside {
    color: #aaa;
    font-style: italic;
}

