body {
    padding: 80px 10px 0 10px;
}

button,
input {
    margin: 10px 5px;
}

/* SRC: https://stackoverflow.com/a/49343426 */
.rating-box {
    position: relative;
    vertical-align: middle;
    font-size: 1.2em;
    font-family: FontAwesome;
    display: inline-block;
    color: #F68127;
}

.rating-box:before {
    content: "\f006 \f006 \f006 \f006 \f006";
}

.rating-box .rating {
    position: absolute;
    left: 0;
    top: 0;
    white-space: nowrap;
    overflow: hidden;
    color: #F68127;
}

.rating-box .rating:before {
    content: "\f005 \f005 \f005 \f005 \f005";
}

.card {
    margin-bottom: 10px;
}

.rating-table .rating-line {
    position: absolute;
    right: 1.2rem;
}

.badge-Healthgrades {
    color: #fff;
    background-color: #28406B;
}

.badge-Vitals {
    color: #fff;
    background-color: #BA68C8;
}

.badge-Positive {
    color: #fff;
    background-color: #28a745;
}

.badge-Neutral {
    color: #fff;
    background-color: #343a40;
}

.badge-Negative {
    color: #fff;
    background-color: #dc3545;
}

@media (min-width: 1200px) {
    .sentiment-rating {
        float: right;
    }

    .ratings-pill {
        display: inline-block;
    }
}

/* .rating-cell {
    width: 8em;
} */

.progress {
    margin-bottom: 5px;
}

.progress-label {
    margin-right: .5em;
    font-size: 0.75rem;
    margin-bottom: 5px;
    height: 1rem;
  }