.text-bold {
    font-weight: bold;
}

body {
    padding-top: 20px;
}
body.is-logged-in {
    padding-top: 50px;
}

h1 {
    margin: 40px 0 30px 0;
    font-size: 40px;
    color: #999;
}
h1.page-title {
    overflow: hidden;
    white-space: nowrap;
}
h2 {
    margin: 40px 0 10px 0;
    font-size: 22px;
    color: #999;
}

.slug {
    font-size: 10px;
    letter-spacing: 0.5px;
}

footer {
    margin-top: 30px;
    padding: 16px 15px;
    background-color: #ddd;
    border-top: 1px solid #eee;
    font-size: 10px;
}
.switch-to-desktop {
    padding: 8px 15px;
    font-size: 10px;
}

.navbar-default {
    background: none;
    background-color: #21639c;
    border-color: #104e85;
    border-bottom: 3px solid #ffc833;
    margin-bottom: 0px;
}
.navbar-default .container-fluid {
    margin-right: 15px;
    background-repeat: no-repeat;
    background-position: right;
    background-image: url(../images/121-lessons-logo-icon-black-and-white.png);
}
.navbar-default .navbar-toggle {
    color: #fff;
    float: left;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #047bc1;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}
.navbar-member-details {
    margin: 8px 15px;
    color: #fff;
}
.navbar-default .navbar-member-details .display-name {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.2;
    letter-spacing: 1px;
}

body.is-logged-in .navmenu-default {
    top: 50px;
}
.navmenu,
.navbar-offcanvas {
    width: 260px;
}
.navmenu-header {
    margin: 20px 0 0 0;
    padding: 10px 15px;
    font-size: 20px;
}

.alert.flash-container {
    margin-top: 20px;
    margin-bottom: 0;
}

.student.student-open {
    font-weight: bold;
}

.tab-content {
    margin: 10px 0;
}

label.list-group-item {
    cursor: pointer;
    font-weight: normal;
}
.list-group-item-header {
    background-color: #ddd;
    font-weight: bold;
}
.list-group-item-header .text-muted {
    font-weight: normal;
}

.rating {
    font-size: 16px;
}

.undo-container {
    margin-top: 10px;
}
.undo-trigger {
    white-space: nowrap;
}

.list-group .rating {
    font-size: 10px;
}

.distance-marker small {
    font-size: 80%;
}

.radio-weekly-repeat-options {
    min-height: 36px;
    line-height: 36px;
}
.radio-weekly-repeat-options input[type="radio"] {
    height: 27px;
}


@media (max-width: 767px) {
    .profile-photo {
        margin-bottom: 10px;
    }
}
