
html {
    font-family: 'misakifont', serif;
}

body {
    height: 100%;
    margin: 0 auto;
}

#wrapper {
    overflow: auto;
}

#settings {
    position: fixed;
    z-index: 1;
    height: 100%;
    padding: 20px;
    float: left;
    overflow-y: scroll;
    background: rgba(0, 0, 0, 0.85);
}

label {
    color: #fff;
}

input[type="file"] {
    display: none;
}

input[type="checkbox"].accordion {
    display: none;
}

input[type="checkbox"].accordion + ul {
    height: 0;
    overflow: hidden;
}

input[type="checkbox"].accordion:checked + ul {
    height: 200px;
}

#settings ul {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    margin: 0;
    padding: 0;
    list-style: none;
}

#main {
    float: right;
    /*background-image: url('../img/test.png');*/
}

#skin_img, #skin_canvas {
    display: none;
}

#overlay {
    display: none;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 3;
    background: rgba(0, 0, 0, 0.7);
}

#overlay_main {
    max-width: 80%;
    max-height: 80%;

    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;

    font-size: 40px;
    /*padding-top: 400px;*/
    vertical-align: middle;
    font-weight: bold;
    z-index: 4;
}

#screenshot {
    display: none;
    max-width: 90%;
    max-height: 90%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    z-index: 5;
    text-align: center;
}

#screenshotpreview {
    background-image: url("../../common/img/back3.png");
    max-width: 80%;
    max-height: 80%;
    margin: 20px;
    z-index: 6;
}

#popupclosebutton {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 7;
}

#screenshotdownloadbutton {
    margin: 0 auto;
    z-index: 6;
}

#about {
    display: none;
    max-width: 90%;
    max-height: 90%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    z-index: 5;
}

#abouttext {
    width: 100%;
    height: 100%;
    z-index: 6;
}