/* modal box style, can be anything you want */
.modal {
   background: #fff;
    width: 600px;
    margin: 10px auto;

    border: 3px solid #666;
    padding: 20px;
}

.modal .close {
    float: right;
    text-decoration: none;
    font-size: 40px;
	color:black;
	margin-top:-150px;
    cursor: pointer;
}
.modal .close:hover {
    color:red;
}


/* Page visual styles, these aren't important */
html {
	
}
body {
    font-family: Georgia sans-serif;
    width: 100%;
}

li {
    margin-bottom: 1em;
}