body {
    background-color: #633180;
    color: #fff;
}
.outer-container {
    padding-bottom: 2em;
}
.wrapper {
    max-width: 500px;
    margin: auto;
    padding-bottom: 20px;
}
.header {
    width: 100%;
    border-bottom: 1px solid #eee;
    margin-bottom: 1em;
}
.card {
    margin-top: 1em;
    margin-bottom: 1em;
    padding: .75em;
    border-radius: 10px;
}
.merchant-name {
    padding-top: 10px;
}
.logo-img {
    max-height: 100px;
}
.br-theme-fontawesome-stars-o .br-widget a::after {
    font-size: 1.5em;
    color: #aaa;
}
.br-theme-fontawesome-stars-o .br-widget a.br-active:after,
.br-theme-fontawesome-stars-o .br-widget a.br-selected:after,
.br-theme-fontawesome-stars-o .br-widget a.br-fractional:after {
    color: #FFD53F;
}

.btn-rating.selected:active,
.btn-rating.selected:focus,
.btn-rating.selected {
    background-color: #FFD53F;
    border: 1px solid #FFD53F;
}
.thinner-hr {
    margin-top: 10px;
    margin-bottom: 10px;
}

.logo {
    height: 100px;
    width: 100px;
}
.logo img {
    max-width: 100%;
    max-height: 100%;
}

.card-content {
    color: #fff;
    padding-left: 120px;
}

.card-content .h3 {
    margin-top: 0;
}

.grid-col {
    padding: 0;
}

.square {
    position: relative;
    width: 70%;
    margin: auto;
}

.square:after {
    content: "";
    display: block;
    padding-bottom: 100%;
}

.square-content {
    position: absolute;
    width: 100%;
    height: 100%;
}

.freebie {
    background-size: cover;
    background-position: center center;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14),0 1px 5px 0 rgba(0,0,0,0.12),0 3px 1px -2px rgba(0,0,0,0.2);
    border-radius: 4px;
    overflow: hidden;
}

.freebie:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0,0,0,.1);
}

.freebie-content {
    width: 100%;
    height: 100%;
    z-index: 1;
    position: relative;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.upper-content,
.lower-content {
    flex: 3;
    display: flex;
    justify-content: center;
    align-items: center;
}

.lower-content {
    flex: 1;
    background-color: white;
    width: 100%;
    padding: 0 10px;
}

.freebie-points {
    color: #000;
}

.freebie-name {
    padding: 10px 0;
}

.store-link {
    display: inline-block;
    padding: 1em;
}

.store-link img {
    max-height: 100%;
    max-width: 100%;
}

.text-danger {
    color: #FFD53F;
}