
article{
    margin: 0em;
    padding: 0em;
    padding-bottom: 7em;
} 

.grid-layout article{
    grid-template-columns: 50% auto;
}

.grid-layout.index article{
    grid-template-areas:
    "title title"
    "intro figure"
    "firms list"
    "table table";
}

.grid-layout.detail article{
    grid-template-areas:
    "header header"
    "intro intro"
    "figure figure"
    "impacts impacts";
}

.grid-layout .notpetyafig{
    height: 60%;
}

footer{
    margin-top: 2em;
}

nav{
    margin-bottom: 1em;
}

nav a{
    padding: .75em;
}
