/* EME Base CSS */

.sourceBadge {
    font-size: x-small;
}

body {
    padding-top: 75px; /* Adjust based on your navbar height */
}


img#userpic {
    border-radius: 30%;
    width: 30px !important;
    height: 30px !important;
}

div#footcontainer {
    background-color: AliceBlue;
    color: SlateGray;
    border-width: 1px;
    border-style: solid;
    border-color: LightGray;
    text-align: center;
    font-size: 9pt;
}