/*
.story h3 {
    margin: 2rem 0;
    font-size: 3rem;
}

.story .image {
    max-width: 100%;
    max-height: 240px;
}

.story .source {
    font-size: 1.7rem;
    color: #0071bc;
    margin-right: 1rem;
    font-weight: 600;
    white-space: nowrap;
}

.story .date {
    font-size: 1.6rem;
    color: #5b616b;
    text-transform: uppercase;
    white-space: nowrap;
}
*/


/* new styles */
/*
.major-section {
    margin-bottom: 3rem;
}
@media screen and (min-width: 600px) {
    .major-section {
        margin-bottom: 6rem;
    }
}

.major-section .heading {
    border-top: 1px solid #aeb0b5;
}

.major-section .heading h2 {
    display: inline-block;
    font-family: BlinkMacSystemFont,-apple-system,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;
    font-size: 1.7rem;
    color: white;
    background-color: #cd2026;
    padding: 0.4rem 1.5rem;
    margin: 0;
}

.major-section .heading p {
    color: #5b616b;
    margin-top: 0.5rem;
}
@media screen and (min-width: 600px) {
    .major-section .heading p {
        display: inline-block;
        margin-top: 0;
        margin-left: 1.5rem;
    }
}
*/

/*
.major-section .story h3 {
    font-size: 2.4rem;
}
*/



/* Clinical Trials */

.ctgov-result a {
    color: #212121;
}

.ctgov-result a:hover {
    /* text-decoration: none; */
}

.ctgov-result .phase {
    font-size: 1.3rem;
    color: #00a6d2;
    margin-right: 1rem;
    font-weight: bold;
    white-space: nowrap;
}

.ctgov-result .type {
    font-size: 1.2rem;
    color: #5b616b;
    text-transform: uppercase;
    white-space: nowrap;
}

.ctgov-result h4 {
    font-family: BlinkMacSystemFont,-apple-system,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;
    font-size: 1.8rem;
    font-weight: 600;
    color: #0071bc;
    margin: 0.8rem 0;
}

.ctgov-result a:hover h4 {
    color: #00a6d2;
}

.ctgov-result a:active h4 {
    color: #00a6d2;
}

.ctgov-result .sponsor {
    color: #2e8540;
    font-size: 1.4rem;
}

.ctgov-result p {
    font-size: 1.4rem;
    color: #5b616b;
    margin: 0;
}

.ctgov-result dl {
    border-top: 1px solid #00a6d2;
    font-size: 1.4rem;
}



.debug-box {
    margin-top: 1.5rem;
    background-color: rgba(220,228,239,0.25);
    border: 1px solid #aeb0b5;
    padding: 1.5rem;
}
@media screen and (min-width: 600px) {
    .debug-box {
        padding: 3rem;
    }
}

.debug-box p {
    font-size: 1.4rem;
}
