.sectionRow.done .section-screen {
    position: relative;
    overflow: visible;
}

.section-details {
    min-width: 700px;
}

.section-details-item {
    width: 30%;
    float: left;
    border-right: 1px solid #666;
    padding-right: 10px;
    margin-right: 10px;
}

.section-details-item:last-child {
    border-right: 0px solid #666;
    margin-right: 10px;
    padding-right: 0;
}

.edit-section {
    color: #fff;
}

.multiple-dropdown ul {
    list-style: none;
    float: left;
    margin: 0;
}

.multiple-dropdown > ul > li {
    float: left;
    width: 300px;
    border-bottom: 1px solid #ccc;
    padding: 8px 10px 8px;
    margin-bottom: 0;
}

.multiple-dropdown > ul > li:hover {
    background-color: #eee;
}

.multiple-dropdown > ul > li:last-child {
    border-bottom: 0px solid #ccc;
    margin-bottom: 0;
}

.multiple-dropdown {
    box-shadow: 0 0 5px #999;
    border: 1px solid #fff;
    background-color: #fff;
    position: absolute;
    right: 0;
    z-index: 9999;
    top: 70px;
    width: 320px;
}

.search-details-section {
    color: #000;
    width: 250px;
    float: left;
}

a.search-edit-section {
    float: left;
    width: 50px;
    color: #3366ff;
    text-align: center;
    line-height: 31px;
}

a.search-edit-section:hover {
    text-decoration: underline;
}

.text-truncate {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: inline-block;
}

.room-gs {
    width: 210px;
}
