body { background-color: #E0FAFF; }
#wrapper {
    width: 700px;
    height: auto;
    border: 1px solid #41C6E0;
    margin: 50px auto;
    border-radius: 25px;
    box-shadow: 0 0 35px #000;
    background-color: #fff;
}
#header {
    border-bottom: 1px solid #41C6E0;
    text-align: center;
    height: 65px;
}
#header a { color: #000; text-decoration: none; }
#content {
    min-height: 10px;
    padding: 5px;
}
#results {
    border-top: 1px solid #41C6E0;
    padding: 5px;
    display: none;
}
#footer {
    border-top: 1px solid #41C6E0;
    font-size: 9pt;
    text-align: center;
    padding: 5px;
}

a {
    color: #00ABCC;
    text-decoration: none;
}
a:hover {
    color: #45D948;
    text-decoration: underline;
}

span { font-weight: bold; }
.open {
    color: green;
}
.closed {
    color: red;
}
