

.c {
	/*width: 1010px; *.

/*   padding: 0px 24px;*/
width: 100%;
    margin: 0 auto;
    z-index: 20;
    position: relative
}

@media only screen and (max-width:850px) {
.c { width: 100%; }
}

.wide #content {
    float: none;
    width: 100%
}

#canvasWrapper {
    position: relative;
    width: 100%;
    min-height: 640px;
/*    margin-bottom: 20px*/
}

#emularity-splash-screen {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    image-rendering: optimizeSpeed;
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: optimize-contrast;
    image-rendering: crisp-edges;
    image-rendering: pixelated;
    -ms-interpolation-mode: nearest-neighbor
}

#emularity-splash-screen.hddn * {
    display: none
}

#loadLogo {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 456px;
    height: 92px;
    margin-left: -228px;
    margin-top: -46px
}

@-webkit-keyframes spinner {
    from {
        -webkit-transform: rotateY(0deg)
    }
    to {
        -webkit-transform: rotateY(-360deg)
    }
}

@keyframes spinner {
    from {
        -moz-transform: rotateY(0deg);
        -ms-transform: rotateY(0deg);
        transform: rotateY(0deg)
    }
    to {
        -moz-transform: rotateY(-360deg);
        -ms-transform: rotateY(-360deg);
        transform: rotateY(-360deg)
    }
}

#loadLogo {
    -webkit-perspective: 1200px;
    -moz-perspective: 1200px;
    -ms-perspective: 1200px;
    perspective: 1200px;
    -webkit-animation-name: spinner;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-duration: 6s;
    animation-name: spinner;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-duration: 6s;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d
}

#dosbox-progress-indicator,
#emularity-splash-title {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 70px;
    background: rgba(255, 255, 255, 0.7);
    font-family: "MetronicProCSB", "Franklin Gothic Medium", "Arial Black";
    font-size: 32px;
    text-align: center;
    line-height: 70px
}

#dosbox-progress-indicator span {
    position: relative
}

#dosbox-progress-indicator .loadProgress {
    position: absolute;
    background: rgba(0, 0, 0, 0.85);
    width: 0%;
    height: 100%;
    left: 0;
    top: 0
}

#emularity-splash-title {
    bottom: auto;
    top: 0
}

#dosboxCanvas {
    display: block;
    margin: 20px auto;
   /* width: 90%; */
   width: 100%; 
}

#dosboxCanvas.smoothGraphics {
    image-rendering: optimizeSpeed
}

#dosboxCanvas.crispGraphics {
    image-rendering: optimizeSpeed;
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: optimize-contrast;
    image-rendering: crisp-edges;
    image-rendering: pixelated;
    -ms-interpolation-mode: nearest-neighbor
}



#emulatorConfig label,
#emulatorConfig .label {
    cursor: pointer;
    font-family: "MetronicProCSB", "Franklin Gothic Medium", "Arial Black";
    left: 0;
    line-height: 32px;
    padding: 0 15px;
    text-align: right;
    text-transform: uppercase;
    width: 250px;
    display: inline-block
}

#emulatorConfig .label {
    vertical-align: top
}

#emulatorConfig .label a {
    border-bottom: 1px dotted #4ac4f7;
    color: #4ac4f7
}

#emulatorConfig .label a:hover {
    border-bottom: 1px solid #4ac4f7;
    text-decoration: none
}

#emulatorConfig select {
    color: #322209;
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Tahoma, sans-serif;
    font-size: 14px;
    line-height: 24px;
    padding: 4px;
    margin: 0;
    min-width: 600px
}

#emulatorConfig .radio {
    width: 600px;
    display: inline-block
}

#emulatorConfig .radio label {
    width: auto;
    margin: 0;
    padding: 0 20px 0 5px
}

#emulatorConfig .radio input {
    vertical-align: text-bottom
}

@-moz-document url-prefix() {
    #emulatorConfig .radio input {
        vertical-align: text-top
    }
}

#emulatorConfig .dosboxConf {
    display: inline-block;
    width: 600px;
    min-height: 300px;
    font-family: Courier New, monospace;
    font-size: 14px
}

#emulatorConfig .dosboxConf.dNone {
    display: none !important
}


