xui-checkbox,
xui-button,
xui-select,
xui-input
{
    font-size: 10px;
}

label
{
    color: #CCCCCC;
}

#windowContainer
{
    background: #000;
    min-width: 230px;
    height: 100%;
}

#windowHeader
{
    padding: 10px;
    height: 22px;
}

#indicator
{
    margin-top: 3px;
    display: inline-block;
    padding-left: 15px;
    color: #555;
    background: transparent url("../images/inactive.png") no-repeat center left;
}

#indicator.active
{
    color: #eee;
    background: transparent url("../images/active.png") no-repeat center left;
}

#toggleRun
{
    float: right;
    margin-top: -2px;
    height: 100%;
}

#windowContent
{
    min-height: 82px;
    background-color: #212121;
    margin: 1px;
    width: inherit;
    overflow: hidden;
    min-width: 228px;
    padding: 5px 8px;
    height: calc(100% - 54px);
}

xui-input#rotationInterval
{
    width: 100px;
}

xui-button /deep/ button
{
    padding: 5px 20px;
    width: auto;
    min-width: 100px;
    font-size: 14px;
    height: auto;
}

#addScene /deep/ button
{
    height: 26px;
    width: 83px;
    min-width: 0;
}

xui-custom-listbox
{
    width: 350px;
    height: 288px;
}

xui-select
{
    width: 266px;
}

#addScene
{
    margin-left: 5px;
}

#wrap
{
    display: flex;
    width: 370px;
    margin-bottom: 5px;
}

#sceneSelect
{
    margin-top: 2px;
}
