.datasetrenderer {
    padding: 20px;
}

/* ------------------------ HIDE DRAGON LOGO ------------------------ */
.logo {
    display: none;
}
.desc {
   display: none;
}
/* ------------------------ IMAGES ------------------------ */
img {
    max-width: 100%;
    height: auto;
    margin: 15px 0;
}
#sig {
    max-width: 200px;
}

/* ------------------------ TEXT ------------------------ */
#home h1 {
    text-align: center;
    font-size: 27px;
}
h2 {
    margin-bottom: 10px;
    margin-top: 25px;
}
h3 {
    margin: 14px 0;
}
#break {
    display: none;
}


/* ------------------------ HOME ------------------------ */
#home h2 {
    text-align: center;
    margin-top: 9px;
    font-size: 23px;
}
.pages.index-nav {
    border: 1px solid #e1e1e0;
    padding: 15px;
    margin: 20px 0px;
}
.pages h3 {
    margin: 0;
}
#home ul {
    padding: 0 0 0 15px;
    margin: 0;
}

/* ------------------------ CHAPTER ------------------------ */
.chapter-title {
    margin: 100px 0px 50px -20px;
    background: #e1e1e0;
    padding: 20px;
    width: 100vw;
}
.chapter-title span {
    text-align: center;
    display: block;
    font-style: italic;
}
.chapter-title h2 {
    text-align: center;
    margin-top: 5px;
    margin-bottom: 29px;
}
ol, ul {
    list-style: outside;
}
.url {
    display: none;
}
.infographic {
    display: none;
}



/* ------------------------ CHAPTER FEATURE SPACING ------------------------ */
.big {
    display: none;
}


/* ------------------------ SPACING ------------------------ */

.cell-inner {
    border-top: 1px solid #e1e1e0;
    margin-top: 25px;
}
.sidebar {
    border-top: 1px solid #e1e1e0;
    margin-top: 25px;
    overflow: hidden;
}
.quote {
    text-align: center;
    border-top: 1px solid #e1e1e0;
    padding-top: 50px;
    font-weight: bold;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 8px;
}


/* ------------------------ FOOTER ------------------------ */

#end {
    border-top: 1px solid #e1e1e0;
    margin-top: 25px;
}
#end .left {
    float: none;
}
#end .right {
    float: none;
}
#end td:nth-of-type(1) {
    font-weight: bold;
}

