.rh-header {
    background: #202020;
    color: white;
    padding: 8px;
}

.rh-header a.btn {
    padding: 0 4px;
}

.rh-header img {
    width: 20px;
    height: auto;
}

.navbar {
    margin-bottom: 0;
}

img#navlogo {
    width: auto;
    height: 24px;
}

.navbar li a {
    font-size: 110%;
    padding: 20px 15px 10px 15px;
}

#digits {
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
    position: relative;
}

.rh-pause-icon {
    background-color: transparent;
    border-radius: 4px;
    border-color: white;
    border-width: 1px;
    border-style: solid;
    padding: 4px;
    position: absolute;
    top: 8px;
    right: 8px;
}

.rh-content {
    margin: 15px;
}

#techlogos, #gamelogos {
    margin-top: 15px;
}

#techlogos > div.row, #gamelogos > div.row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

#techlogos img {
    width: 60px;
    height: auto;
}

.margined-container {
    margin: 0 20px 20px 20px;
}

p.rh-missing-req, .rh-missing-req label {
    color: #c00000;
}

.rh-missing-req input, .rh-missing-req textarea {
    border-color: #c00000;
}

.rh-filename {
    font-family: monospace;
    color: #604020;
}

h4 {
    margin-top: 1.8em;
}

a {
    color: #202080;
    text-decoration: underline;
}
