td
{
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
}

.article
{
    display: flex;
    flex-direction: column;
}

.eighty
{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 80%;
}

.entry-row
{
    display: flex;
    flex-direction: row;
}

.graphic-entry
{
    width: 160px;    
    padding-left: 10px;
    padding-right: 10px;
}

.footer
{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;    
}

.navbar
{
    height: 50px;
    width: 100%;
    position: fixed;
    z-index: 2;
    top: 0;
    left: 0;
    background-color: #dddddd;
    padding-top: 20px;
}

.navbar a
{
    padding: 6px 8px 6px 16px;
    font-size: 20px;
    color: #000000;
}

.navbar a:hover
{
    color: red;
}

.sixty-six
{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 66%;
}

.text-entry
{
    width: 85%; /* 85% of 80% */
    padding-left: 10px;
    padding-right: 10px;
}