@import 'utility.css';


/* ONLY FOR DATA DOWNLOAD TERMS OF USE AGREEMENT PAGE */

.terms-of-use {
    width: auto;
    height: 300px;
    overflow: scroll;
    padding: 1em 1em 0;
    border: 2px solid #D6D6D6;
    margin-bottom: 1.5em;
}

.terms-of-use h2{
    font-size: 1.777rem;
}

.terms-of-use h3 {
    font-size: 1.333rem;
}

/* I think this is still used with terms of use page */

.story-text {
    max-width: 39.375rem;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1em;
}

