@charset "utf-8";

#achievements .info th {
  width: 250px;
}

#gradedstakes .info th {
  width: 250px;
}

@media only screen and (max-width: 768px) {
  #achievements .info th {
    width: 150px;
  }

  #gradedstakes .info th {
    width: 150px;
  }

}
