.condensed-font {
    font-family: "Arial Narrow", Arial, sans-serif;
}

body {
    font-size: 12px;
    font-family: Sans-Serif;
    background-size: cover;
    background-color: transparent;
    margin: 0;
    padding: 0;
}

.snapCarousel {
    width: 1px;
    min-width: 100%;
    height: 1px;
    overflow: hidden;
    border-style: solid;
    border-width: 1px;
    border-color: transparent;
}

.control {
    position: absolute;
    bottom: 0;
    width: 40px;
    height: 40px;
    z-index: 100;
    cursor: pointer;
    text-align: center;
    line-height: 40px;
    font-size: 12px;
}

.carouselStatic .control {
    display: none;
}

.control .icon {
    background-color: #747474;
    line-height: normal;
    display: inline-block;
    border-radius: 30px;
    padding: 5px;
    color: white;
    opacity: 0.3;
}

.control .icon:hover {
    opacity: 0.8;
}

.control .icon {
    vertical-align: middle;
    width: 15px;
    height: 15px;
}

.controlLeft {
    left: 0;
}

.controlRight {
    right: 0;
}

.carouselAnimated .snapCarouselInner {
    position: relative;
    width: 9999px;
}

.carouselStatic .snapCarouselInner {
    display: block;
    width: 100%;
    text-align: center;
}

.carouselAnimated .item {
    float: left;
    text-align: center;
    box-sizing: border-box;
}

.carouselStatic .item {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    box-sizing: border-box;
}

.pic {
    height: 160px;
    width: 160px;
    margin: 0 auto;
    text-align: center;
    border: 1px solid #dddddd;
    padding: 5px;
    box-sizing: content-box;
    background-color: #ffffff;
    /*background-color: dimgray;*/
}

.pic img {
    height: 160px;
    width: 160px;
    border-radius: 5px;
}

.quote {
    /*background-color: green;*/
    max-height: 100px;
    overflow: hidden;
}

.quote p {
    width: 90%;
    margin: 0 auto 4px auto;
    line-height: 1.25;
    z-index: 50;
}

.rating {
    overflow: hidden;
}

.rating img {
    padding: 0;
    margin: 0 2px;
    vertical-align: top;
}

.signature {
    font-size: 120%;
    font-weight: bold;
    height: 20px;
    overflow: hidden;
    /*background-color: blue;*/
}

.details {
    font-weight: bold;
    font-size: 90%;
    height: 46px;
    overflow: hidden;
    /*background-color: red;*/
}

.spacer {
    height: 4px;
    overflow: hidden;
    /*background-color: orange;*/
}

.item {
    cursor: pointer;
}

.hovering p {
    text-decoration: underline;
}

#thing {
    display: block;
    text-align: center;
    height: 100%;
}

#thing .helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

#thing img {
    vertical-align: middle;
    max-height: 100%;
    max-width: 400px;
}

#emptyFeed {
    height: 100%;
    width: 100%;
    overflow: hidden;
    display: none;
}

.item {
    display: inline-block;
    width: 200px;
    vertical-align: top;
}

.item .starRating {
    max-width: 160px;
    width: 80%;
}

.snapCarousel {
    height: 400px;
    overflow: hidden;
    width: 100%;
}

.snapCarouselInner {
    width: 2200px;
}

.rating {
    text-align: center;
}

.snapCarousel,
.item {
    height: 500px;
    text-align: center;
}

.poweredBy img {
    bottom: 8px;
    height: auto;
    left: 50%;
    margin-left: -40px;
    opacity: 0.8;
    position: absolute;
    width: 80px;
}

#emptyFeed {
    display: block;
}

.quoteText .emojione {
    width: 16px;
}

.aggregates {
    font-size: 1.1em;
    margin-bottom: 0.5em;
    margin-top: 0.3em;
    white-space: nowrap;
}

.aggregatesAvgRating {
    display: inline;
    font-size: 2em;
    font-weight: bold;
    line-height: 100%;
    vertical-align: top;
}

.aggregate {
    display: inline-block;
    margin-left: 5%;
    margin-right: 5%;
    width: 20%;
    max-width: 200px;
}

.aggregate a {
    color: #767676;
    display: inline-block;
    font-weight: bold;
    text-decoration: none;
}

.aggregate a:hover {
    opacity: 0.8;
}

.aggregate img {
    display: inline;
    margin-right: 0.3em;
    max-height: 1.8em;
    max-width: 100%;
}

.aggregatesTotalReviews {
    clear: both;
}

.siteName {
    font-size: 1.3em;
    margin-bottom: 0.1em;
}

@media screen and (max-width: 650px) {
    .aggregates {
        font-size: 0.9em;
    }
}

@media screen and (max-width: 500px) {
    .aggregates {
        font-size: 0.8em;
    }
}

@media screen and (max-width: 450px) {
    .aggregate {
        font-size: 1em;
        white-space: normal;
    }

    .aggregatesTotalReviews {
        font-size: 0.8em;
    }

    .scoreDivider .out {
        display: none;
    }

    .scoreDivider:before {
        content: "/";
    }
}

@media screen and (max-width: 400px) {
    .aggregate {
        margin-right: 2.5%;
        margin-left: 2.5%;
    }

    .aggregate img {
        width: 1.5em;
    }

    .aggregatesAvgRating {
        font-size: 1.6em;
    }

    .siteName {
        font-size: 1em;
    }
}
