.modernity,
.monogram,
.sidebar-epilogue,
header em,
.foreword-essay header,
.pretest .airbag-a,
.dressup-controls,
.dressup-model .torso,
.dressup-model .pants,
.dressup-model .shirts,
.dressup-model .hats,
.mine-box figcaption,
.mine-score,
.graph-demo mark,
.graph-demo .segment,
.afterword .credits,
.afterword .contact {
    display: none;
}



body {
    font-size: 75%;
    font-family: "Arial", sans-serif;
    color: black;
}

img {
    display: block;
    width: 33%;
    margin: 20px 0;
}

/* Image width exceptions */
.dressup-model img      { width: 25%; }
.mine-box img           { width: 60%; }
.economist img          { width: 10%; }
.visualization img      { width: 50%; }
.card-disclaimer img    { width: 15%; }
.appendix img           { width: 20%; }


header h2 {
    border-bottom: 3px solid black;
    padding: 1.5em 0 0.25em;
    margin-bottom: 1.3em;
}
        .masthead h2 {
            border-bottom: none;
            padding: 0 0 0 0;
            margin-bottom: 1.5em;
        }


.afterword {
    padding-top: 1.5em;
}
        .afterword h2 {
            border-top: 1px solid black;
            padding-top: 1.5em;
        }





