.topbar {
    background-color: #222220;
    position: fixed;
    width: 100%;
    top:70px;
    height: 60px;
    z-index: 998;
    color:white;
    text-align: left;
}
.topbar table {
    width: 100%;
}

.topbar table td {
    padding: 0 10px;
}
.topbardiv p{
    margin:0;
    font-size: 14px;
    text-align: left;
}
.topbardiv span{
    margin-bottom:0;
    font-weight: 600;
    font-size: 14px;
    float: left;
}
.topbardiv h1{
    margin:0;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    float: left;
}

.h100 {
    height: 100%;
}