﻿body {
    margin: 0;
}

nav {
    height: 30px;
    background-color: black;
    text-align: center;
    vertical-align: middle;
    font-family: sans-serif;
    color: white;
    line-height: 30px;
}

#emuframe {
    border: 0;
    width: 100%;
    display: block;
    position: relative;
}

nav ul {
    list-style-type: none;
    margin: 0;
    margin-bottom: 0;
    padding: 0;
}

nav li {
    float: left;
    display: block;
}

nav li a {
    display: block;
    color: white;
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
    text-decoration: none;
}

@media (max-width: 600px) {
    nav li a {
        padding-left: 8px;
        padding-right: 8px;
    }
}

.machine-fig {
    text-decoration: none !important;
    color: black;
}

a:hover,
a:visited,
a:link,
a:active {
    text-decoration: none;
}

figure a{
    display: block;
}