.neacPanel{
    position         : absolute;
    z-index          : 1000;
    border           : solid;
    border-width     : 1px;
    border-color     : rgb(58, 83, 83);
    border-radius    : 2px;
    background-color : #002A36;
}

.ctrlPanel{
    top              : 120px;
    left             : 10px;
    width            : 350px;
    height           : 330px;
    opacity          : 0.6;
    padding          : 5px 5px 5px 15px;
}

.videoPanel{
    top              : 120px;
    left             : 710;
    width            : 370px;
    height           : 250px;
    padding          : 5px 5px 5px 15px;
}

.shuttleDrawingPanel {
    top              : 120px;
    left             : 1100px;;
    width            : 250px;
    height           : 250px;
    opacity          : 0.95;
}

.videoFrame{
    width            : 340px;
    /*height           : 230px;*/
}

.shuttlePanel{
    top              : 120px;
    left             : 380px;
    width            : 310px;
    height           : 250px;
    opacity          : 0.6;
    padding          : 5px 5px 5px 15px;
}
.panelTitle {
    color : #7EADC1;
}

.panelLabel{
    color :#7EADC1;
}

.speedFactor{
    cursor: pointer;
}

.neacColor {
    color :#ee6e05;
}

.jumbotron {
    border-radius    : 5px;
    background-color : #e9e0d4;
    padding          : 10px;
    margin           : 10px;
}

.navbar {
    /* position: fixed; */
}