* {
    box-sizing: border-box;
}
html, body {
    min-height: 100%;
}
body {
    font-family: Roboto Condensed;
    background-color: #000;
    margin: 0;
    padding: 0;
    display: flex;
}
.page {
    width: 1920px;
    margin: 0 auto;
    padding: .5rem;
    align-items: center;
    justify-content: center;
}
.displays {
    position: relative;
    padding: 1rem;
    background-color: #222;
    border-radius: 30px;
    box-shadow: 0 0 12px 4px #000 inset;
}

.flapper {
    margin-bottom: 2px;
    text-align: center;
}

.inputarea {
    visibility: hidden;
    position: absolute;
    margin: 24px 0;
    top: 0;
    z-index: -1;
}

#typesomething,
#showme {
    font-family: Roboto Condensed;
    font-size: 18px;
    padding: 14px;
    background-color: #EEE;
    color: #333;
    border: 0;
    height: 170px;
}

#typesomething {
    width: 300px;
}

#showme:hover {
    background-color: #DDD;
}

#showme:active {
    background-color: #CCC;
}

div.inline {
    display: inline-block;
    vertical-align: bottom;
}

div.activity {
    width: 12px;
    height: 12px;
    border-radius: 6px;
    background-color: #250000;
    position: relative;
    top: 33px;
    left: -15px;
    display: none;
}