.app-header {
    height: 60px;
    line-height: 60px;
    border-bottom: thin lightgrey solid;
}

.app-header .app-header--title {
    font-size: 22px;
    padding-left: 5px;
}
.no-y-padding {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
