.ratracker-curtain {
  display: block;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: 0;
  padding: 0;
  z-index: 99;
  opacity: 0.5;
  background-color: black; }
  .ratracker-curtain--hidden {
    display: none; }

.ratracker-stickyButton {
  display: block;
  position: fixed;
  left: 0;
  top: 30%;
  transform: rotate(-90deg);
  transform-origin: 0 0;
  z-index: 98;
  border-width: 0 1px 1px 1px;
  border-style: solid;
  border-color: black;
  margin: 0;
  padding: 4px 8px;
  background-color: white;
  font-size: 12px;
  color: inherit; }
  .ratracker-stickyButton:hover {
    cursor: pointer; }
  @media (max-width: 1000px) {
  .ratracker-stickyButton {
    position: fixed;
    top: auto;
    bottom: 0;
    transform: rotate(0deg);
    border-width: 1px 1px 0 0; } }

.ratracker {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 100;
  margin: 40px auto 0 auto;
  max-width: 600px;
  background-color: white;
  padding: 15px;
  border: 1px solid black; }
  .ratracker--hidden {
    display: none; }
  .ratracker__box {
    margin-bottom: 1.2em; }
    .ratracker__box--tracker {
      display: flex;
      justify-content: space-between; }
      .ratracker__box--tracker .ratracker__box--text {
        flex-basis: 80%; }
    .ratracker__box--text {
      color: black; }
      .ratracker__box--text h2 {
        color: black; }
      .ratracker__box--text h3 {
        color: black; }
      .ratracker__box--text p {
        margin-bottom: 0; }
      .ratracker__box--text a {
        color: blue; }
    .ratracker__box--check {
      align-self: center; }
  .ratracker__button {
    display: block;
    width: 100%;
    background-color: #ccc;
    padding: 10px;
    color: white;
    font-weight: bold;
    border: none; }
    .ratracker__button:hover {
      background-color: #3c3;
      color: white;
      cursor: pointer; }
  .ratracker__switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px; }
    .ratracker__switch input {
      display: none; }
    .ratracker__switch .slider {
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      margin: 0;
      padding: 0;
      background-color: #ccc;
      cursor: pointer;
      -webkit-transition: 0.4s;
      transition: 0.4s; }
    .ratracker__switch .slider:before {
      position: absolute;
      content: "";
      height: 26px;
      width: 26px;
      left: 4px;
      bottom: 4px;
      background-color: white;
      -webkit-transition: 0.4s;
      transition: 0.4s; }
    .ratracker__switch input:checked + .slider {
      background-color: #3c3; }
    .ratracker__switch input:checked + .slider:before {
      -webkit-transform: translateX(26px);
      -ms-transform: translateX(26px);
      transform: translateX(26px); }
    .ratracker__switch .slider.round {
      border-radius: 34px; }
    .ratracker__switch .slider.round:before {
      border-radius: 50%; }
    .ratracker__switch--disabled input:checked + .slider {
      background-color: #eaae46; }
  .ratracker hr {
    background: black;
    border: 1px;
    height: 1px; }

.ratracker-stickyBar {
  display: block;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  background-color: white;
  padding: 15px;
  border-top: 1px solid black; }
  .ratracker-stickyBar--hidden {
    display: none; }
  .ratracker-stickyBar__box {
    margin-bottom: 10px; }
    .ratracker-stickyBar__box:last-child {
      margin-bottom: 0; }
    .ratracker-stickyBar__box--tracker {
      display: flex;
      justify-content: space-between; }
      @media (max-width: 780px) {
  .ratracker-stickyBar__box--tracker {
    display: block; } }
      .ratracker-stickyBar__box--tracker .ratracker-stickyBar__box--text {
        flex-basis: 70%; }
    .ratracker-stickyBar__box--text {
      width: 100%;
      color: black; }
      .ratracker-stickyBar__box--text h2 {
        color: black; }
      .ratracker-stickyBar__box--text h3 {
        color: black; }
      .ratracker-stickyBar__box--text p {
        margin-bottom: 0; }
      .ratracker-stickyBar__box--text a {
        color: blue; }
    .ratracker-stickyBar__box--button {
      align-self: center;
      order: 2;
      display: flex; }
    .ratracker-stickyBar__box--hidden {
      display: none; }
  .ratracker-stickyBar__button {
    display: block;
    width: 100%;
    background-color: #ccc;
    padding: 10px;
    color: white;
    font-weight: bold;
    border: none;
    margin-right: 10px; }
    .ratracker-stickyBar__button:hover {
      background-color: #ccc;
      color: white;
      cursor: pointer; }
    .ratracker-stickyBar__button--accept {
      background-color: #3c3;
      color: white; }
      .ratracker-stickyBar__button--accept:hover {
        background-color: #3c3;
        color: white; }
