
#quote
{
    text-align: center;
    width: 60%;
    margin-left: 20%;
    padding: 10px;
}

#home_table, #activity_table
{
    width: 100%;
    height: 100%;
}

#home_table td
{
    width: 25%;
    height: 50%;
}

#activity_table tr td
{
    width: 100%;
    height: 50%;
}

#home_table tr td > div, #activity_table tr td > div
{
    overflow: auto;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    margin: 5px 5px 5px 5px;
    padding: 5px 5px 5px 5px;
}

#about_you > table
{
    width: 100%;
}

#about_you > table tr td
{
    width: 50%;
    height: 100%;
}

#student_status
{
    width: 200px;
    height: 200px;
}
