@charset "utf-8";
/* ------------------------------
DESIGN/LAYOUT ELEMENTS
------------------------------ */
a:link,a:visited,a:active,a:hover { text-decoration: none;}

#wrapper {
/*    margin: 0 auto;
    padding: 0 15px 50px;
    max-width: 800px;
    text-align: left;*/
}

.btnArea {
    padding-bottom: 1.5em;
    text-align: center;
}

/*p {
    padding-bottom: 2em;
    font-size: 1em;
    line-height: 1.8em;
    text-align: left;
}*/


/* ------------------------------
CHAPTER ELEMENTS
------------------------------ */
#mdOverlay {
    top: 0;
    left: 0;
    width: 100%;
    position: fixed;
    z-index: 97;
    background: #000;
    display: none;
}

#mdWindow {
/*    margin-top: -23%;
    margin-left: -50%;
    top: 45%;
    left: 52%;*/
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 95%;
    height: 80%;
    position: fixed;
    z-index: 98;
    background: #fff;
    display: none;
}

#mdWindow > .mdClose {
    top: -15px;
    right: -15px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    font-size: 1.5em;
    background: #757575;
    border-radius: 30px;
    position: absolute;
    z-index: 99;
    cursor: pointer;
    box-shadow: 0 0 3px 0 #000;
    text-align: center;
}

/*.modalBtn {
    padding: 15px 20px;
    color: #444;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    display: inline-block;
    overflow: hidden;
    background: #ececec;
    border: #fff 1px solid;
    border-radius: 5px;
    box-shadow: 0 0 3px #666;
    transition: all 0.2s ease-in-out;
}

.modalBtn:hover {
    opacity: 0.7;
}*/

#modalInclude {
    display: none;
}

#contWrap {
/*    margin: 30px auto;*/
    padding: 20px;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    overflow: hidden;
}

#modalWrapper h2 {
    margin-bottom: 20px;
    padding: 20px 0;
    font-size: 1.2em;
    font-weight: bold;
    text-align: center;
    border-bottom: #333 1px dotted;
}

#modalWrapper p {
    padding-bottom: 2em;
    font-size: 1em;
}

