.unpadded {
    padding-right: 0 !important;
    padding-left: 0 !important;
    padding-top: 0 !important;
    margin-bottom: 32px !important;
}

.leaderboard-section {
    margin-top: 32px;
    margin-bottom: 32px;
}

.user_search {
    width: 100%;
}

.leaderboard-card-text {
    margin: 8px 0 0 0;
}

.leaderboard-grid {
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-top: 0 !important;
}

.leaderboard-grid-header {
    font-weight: bold !important;
    padding-top: 0.4rem !important;
    max-height: 40px;
    padding-bottom: 0.4rem !important;
    border-radius: 0;
}

.leaderboard-grid-header-item {
    font-weight: bold !important;
    color: #efefef !important;
}

.leaderboard-grid-row {
    padding-top: 0.4rem !important;
    max-height: 40px;
    padding-bottom: 0.4rem !important;
    border-radius: 0 !important;
}

.leaderboard-row-top {
    background: rgba(0, 210, 122, .14);
    border-left: solid rgb(0, 210, 122) !important;
}

.leaderboard-row-none {
    border-left: solid rgb(198, 206, 210) !important;
}

.leaderboard-row-default {

}

.leaderboard-grid .leaderboard-user-grid-row:nth-of-type(even) {
    background-color: #f1f7fd;
}

/*.fbl-grid .fbl-mobile-row:nth-of-type(odd) {*/
/*background-color: #f1f7fd;*/
/*}*/

.mobile-text {
    text-overflow: ellipsis;
    overflow: hidden;
}

.fbl-button-submit {
    background-color: #2b7bba !important;
    color: white !important;
}

.fbl-icon {
    color: #2b7bba;
}

.fbl-collapsed-row {
    display: none;
}

@media only screen and (min-width: 1200px) {
    .ui.container {
        width: 60%;
    }
}

@media only screen and (max-width: 1199px) and (min-width: 992px) {
    .ui.container {
        width: 60%;
    }
}

.border {
    border: 1px solid rgba(34, 36, 38, 0.1);
}

.fbl-row-glow {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border: solid rgba(0, 0, 0, 0);
}

.fbl-row-glow:hover {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 4px;
    border: solid rgba(224, 236, 248, 0.5);
}

.fbl-inline-header {
    display: -webkit-inline-box;
}

.fbl-inline-header .header {
    margin-right: 12px
}

.fbl-inline-header .button {
    display: inline-block
}

.ui.stackable.pointing.secondary.menu {
    overflow-y: hidden;
}

.ui.grid > .row > [class*="half wide"].column,
.ui.grid > .column.row > [class*="half wide"].column,
.ui.grid > [class*="half wide"].column,
.ui.column.grid > [class*="half wide"].column {
    width: 2.25% !important;
}

.places-delta {
    white-space: nowrap;
}

.vertical-full-height-menu {
    height: 100%;
}