.article
{
    border-bottom: 1px solid rgb(166,19,19);
    padding-bottom: 6px;
    padding-bottom: 0.6rem;
    cursor: pointer;
} 
.article:last-child
{
    border-bottom: none;
} 
.headline
{}
.source, .byline
{
    font-family: Tahoma, Geneva, sans-serif;
}
.date
{
    font-size: 13px;
    font-size: 1.3rem;
    text-align: left;
}
.read .headline, .read .source, .read .byline, .read h3
{
    color: gray;
}
.nav-button
{
    width: 117px;
    width: 11.7rem
}
#submit
{
    display: none;
}
.Student #submit, .Disciple #submit, .Teacher #submit, .Admin #submit
{
    display: block;
}
