html {
    background-color: blueviolet;
}

/*



    Commands



*/

div.commands {
    background-color: #161616;
    width: 950px;
    width: 100%;
}

div.commands > h1 {
    text-align: center;
    color: blue;
    padding: 15px;
    padding-bottom: 0px;
}

table.commands {
    margin: 5px;
    padding: 5px;
    padding-top: 0px;
    width: 100%;
}

table.commands, td, th {
    text-align: center;
}

td, th {
    padding: 10px;
}

tr:nth-child(even) {
    background-color: #3f3f3f;
}

tr:nth-child(odd) {
    background-color: #161616;
}

/* 



    Sound Effects



*/

div.sounds {
    background-color: #161616;
    width: 950px;
    width: 100%;
}

div.sounds > h1 {
    text-align: center;
    color: blue;
    padding: 15px;
    padding-bottom: 0px;
}

table.sounds {
    margin: 5px;
    padding: 5px;
    padding-top: 0px;
    width: 100%;
}

table.sounds, td, th {
    text-align: center;
}
