.room_0 #room_head {
    transition: height 0s;
    border-bottom: 3px solid #000;
}

.room_0 #minimizer {
    display: none;
}

#devices ul.not_added li .discov_wrapper {
    display: flex;
    width: 80%;
    height: 100%;
}

#devices ul.not_added li .icon {
    position: relative;
    width: 25%;
    max-width: 80px;
}

#devices ul.not_added li .percent_holder {
    width: 75%;
    height: 100%;
    padding: 0;
    display: flex;
}

#devices ul.not_added li h2 {
    width: 60%;
    height: 100%;
    font-size: 16px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 5px;
}

#devices ul.not_added span {
    line-height: 17px;
}

#devices ul.not_added span.friendly_device_type {
    font-size: 15px;
    color: #2886c7;
    font-weight: lighter;
    /*padding-top: 4px;*/
    display: inline-block;
    width: 100%;
}

#devices ul.not_added li .prop_holder {
    position: relative;
    height: 100%;
    width: 40%;
    background: #27516c;
}

#devices .action_locked .prop_holder div .opt_text {
    width: 75%;
}

#devices ul.not_added li .checkbox_holder,
#devices ul.not_added li .control_icon {
    width: 20%;
    position: relative;
}

#devices ul.not_added li .checkbox_holder {
    display: none;
}


