/*body{
    background-image: url("dark_haunter.jpg");
    background-color: #FFFFFF;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: 50%;
    background-position:right top;
}*/
table{
    color: black;
    font-family: "Verdana", Times, Sans-serif;
    font-size: 1.2em;
    width:70%;
    border: 3px solid grey;
    border-radius: 0px;
    border-collapse:collapse;
}
td{
    vertical-align: top;
    border-bottom: 1px solid grey;
    padding: 10px;
}
img{
    border-radius: 50%;
    max-width: 100%;
    height: auto;
}
ol.a{
    list-style-type: alpha;
    margin: 0;
    padding: 1px;
}
ol.b{
    list-style-type: alpha;
    margin: 30px;
    padding: 1px;
}
ul.a{
    list-style-type: none;
    margin: 0;
    padding: 2px;
}
ul.b{
    list-style-type: disc;
    margin: 0;
    padding: 2px;
}
ul.c{
    list-style-type: disc;
    margin: 0px;
    padding: 1px;
}

a:link{
    color: blue;
    font-family: "Verdana", Times, Sans-serif;
    font-size: 1em;
}

a:visited{
    color: purple;
    font-family: "Verdana", Times, Sans-serif;
    font-size: 1em;
}
a:hover{
    color: darkblue;
    font-family: "Verdana", Times, Sans-serif;
    font-size: 1em;
}


/* Button used to open the contact form - fixed at the bottom of the page
.open-button {
    background-color: #FF80C0;
    color: white;
    font-family: "Verdana", Times, Sans-serif;
    font-size: 1.1em;
    border: solid black;
    cursor: pointer;
    opacity: 0.87;
    width: 230px;
}

/* The popup form - hidden by default 
.form-popup {
    display: none;
    border: 3px solid #f1f1f1;
    z-index: 9;
}

/* Add styles to the form container 
.form-container {
    max-width: 300px;
    padding: 10px;
    background-color: white;
}

/* Full-width input fields 
.form-container input[type=text] {
    width: 100%;
    padding: 15px;
    margin: 5px 0 22px 0;
    border: none;
    background: #f1f1f1;
}

/* When the inputs get focus, do something 
.form-container input[type=text]:focus, .form-container input[type=password]:focus {
    background-color: #ddd;
    outline: none;
}

/* Set a style for the submit/login button 
.form-container .btn {
    background-color: #4CAF50;
    color: white;
    padding: 16px 20px;
    border: none;
    cursor: pointer;
    width: 100%;
    margin-bottom:10px;
    opacity: 0.8;
}

/* Add a red background color to the cancel button 
.form-container .cancel {
    background-color: red;
}

/* Add some hover effects to buttons 
.form-container .btn:hover, .open-button:hover {
    opacity: 1;
}
 */
