﻿#help-modal {
    position: absolute;
    /*top: 25%;
    left: 15%;*/
    width: 70rem;
    height: 39.2rem;
    /*margin: 0px 0 0 0px;*/
    background: black;
    border: 1px solid #666;
    z-index: 2;
    display: none;
}

#close {
    font-size:x-large;
    position: absolute;
    font-weight: bold;
    top: -0.3em;
    right: 0.5em;
    color: white;
    text-decoration: none;
}

/*#modal p {
    padding: 1em;
    margin: 0;
    line-height: 1.4;
    font-size: 1.2em;
}*/

/*#overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #666;
    z-index: 1;
    display: none;
    opacity: 0.5;
}*/
