body {
  background-color: #222;
  padding: 50px;
  line-height: 1;
  color: white; }

a, p {
  color: white; }

a:link {
  text-decoration: none; }

a:hover {
  color: white;
  text-decoration: underline; }

button {
  display: inline;
  border: 1px solid #333;
  background-color: #444;
  color: #FCFCFC;
  width: 100px;
  padding: 10px 15px; }

button:active {
  border: 1px solid #444;
  background-color: #555; }

.mt-20 {
  margin-top: 20px; }

.rating-text {
  padding-left: 10px;
  line-height: 38px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

[data-ratings].green {
  color: green; }
  [data-ratings].green .ratings-empty {
    color: grey;
    opacity: 0.5; }

[data-ratings].disabled {
  cursor: default; }
