@-webkit-keyframes fade-in {
    from {
        opacity: 0;
        filter: alpha(opacity=0);
    }
    to {
        opacity: .75;
        filter: alpha(opacity=75);
    }
}

@keyframes fade-in {
    from {
        opacity: 0;
        filter: alpha(opacity=0);
    }
    to {
        opacity: .75;
        filter: alpha(opacity=75);
    }
}

time {
    display: none;
}

#header {
    display: none;
}

#article-wrapper a {
    border: none;
}

#article-wrapper p {
    margin: 0 auto;
    max-width: 800px;
    width: 100%;
    padding: 0 20px;
}

#floating-folio {
    background-color: #1e4971;
}

li {
    list-style-type: square;
    list-style-position: inside;
    margin-left: 10px;
}

em,
i {
    font-style: italic;
}

strong,
b {
    font-weight: bold;
}

.sinclair_head {
    font-size: 1.8em;
    font-weight: bold;
    text-align: center;
    margin: 20px auto;
    line-height: 2em;
    max-width: 75%;
}

.sinclair_subhead {
    font-size: 1.5em;
    font-weight: bold;
    text-align: center;
    margin: 20px auto;
    line-height: 1.2em;
    max-width: 75%;
}

.sinclair_summary {
    font-size: 1.3em;
    text-align: center;
    line-height: 1.8em;
    margin: 20px auto;
    max-width: 75%;
}

.sinclair_credit_box {
    padding: 10px;
    border: 1px solid #ccc;
    width: 200px;
    text-align: center;
}

.sinclair_credit_box a {
    text-decoration: none;
}

.sinclair_byline {
    margin: 0 auto;
    font-weight: bold;
    font-size: 1em;
    max-width: 600px;
}

.sinclair_divider {
    width: 60%;
    margin 0 auto;
}

.sinclair_video_caption {
    font-size: .8em;
    line-height: 1.3em;
    display: block;
}

.sinclair_endmatter {
    margin: 10px auto;
    width: 90%;
    max-width: 600px;
}

.sinclair_factbox p {
    margin: 0 0 15px 0;
}

.sinclair_factbox h3,
.sinclair_factbox h4,
.sinclair_factbox h2 {
    font-weight: bold;
    margin: 5px 0 0 0;
}

.sinclair_numbers h4 {
    font-size: 1.3em;
}

.sinclair_navigation {
    font-family: Arial, Helvetica, sans-serif;
    width: 100%;
    height: 100px;
    border-bottom: 2px solid #ffffff;
    padding: 0 0 4px 0;
    background-color: #000000;
    color: #ffffff;
    font-weight: bold;
    position: fixed;
    bottom: 0px;
    -webkit-animation: fade-in 4s;
    animation: fade-in 4s;
    overflow: auto;
    opacity: .75;
    filter: alpha(opacity=75);
    z-index: 1;
}

.sinclair_navigation .index_header {
    width: 10%;
    height: 75%;
    float: left;
    line-height: 1.3em;
    margin: 10px 10px 10px 20px;
}

.sinclair_navigation .index_item {
    float: left;
    padding: 5px 5px 0 5px;
    width: 25%;
    height: 50%;
    margin: auto 10px;
}

.sinclair_navigation .index_subhead {
    font-size: .6em;
    line-height: 1.3em;
    margin: 0;
    padding: 0;
    display: block;
}

#navigation.sinclair_navigation a,
#navigation.sinclair_navigation a:visited {
    text-decoration: none;
    color: #ffffff;
}

.sinclair_next_refer {
    width: 100%;
    border-top: 1px dashed #000000;
    border-bottom: 1px dashed #000000;
    padding: 20px;
    display: block;
    margin: 0 auto;
}

.sinclair_next_image {
    width: 30%;
    max-width: 150px;
    float: left;
    margin: 0 20px 0 0;
}

.sinclair_next_image img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    box-shadow: -2px 0 3px 0 #ccc;
}