.control-container {
    text-align: center; 
    margin-top: 10px;
}

.control-element, .control-element-active {
    display: inline-block;
    zoom: 1;
    *display: inline;
    width: 7px;
    height: 7px;
    background: #d7f1ab;
    margin: 0 5px;
    cursor: pointer;
}

.control-element-active {
    background: #819462;
}

.message-container {
    color: white;
    color:#ffd31e;
    font-size: 18px;
    background: rgb(14,18,43);
    background: rgba(14,18,43,1);
    padding: 10px 20px 10px 20px;
    text-transform: uppercase;
}    