/* This need to be moved to */

.ECMS.Extension.Module.Macaque__Student__Main.Frontend
{
    height: 100vh;
    max-height: 100vh;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: stretch;
    /*user-select: none;*/
}

.ECMS.Extension.Module.Macaque__Student__Main.Frontend > .Title
{
    min-height: 30px;
    flex-grow: 0;
    flex-shrink: 0;
    padding: 1vh;
    line-height: 3vh;
}

.ECMS.Extension.Module.Macaque__Student__Main.Frontend > .Content
{
    flex-grow: 1;
    overflow-y: auto;
}

.ECMS.Extension.Module.Macaque__Student__Main.Frontend > .Status
{
    /*flex-basis: 5vh;*/
    min-height: 50px;
    flex-grow: 0;
    flex-shrink: 0;
    padding: 0;
}