html, body {
    margin: 0;
    padding: 0;
}

ul {
    text-align: center;
    width: 100%;
    font-family: sans-serif;
    margin: 0;
}

li {
    display: inline-block;
}

.container img {
    margin-left: 180px;
    margin-bottom: 10px;
}

#states {
    margin-bottom: 10px;
}

#states li {
    padding: 20px;
    margin: 2px;
    font-size: 18px;
    text-transform: uppercase;
    background-color: antiquewhite;
}

#cams li {
    margin: 2px;
    padding: 15px;
    font-size: 15px;
    background-color: tomato;
}

#regions li {
    margin-top: 5px;
    padding: 15px;
    font-size: 15px;
    background-color: rgb(255, 187, 98);
}

#vidplayer {
    width: 1000px;
    height: 600px;
}

#video-area {
    margin-top: 25px;
    margin-bottom: 200px;
}

#cam-name {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
    font-family: sans-serif;
}

.container {
    margin: auto;
    text-align: center;
    max-width: 960px;
}