/* Styles for DCEs BackendTemplates
====================================================== */

.uoFieldImage {
    width: 1px;
}

.uoFieldTitle {
    min-width: 200px;
    max-width: 400px;
    text-wrap: normal;
}

.uoFieldValue {
    width: 100%;
}

.typo3-topbar-site-logo > img {
    max-height: 45px;
    width: auto;
}

.label-uo {
    background: #1DA3DA;
}

.uoList {
    list-style: none;
    padding: 0;
}

.uoList li {
    padding: 1em;
}

.uoList li:nth-of-type(even) {
    background: #cccccc;
}

.uoList li:nth-of-type(odd) {
    background: #eeeeee;
}