#controls .control,
#controls .select-option {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box
}

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

body {
    background: #000;
    color: #fafafa;
    overflow-x: hidden;
    overflow-y: scroll
}

header {
    height: 49px;
    overflow: hidden;
    -ms-user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none
}

section {
    clear: both
}

a {
    color: #fff;
    font-weight: 700;
    text-decoration: none
}

.hoverable {
    opacity: .84;
    -moz-transition: 140ms opacity;
    -o-transition: 140ms opacity;
    -webkit-transition: 140ms opacity;
    transition: 140ms opacity
}

.hoverable:hover {
    opacity: 1
}

#header-right {
    position: absolute;
    top: 0;
    right: 3px;
    opacity: 1;
    -moz-transition: 280ms opacity;
    -o-transition: 280ms opacity;
    -webkit-transition: 280ms opacity;
    transition: 280ms opacity
}

@media(max-width:819px) {
    #header-right {
        opacity: 0
    }
}

section#game {
    min-height: 464px
}

section#game .EightBitter {
    margin: auto
}

#controls {
    text-align: center
}

#controls .control {
    position: relative;
    display: inline-block;
    margin-top: 0;
    height: 35px;
    width: 256px;
    border: 3px solid #000;
    border-radius: 7px;
    box-shadow: 0 3px 7px #000 inset;
    background: #000;
    font-family: 'Press Start';
    box-sizing: border-box;
    overflow: hidden;
    -moz-transition: 70ms all;
    -o-transition: 70ms all;
    -webkit-transition: 70ms all;
    transition: 70ms all
}

#controls input[type=number],
#controls select {
    font-family: "Press Start"
}

#controls.length-4 .control {
    min-width: 25%
}

#controls.length-5 .control {
    min-width: 20%
}

#controls .control:hover {
    margin-top: -322px;
    height: 350px;
    border-color: #9fc;
    background: #096;
    z-index: 70
}

#controls .control h4 {
    position: absolute;
    right: 0;
    bottom: 7px;
    left: 0;
    margin: 0
}

#controls .control-inner {
    margin-top: 28px;
    padding: 7px 3px;
    opacity: 0;
    -moz-transition: 35ms opacity;
    -o-transition: 35ms opacity;
    -webkit-transition: 35ms opacity;
    transition: 35ms opacity
}

#controls .control:hover .control-inner {
    display: block;
    margin-top: 0;
    opacity: 1
}

#controls .select-options {
    position: relative;
    max-height: 308px;
    overflow-x: hidden;
    overflow-y: auto
}

#controls .select-option-title {
    padding: 11px
}

#controls .select-option {
    margin: 1px 3px;
    display: inline-block;
    background: #fc3;
    border: 3px outset;
    cursor: pointer;
    color: #000;
    font-size: 14px;
    box-sizing: border-box
}

#controls .select-option.option-enabled {
    background: #fc3
}

#controls .select-option.option-disabled {
    background: #ca3
}

#controls .select-option.select-option-inset {
    border: 3px inset
}

#controls .select-option.select-option-large {
    padding: 14px 0;
    font-size: 15px;
    line-height: 140%
}

#controls .disabled {
    opacity: .49 !important;
    cursor: default !important;
    -ms-user-select: none !important;
    -moz-user-select: none !important;
    -webkit-user-select: none !important;
    user-select: none !important
}

#controls .options-button-option {
    position: relative;
    display: block;
    left: 0;
    right: 0;
    padding: 4px 0
}

#controls input[type=number] {
    display: inline;
    margin-left: -3px;
    padding-left: 17px
}

#controls select {}

#controls #control-Options .select-options td {
    padding-top: 7px;
    padding-bottom: 7px
}

#controls .options-label-Keys {
    padding-left: 14px
}

#controls .options-cell-Keys {
    padding: 7px 0
}

#controls .options-key-option {
    display: block
}

#controls .options-key-option:not(:last-of-type):after {
    content: ", "
}

#controls table {
    width: 100%;
    border-spacing: 1px
}

#controls table input {
    max-width: 70px
}

#controls .maps-grid-option {
    display: table-cell;
    padding: 3px
}

#controls .maps-grid-option-extra {
    display: block;
    margin: 7px 2px 3px 1px;
    padding: 14px 3px
}

#controls .maps-grid-input {
    margin: 0 2px 0 1px;
    width: 98%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: 'Press Start';
    text-align: center
}

#controls .select-upload {
    cursor: pointer;
    overflow: hidden
}

#controls .select-upload-input {
    display: none
}

section.section-text {
    margin: auto;
    padding: 21px 70px;
    max-width: 910px;
    font-size: 1.4em;
    text-align: center
}

.link-github {
    color: #cfc
}

.link-facebook {
    color: #ccf
}

.link-twitter {
    color: #cff
}

@media(max-width:350px) {
    section.section-text {
        padding: 14px 7px
    }
}

/*# sourceMappingURL=index.min.css.map */