#discussion {
    padding: 1em;
    border: solid lightgrey;
    border-radius: 0.5em;
    border-width: thin;
}

#discussion-content {
    margin: 1em;
}

#discussion-control {
    margin: 1em;
    text-align: center;
}

.post-header {
    font-size: small;
}

.post-content {
    padding-bottom: 0.5em;
}

.newpost{
    text-align: left;
    width: 75%;
    margin: auto;
    border: solid lightgrey;
    border-radius: 0.5em;
    border-width: thin;
}

#newpost-author{
    margin: 0.5em;
}

#newpost-content{
    margin: 0.5em;
}