﻿.headerbar {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    width: 100%;
    background-color: #fff;
    z-index: 99;
}

.headerbar #headerBarButton {
    display: inline-block;
    cursor: pointer;
    background: #6D26C6;
    padding: 5px 15px;
    color: #fff;
    font-size: 24px;
    margin: 11px;
    float: left;
    border-radius: 6px;
}

.headerbar .center {
    display: inline-block;
    position: relative;
    top: 11px;
    margin-left: 10px;
}

.headerbar #title {
    /* display: inline-block; */
    font-size: 18px;
    font-weight: 600;
}

.headerbar #subtitle {
    /* display: inline-block; */
}
