.button {
    border: none;
    color: #fff;
    font-size: 9px;
    text-decoration: none;
    text-transform: uppercase;
    background: #111;
    padding: 0em;
    cursor: pointer;
    height: 32px;
    width: 32px;
}

.active {
    color: #111;
    background: rgb(0, 221, 255);
}

.timeline-active {
    color: #111;
    background: rgb(255, 0, 0);
}

.formulario {
    float:left;
    margin:5px;
    color: #fff;
}

.rowName {
    background: rgb(255, 0, 0);
}

body {
    background-color: #111;
    width: 25000px;
    font-family: Arial, Helvetica, sans-serif;
}

#videoPlayer {
    position: fixed;
    bottom: 0;
    right: 0;
    width: 400px;
    height: 200px;
}