
body {
    background: #f0f0ff;
    margin: 10px;

    font-family: arial, san-serif;
    font-size: 11pt;
    line-height: 140%;
}

ul {
    list-style: none;
    padding-left: 0;
}

li {
    line-height: 140%;
}

ul li {
    position: relative;
    padding-left: 40px;
}

ul li:before {
    font-size: 20pt;
    color: #036;
    content: '\2022';           /* This took a while. */
    position: absolute;
    left: 25px;
}

p {
    orphans: 2;
    text-indent: 0px;
    widows: 2;
}

h1 { 
    font-family: "Georgia", 'Lucida Grande', "serif";
    font-size: 24pt;
    color: #036;
    /* line-height: 1.1em; */
}

h2 { 
    font-family: "Georgia", 'Lucida Grande', "serif";
    font-size: 20pt;
    color: #036;
    line-height: 1.1em;
}

img.wrw {
    padding-right: 10px;
    height: 100px;
}

.thumb:nth-child(odd) {
    background: #e0e0ff;
}

.thumb img {
    max-width: 160px;
    padding: 0px 0px 0px 10px;
    float: right;
}

.thumb {
    display: block;
    overflow: auto;
    margin-bottom: 10px;
    padding: 10px;
}

.panel {
    border: 2px solid #000080;
    border-radius: 5px;
    margin: 10px;
    padding: 20px;
    line-height: 140%;
}

a:first-child  {
    font-size: 12pt;
    font-weight: bold;   
    font-family: "Georgia", 'Lucida Grande', "serif";
}

/* ----------------------------------------------------------------------------- */
/* Contact form */

.alpaca-form-button-submit {
    background-color: #007000;
    color: #ffffff;
    margin-bottom: 8px;
}

.alpaca-form-button-submit:disabled {
    background-color: #d0ffd0;
    color: #000000;
    margin-bottom: 8px;
}

.negative-space {
    margin-top: -20px;
}

#request-div {
    padding: 0px;
    margin: 0px;
}

