@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,600,700,400italic,600italic,700italic);

body {
    font-family: "Open Sans", sans-serif;
    font-size: 0.875em;
    background: #f8f8f8;
}

body.faq {
    font-family: "Open Sans", sans-serif;
    font-size: 0.8em;
    background: #ffffff;
}

.alignRight {
    text-align: right;
}

table {
    background-color: #dddddd;
}
th {
    background-color: #eeeeee;
    font-size: 91%;
    font-weight: 600;
}
td {
    font-size: 82%;
    background-color: #ffffff;
}
td.rowheader {
    font-weight: bold;
}
tr.apocryphal td {
    background-color: #f8f8f8;
}
tr.meteor td {
    background-color: #f8f8f8;
}
tr.skip td {
    background-color: #f4f4f4;
    text-align: center;
    font-size: 91%;
    font-style: italic;
    padding: 16px;
}
p.scroll {
    font-style: italic;
    margin: 8px 0;
    padding: 0;
}
h1 {
    font-size: 150%;
    padding-bottom: 3px;
    margin-bottom: 0;
}
h2 {
    font-size: 120%;
    padding-bottom: 10px;
    margin-top: 0;
    margin-bottom: 0;
}

.faq h2 {
    padding-top: 5px;
    padding-bottom: 0px;
}
.faq p {
    margin: 8px 0;
}
.faq button {
    margin-bottom: 0.5em;
}

a {
    color: #444444;
}
a:visited {
    color: #666666;
}
a:hover {
    background-color: #eeeeee;
}
a:active {
    background-color: #dddddd;
}

a.apocryphal {
    font-style: italic;
}

.faq .padding {
    height: 35em;
}

img.frame {
    width: 553px;
    height: 395px;
    display: block;
}
.ui-tooltip {
    width: 553px;
    height: 395px;
    position: absolute;
}

#related {
    background-color: #ffffff;
    padding: 10px;
}

@media only screen and (min-width: 1050px) {
    table {
        max-width: 900px;
    }
    #refresh {
        position: fixed;
        left: 915px;
        top: 10px;
    }
    #scrollTop {
        position: fixed;
        left: 915px;
        top: 35px;
    }
    #scrollBot {
        position: fixed;
        left: 915px;
        top: 60px;
    }
    #related {
        position: fixed;
        left: 905px;
        top: 100px;
        margin-right: 10px;
    }
    h1 {
        padding-bottom: 10px;
    }
}
