body#start-page {
  padding: 25px 0;
}

#top {
  display: flex;
}

#top div {
  margin-left: auto;
}

#top img {
  float: right;
  height: 50px;
  margin-left: 20px;
}

#table-smasc div a.active, #table-smasc-2 div a.active{
  background-color: rgba(0,0,0,0.2);
}

#table-smasc, #table-smasc-2 {
  margin-top: 0px;
}

#myChart {
  max-width: 500px;
  margin: auto;
}

/*
  Old way, many colors

  .result-2, .result-3, .result-4 {
    background-color: red !important;
  }

  .result-5, .result-6{
    background-color: #ffc7ce !important;
  }

  .result-7, .result-8 {
    background-color: #ffeb9c !important;
  }

  .result-9, .result-10 {
    background-color: #c6efce !important;
  }

  .result-11, .result-12 {
    background-color: #70ad47 !important;
  }
*/

.result-2, .result-3, .result-4, .result-5, .result-6 {
  background-color: #F70006 !important;
}

.result-7, .result-8 {
  background-color: #FFC819 !important;
}

.result-9, .result-10, .result-11, .result-12 {
  background-color: #70ad47 !important;
}

#result-points {
  margin: 0 0 20px 0;
  padding: 0;
}

#result-points li {
  padding: 10px;
  list-style-type: none;
  margin: 0;
}

@media screen and (max-width: 768px) {
  #top {
    flex-direction: column;
  }
}