﻿body {
    background-color: rgb(45,44,44);
    /*background-color: white;*/
    color: white;
    margin-top: 84px;
}

.navbar {
    background-color: rgb(45,44,44);
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 9999;
}

.navbar-brand {
    font-size: 20px;
    font-weight: bold;
    width: 250px;
    height: 45px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}

.cm-top-nav-bar {
    background-color: rgb(45,44,44) !important;
}

.nav-scroller {
    background-color: rgb(45,44,44) !important;
}

.border-bottom {
    border-bottom: 1px solid #505050 !important;
}

#divWelcome {
    color: white;
    margin-top: -180px;
    text-align: center;
}

#divWelcomeTxt {
    text-align: left;
    width: auto;
    display: inline-block;
    font-weight: bold;
}
