body {
    background-color: #1412A7;
    margin: 0;
}

p, ul, ol, h3, h2 {
    color: #1412a7;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

h2, h3 {
    margin-left: 10px;
    margin-bottom: -10px;
}

.summary {
    text-align: center;
}

#content {
    background-color: #e2e2e7;
    margin: auto;
}

#jane-title-image {
    display: block;
    margin: auto;
}

#footer {
    color: #1412a7;
    margin-top: 40px;
    margin-left: 20px;
    padding-bottom: 10px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

#game-video-clip {
    margin: auto;
    display: block;
}

a:link {
    color: #de02f4
}

a:visited {
    color: #de02f4;
}

a.presslink:link {
    color: black
}

a.presslink:visited {
    color: black;
}

a.imglink {
    text-decoration: none;
}

.copyright {
    white-space: nowrap;
}

a.external-button:link, a.external-button:visited {
    background-color: black;
    color: white;
    padding: 14px 14px;
    text-align: left;
    text-decoration: none;
    display: flex;
    align-items: center;
    border-radius: 6px;
    width: 200px;
    margin-right: 4px;
    margin-bottom: 6px;
}

a.external-button:hover {
    background-color: #75B022;
}

.external-img {
    width: 48px;
    height: 48px;
    vertical-align: middle;
}

.external-text {
    font-size: 11pt;
    font-weight: bold;
    vertical-align: middle;
    margin-left: 8px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

hr {
    border: 1px solid #1412a7;
    width: 80%;
}

.status-fixed {
    background-color: green;
    color: white;
}

.status-by-design {
    background-color: green;
    color: white;
}

.status-investigating {
    background-color: goldenrod;
    color: white;
}

.status-postpone {
    background-color: slateblue;
    color: white;
}

.press-image {
    width: 256px;
    vertical-align: top;
    margin-bottom: 4px;
}

.press-gif {
    width: 240px;
    vertical-align: top;
    margin-bottom: 4px;
}

#nes-cart-image {
    margin-top: 20px;
}
