body, html {
    padding: 0px;
    margin: 0px;
    font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
    display: flex;
    flex-direction: column;
    background-color: #fcfcfc;
    color: black;
    height: 100%;
}

#bar {
    background-color: #f8f8f8;
    border-width: 1px;
    border-color: #ebebeb;
    border-style: solid;
    color: #8c8c8c;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

#barcontainer {
    flex-grow: 1;
}

#bartext {
    font-weight: 600;
    flex-grow: 1;
    font-size: 20px;
    margin-left: 20px;
}

#logout {
    font-weight: 400;
    text-align: right;
    margin-right: 20px;
}

a {
    color: #4b88c3;
    text-decoration: none;
}

#main-nav {
    margin: 15px;
    height: 100%;
    flex-direction: row;
}

#group-main {
    border-width: 1px;
    border-color: #468cc8;
    border-style: solid;
    width: 200px;
    border-radius: 0.2em;
}

#header-main {
    background-color: #468cc8;
    padding: 15px;
    color: white;
}

#subheader {
    border-bottom: solid #eaeaea;
}

#subheader p {
    color: #656565;
    font-weight: 800;
    margin-left: 10px;
    margin-bottom: 2px;
}

#links {
    display: flex;
    flex-direction: column;
    margin-left: 10px;
    margin-top: 4px;
    margin-bottom: 10px;
}

#main {
    display: flex;
    height: 100%;
    width: 100%;
    flex-direction: row;
}