* {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
}

label {
    font-weight: bold
}

.profile-pic-sm {
    width: 32px;
    height: 32px;
}

.top-nav-active {
    background-color: #0094ff;
    color: white;
}

.top-nav-active a {
    text-decoration: none;
    color: white;
}

.top-nav-item {
    background-color: #efefef;
}

.stat-box-small{
    width:100%;
}