﻿body {
    font-family: 'Roboto', sans-serif;
    background-color: #fafafa;
    margin: 0px;
}

.app-bar {
    height: 40px;
    background-color: #772583;
    width: 100%;
    display: table;
}

.app-bar-content {
    font-size: 14px;
    line-height: 20px;
    color: white;
    vertical-align: middle;
    height: 100%;
    display: table-cell
}

.app-bar-header-text {
    margin-left: 10px;
}

.app-main-content {
    margin-left: 10px;
}