
#rotaryNameInfo {
    position: fixed;
    z-index: 10;
    height: 30px;
    width: 100%;
    bottom: 0px;
    left: 0px;
   
}

#rotDataContainer {
    position: relative;
    top: 0px;
    width: 100%;
    height: 30px;
}



#rotBar {
    position: absolute;
    width: 100%;
    background-color: black;
    opacity: 0.7;
    height: 30px;
    left: 0px;
    top: 0px;
    z-index: 11;
    
}

.rotName {
    position: absolute;
    color: white;
    font-size: 20px;
    font-weight: bold;
    z-index: 12;
    top: 5px;
    left: 10px;
    
}