@media (max-width: 480px) {
    body .adaper tr td {
      font-size: 11px;
      padding: 1px; } }
  @media (max-width: 375px) {
  body .adaper tr td {
    font-size: 10px;
    padding: 0px; } }
  @media (max-width: 320px) {
  body .adaper tr td {
    font-size: 9px;
    padding: 0px; } }
  body .g-button {
    background: #4bcb52; }
    body .g-button:hover {
      color: #4bcb52 !important;
      border-color: #4bcb52 !important;
      background: #fff; }
  body .g-button.g-button--invert {
    color: #4bcb52 !important;
    border-color: #4bcb52 !important; }
    body .g-button.g-button--invert:hover {
      background: #4bcb52;
      color: #fff !important; }
