﻿nav
	{
		display:table;
		min-width: 501px;
		min-height: 50px;
		background: gray;
	}
.item
{
		padding: 10px 10px 10px 10px;
}
a.hvr-fade
	{
		display: table-cell;
		text-decoration: none;
		color: White;
		font-size: 16px;
		padding: 10px; /*Keep the same as nav padding for buttons to take up space*/
		background: gray;
	}
.mainAssignmentTable
{
    width: 90%;
}