body {
    background-color: white;
}

.full-width {
    width: 100%;
}

.panel-title-text {
    font-size: 22px !important;
}

.mainmenu-mar-pad {
    margin-top: 10px;
    padding-top: 4px !important;
    padding-bottom: 4px !important;
}

.mainmenu-font {
    color: #000000;
    font-family: 'Raleway', sans-serif;
    font-size: 18px;
    font-weight: 100;
    letter-spacing: .1rem;
}

.tab-row {
    background: #ffffff; /* #EFE7C9; #E3F5FB; */
    color: #848484;
    font-family: 'Arial'; /*'Raleway', sans-serif; */
    font-size: 14px;
}

#msgbox {
    width: 100%;
    height: 100%;
    position: absolute;
    visibility: hidden;
    z-index: 40;
    display: none;
    background-color: rgba(222,222,222,0.5);
}

#msgbox:target {
    visibility: visible;
    display: block;
}

.reveal-modal {
    background: #e1e1e1;
    margin: 0 auto;
    width: 400px;
    position: relative;
    z-index: 41;
    top: 25%;
    padding: 0;
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.4);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,0.4);
    box-shadow: 0 0 10px rgba(0,0,0,0.4);
}
