.story.item h1,
.story.item h2,
.story.item p,
.story.item ul,
.story.item table {
    margin-bottom: 15px;
}

.story.item h1 {
    font-size: 16px;
    margin-bottom: 15px;
}

.story.item h2 {
    font-size: 12px;
}

.story.item p {
    text-align: justify;
}

.story.item table td,
.story.item table th {
    text-align: left;
    padding-right: 40px;
}

.story.item .footnote {
    font-size: 10px;
}

.story.item div.parent {
    position: relative;
}

.story.item div.parent a.submit {
    position: absolute;
    bottom: 15px;
    right: 0px;
}