/* The Modal (background) */
.modalWindow{
    width: 290px; /* Full width */
    /*height: 130px; /* Full height */
    display: none; /* Hidden by default */
    position: relative; /* Stay in place */
    z-index: 100000; /* Sit on top */
    left: -65px;
    top: -250px;
    overflow:visible; /* Enable scroll if needed */
    background-color: none; /*rgba(0, 252, 0); /* Fallback color */
    background-color: none; /*rgba(0,0,0,.2); /* Black w/ opacity */
}

.modal-content{

    /*margin-top: 0% auto; /* 15% from the top and centered */
    margin-left: 22%;
    margin-top: 22%;
    padding: 20px;
    /*padding-bottom: 20px;*/
    border: 1px solid #888;
    width: 250px; /* Could be more or less, depending on screen size */
    height: 90px;
}

.fast-modal{
    background-color: #ddd;
}

    .banner p {
    margin-top: 0px;
}
/* The Close Button */
.closeWindow{
    color: #999;
    float: right;
    font-size: 28px;
    border: #999 1px solid;
    font-weight: bold;
}


.closeWindow:focus{
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.closeWindow:hover{
    color: #fff;
    background-color: #999; 
}