.rating {
    padding: 20px;
    text-align: center;
    box-shadow: 1px 1px 5px #888888;
    margin-right: 10px;
    border-radius: 4px;
    background-color: white;
  }
.rating-row {
    margin-left: 0px;
    margin-bottom: 20px;
}
.rating.selected {
    background-color: #dbc581;
    font-weight: bold;  
}

body {
    background-color: #EFEFEF;
}

.top-row {
    margin-top: 15px;
}

.loader {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #80808063;
    z-index: 1;
}

.spinner-center {
    margin: 50%;
}