.motion-control{
    padding-left:0; 
    padding-right:0;
}

.motion-glyph-button {
    font-size:1.5em;
    padding-bottom:1px;
    padding-top:1px;
}

.motion-view-toggle-control{
    margin:5px; 
}

.motion-head-state {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display:inline-flex;
    height: 34px;
    width:44px;
    background-color: #fff;
    vertical-align:middle;
    margin-bottom:0;
}


#motion-head-screen-locked {
    background: #fff url('../resources/images/ScreenLocked.png') no-repeat center bottom;
    background-size:contain;
}

#motion-head-data-locked {
    background: #fff url('../resources/images/DataLocked.png') no-repeat center bottom;
    background-size:contain;
}

#motion-head-data-inconsistent {
    background: #fff url('../resources/images/DataInconsistent.png') no-repeat center bottom;
    background-size:contain;
}

.motion-caption-text {
    font-style:italic;
    text-shadow:10px;
    -webkit-text-size-adjust:auto;
    text-align:center;
    color:#555;
    margin-bottom:0;
    height:auto;
    padding:10px;
    padding-left:0;
    padding-right:0;

}


    ul#motion-control {
       list-style-type: none ;
       margin: 0 0 2px 0 ;
       padding: 0 0 0 0 ;
    }

    li#motion-control {
        background-color: #fff ;
        border:none;
        cursor: pointer ;
        float: none ;
        margin: 1px 1px 2px 1px ;
        text-align: center ;
        font-size: 100%;
        color:black;
        width: 100% ;

    }

