/* .shared_devices #room_page {
    max-width: 600px;
    margin: 0 auto;
} */

.shared_devices #room_overview #room_title span {
    color: lightcoral
}

.shared_devices .page_holder #room_overview {
    height: 65px;
    background-image: url(../img/shared_devices_room.png);
    display: flex;
    background-position: center;
    background-size: 70%;
    background-repeat: no-repeat;
}

.shared_devices .section_holder.col-1 {
    width: 100%;
    margin: 0 auto;
}

.shared_devices #devices ul li  {
    width: 100%;
    height: 60px;
    display: flex;
    justify-content: flex-start;
    justify-content: space-between;
    align-items: center;
}

.shared_devices #devices ul li .icon {
    width: 60px;
}

.shared_devices #devices ul li .name_holder span {
    font-size: 12px;
    text-transform: lowercase;
}

.shared_devices #devices ul li .name_holder h3 {
    font-size: 14px;
}

.shared_devices #devices ul li .name_holder h2 {
    font-size: 13px;
    color: lightslategray;
    
}

.shared_devices #devices ul li .name_holder {
    min-width: 150px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-sizing: border-box;
    align-self: flex-start;
    margin-right: auto;
    margin-left: 5px;
    padding: 5px;
}

.shared_devices #devices ul li .prop_holder {
    width: 90px;
    height: 100%;
    text-align: center;
}


.shared_devices #devices ul li .control_icon {
    width: 60px;
    height: 100%;
    display: flex;
    position: relative;
    margin: 0 10px;;
}

.shared_devices #devices ul.device_icons li {
    display: none;
}

#devices ul.shared li.sensor .control_icon {
    background: none;
}
/* 
#devices ul.shared li.light .light_control {
    display: block;
} */
