/*
 * all.css
 * Thingy stylesheet for all media types
 * See default-all.css for defaults,
 * make your customizations here!
 */

#toolbar, #search {
    background-color: #c7d0f7;
}

#title {
    background-color: #d8e0ff;
}

#menubar {
    background-color: #eaeeff;
    border: none;
}

#footer {
    text-align: center;
    font-size: 90%;
}

/*
 * Suppress <h1>/<h2> top margin even when preceded by a floating <img>
 * embedded in a <p>:
 */
.wikitext > p:first-child + h1, .wikitext > p:first-child + h2 {
    margin-top: 0;
}

ol {
    list-style-type: decimal;
}

ol ol {
    list-style-type: lower-alpha;
}

ol ol ol {
    list-style-type: lower-roman;
}

blockquote {
    margin-right: 0;
}

code {
    font-family: monospace;
    font-size: 110%;
}

/*
a {
    border-bottom: 1px dotted;
}

a:hover {
    border-bottom: 1px solid;
    text-decoration: none;
}
*/

table {
    empty-cells: hide;
}

td > *:last-child {
    margin-bottom: 0;
}

table.paratable {
    margin-bottom: 1em;
}

table.paratable-border {
    margin-bottom: 1em;
}

table.paratable-border td {
    padding: 0.3em 0.5em;
}

form {
    margin-bottom: 1em;
}

dt:after {
    content: normal;
}

dt + dt {
    margin-top: 1em;
}

ol + p, ul + p {
    margin-top: 0.5em;
}

.alert, .notice {
    font-weight: bold;
}

/*
.wookee-box-green, .wookee-box-yellow,
.wookee-box-red,   .wookee-box-blue,   .wookee-box-gray,
*/
.wookee-box-note,  .wookee-box-transparent {
    margin: 0 0 1em 0;
    padding: 0.7em;
}

/*
.wookee-box        > *:first-child, .wookee-box-green > *:first-child,
.wookee-box-yellow > *:first-child, .wookee-box-red   > *:first-child,
.wookee-box-blue   > *:first-child, .wookee-box-gray  > *:first-child,
*/
.wookee-box-note   > *:first-child, .wookee-box-transparent > *:first-child {
    margin-top: 0;
}

/*
.wookee-box        > *:last-child, .wookee-box-green > *:last-child,
.wookee-box-yellow > *:last-child, .wookee-box-red   > *:last-child,
.wookee-box-blue   > *:last-child, .wookee-box-gray  > *:last-child,
*/
.wookee-box-note   > *:last-child, .wookee-box-transparent > *:last-child {
    margin-bottom: 0;
}

.wookee-box-note {
    clear: both;
    border-color: #e7f8e7;
    background-color: #e7f8e7;
    font-size: 90%;
}

.wookee-box-transparent {
    border: 1px dashed #b0b0b0;
}

.wookee-expandable-body {
    border: 1px dotted silver !important; 
}

table.module-spf-website-contact-form,
table.module-spf-website-spf-result-explainer {
    width: 1px;
    border-collapse: separate;
    border-spacing: 0 2px;
}

table.module-spf-website-contact-form th,
table.module-spf-website-contact-form td,
table.module-spf-website-spf-result-explainer th,
table.module-spf-website-spf-result-explainer td {
    background-color: #e8e8e8;
    padding: 0.2em 0.5em;
}

table.module-spf-website-contact-form th,
table.module-spf-website-spf-result-explainer th {
    text-align: left;
    white-space: nowrap;
}

input, select, option {
    font-size: 100%;
    font-family: Arial, Helvetica, sans-serif;    
}
