#co_mto_globalContentContainer .co_mto_content .contentbox{
    margin-top: 0!important;
}
#co_mto_globalContentContainer .co_mto_content td{
    vertical-align: top;
}
#co_mto_globalContentContainer .co_mto_content select{
    max-width: 17em;
    min-width: 4em;
}
#co_mto_globalContentContainer .co_mto_content .co-search,
#co_mto_globalContentContainer .co_mto_content .co-edit{
    margin-left: 2px;
}
.co_mto_levels-write,
.co_mto_levels-read[data-is-new="1"],
.co_mto_booths-write,
.co_mto_booths-read[data-is-new="1"],
.co_mto_boothTypes-write,
.co_mto_boothTypes-read[data-is-new="1"],
.co_mto_bookings-write,
.co_mto_bookings-read[data-is-new="1"],
.co_mto_bookings-read-details
{
    display: none;
}
.co_mto_levels-add,
.co_mto_booths-add,
.co_mto_boothTypes-add,
.co_mto_bookings-write[data-is-new="1"]
{
    display: table-row;
}

.co_mto_levels,
.co_mto_booths,
.co_mto_boothTypes
{
    display: none;
}
.co_mto_show_buttons
{
    float: right;
}

.co_mto_bookings-editContainer
{
    display: none;
}

.co_mto_bookingsTable td[data-has-description="1"]
{
    background-color: green;
}
.co_mto_bookingsTable td[data-has-description="0"]
{
    background-color: red;
}
.co_mto_bookingsColumnBooth
{
    text-align: right;
}
