@charset "utf-8";
/* CSS Document */

@media (max-width: 768px) {
}

@media (max-width: 500px) {
  .r-flex{
    flex-flow: column;
  }
  .r-flex .col-md-4{
    width: 100%;
  }
  .th-width-1 {
    width: 80px;
  }
  .th-width-2 {
    width: 50px;
  }
  .text-danger{
    font-size: 18px;
  }
}
