
body {
    background-color: #F9F9F9;
    font-family: 'Raleway', 'Lato', Helvetica;
    padding-bottom: 40px;
}

a {
    cursor: pointer;
}
.float-right {
    float: right;
}
.card {
    width: auto;
    margin: 10px auto;
    position: relative;
    border: 1px solid #EFEFEF;
}
/*
#users-list .card {
    width: 300px;
    display: inline-block;
}
 */
.pad-10 {
    padding: 10px !important;
}
.round-10 {
    border-radius: 10px;
}
.round-5 {
    border-radius: 5px;
}
.shadowy {
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
}
.white-bg {
    background-color: #FFF !important;
}

.margin-none {
    margin: 0 !important;
}

.padding-none {
    padding: 0 !important;
}

.border-bottom {
    border-bottom: 1px solid #EFEFEF !important;
}

.facebook-blue-font {
    color: #3e5ea1;
}
.facebook-blue-bg {
    background-color: #3e5ea1;
}
.twitter-blue-font {
    color: #01bbee;
}
.twitter-blue-bg {
    background-color: #01bbee;
}
.imdb-yellow-font {
    color: #f3ce00;
}
.imdb-yellow-bg {
    background-color: #f3ce00;
}
.youtube-red-font {
    color: #FF0202;
}
.youtube-red-bg {
    background-color: #FF0202;
}

#listings-container {
    overflow: hidden;
}

.listing-card {
    min-height: 50px;
    width: auto;
    margin: 10px auto;
    position: relative;
    border: 1px solid #EFEFEF;
}
.listing-icon {
    position: absolute;
    left: 5px;
    top: 5px;
    font-size: 24px;
}
.listing-icon img {
    width: 80px;
    border-radius: 5px;
}
.listing-title {
    float: left;
    margin-left: 90px;
    font-size: 16px;
    font-weight: bold;
}
.listing-start-holder {
    margin: 10px 0 10px 90px;
}
.listing-question {
    margin: 25px 0 10px 90px;
    color: #777;
}
.listing-form {
    clear: both;
    float: left;
    margin-left: 90px;
    display: none;
    padding: 5px;
}

.listing-points {
    position: absolute;
    right: 5px;
    top: 9px;
    font-size: 20px;
}

.skip-listing {
    background-color: #FFF;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 0;
    left: 0;
    border: none;
}

.start-right {
    margin-left: 2000px;
    opacity: 0;
}
.max-height-600 {
    max-height: 600px;
    overflow: hidden;
    overflow-y: auto;
}

#accountInfo {
    position: relative;
}

#account-name-holder {
    margin: 0px 60px 30px 75px;
}

#karma-box {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 14px;
    text-align: center;
    padding: 5px 10px;
    border-radius: 10px;
}
#current-points {
    font-size: 20px;
}

#footer {
    width: 100%;
    padding: 10px auto;
    background-color: #FFF;
    border-top: 1px solid #CCC;
}
.device-computer #footer {
    position: fixed;
    bottom: 0;
}

table.borderless td {
    border: none !important;
}

.starmeter-info {
    text-decoration: underline;
}

.autocomplete-suggestions {
    background-color: #FFF;
    overflow: hidden;
    overflow-y: auto;
}
.autocomplete-suggestion {
    padding: 5px;
}

.question-bar {
    cursor: pointer;
    background-color: #EFEFEF;
    border-radius: 5px;
    border: 1px solid #CCC;
    font-size: 18px;
    padding: 10px;
    margin-bottom: 5px;
}
.answer-bar {
    display: none;
    font-size: 14px;
    border: 1px solid #CCC;
    border-top: none;
    border-radius: 5px;
    margin-top: -10px;
    margin-bottom: 5px;
    padding: 20px 10px 10px;
}

/* FIX FOR JUSTIFIED NAV TABS NOT GOING VERTICAL ON MOBILE */

@media (max-width: 768px) {
    .nav-justified > li {
        display: table-cell;
        width: 1%;
    }
    .nav-justified > li > a  {
        border-bottom: 1px solid #ddd !important;
        border-radius: 4px 4px 0 0 !important;
        margin-bottom: 0 !important;
    }
    .nav-tabs.nav-justified > .active > a,
    .nav-tabs.nav-justified > .active > a:hover,
    .nav-tabs.nav-justified > .active > a:focus {
        border-bottom-color: #fff !important;
    }
    body {
        padding-bottom: 80px;
    }
}