html,
body {
    margin: 0;
    padding: 0;
    background-color: #000000;
    overflow: hidden;
}

body {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
}

@media (min-height: 56.25vw) {
    #container {
        position: absolute;
        left: calc(50% - 100vw / 2);
        top: calc(50% - 177.8vw / 2);
        right: calc(50% - 100vw / 2);
        bottom: calc(50% - 177.8vw / 2);
        max-width: 100vw;
        max-height: 177.8vw;
    }

    #live-video {
        position: absolute;
        left: calc(50% - 177.8vw / 2);
        top: calc(50% - 100vw / 2);
        right: calc(50% - 177.8vw / 2);
        bottom: calc(50% - 100vw / 2);
        width: 177.8vw;
        height: 100vw;
        -ms-transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    #phaser-game {
        position: absolute;
        width: 100vw;
        height: 177.8vw;
    }

    #help-form {
        position: absolute;
        left: 126.5vw;
        top: 12.5vw;
        width: 48vw;
        height: 48vw;
        visibility: hidden;
        -ms-transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }
    
    #loading>#text {
        position: absolute;
        left: 0%;
        top: 60%;
        height: 177.8vw;
        -ms-transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    #termsModal {
        position: absolute;
        left: calc(50% - 30rem / 2);
        top: calc(50% - 36rem / 2);
        z-index: 999;
        transform: translate(-50%, -50%);
        transform: rotate(90deg);
        color: #444;
        width: 30rem;
        overflow: hidden;
        border-radius: 1rem;
      }

      #termsModal .information-terms .modal-body {
        padding: 10px;
        height: 30rem;
        overflow-y: scroll;
        background-color: #fff;
        overflow-x: scroll;
      }
}

@media (max-height: 56.25vw) {
    #container {
        position: absolute;
        left: calc(50% - 177.8vh / 2);
        top: calc(50% - 100vh / 2);
        right: calc(50% - 177.8vh / 2);
        bottom: calc(50% - 100vh / 2);
        max-width: 177.8vh;
        max-height: 100vh;
    }

    #live-video {
        position: absolute;
        width: 177.8vh;
        height: 100vh;
    }

    #phaser-game {
        position: absolute;
        width: 177.8vh;
        height: 100vh;
    }

    #help-form {
        position: absolute;
        left: 126.5vh;
        top: 12.5vh;
        width: 48vh;
        height: 48vh;
        visibility: hidden;
    }

    #loading>#text {
        position: absolute;
        left: 0%;
        top: 60%;
        width: 177.8vh;
    }

    #termsModal {
        position: absolute;
        top: 50%;
        left: 50%;
        z-index: 999;
        transform: translate(-50%, -50%);
        color: #444;
        width: 30rem;
        overflow: hidden;
        border-radius: 1rem;
      }

      #termsModal .information-terms .modal-body {
        padding: 10px;
        height: 20rem;
        overflow-y: scroll;
        background-color: #fff;
        overflow-x: hidden;
      }
}

/*input folds size*/
/* 590*736(전체화면) 590*564(삼성 173) 590*562(크롬 133) fold2 삼성 크롬은 예상*/
@media (aspect-ratio: 590/736) or (aspect-ratio: 590/563) or (aspect-ratio: 590/603) {
  /*fold2 전체화면*/
  @media (aspect-ratio:590/736) {
      #container {
        position: absolute;
        left: calc(50% - 70.3125vw / 2);
        top: calc(50% - 125vw / 2);
        right: calc(50% - 70.3125vw / 2);
        bottom: calc(50% - 125vw / 2);
        max-width: 70.3125vw;
        max-height: 125vw;
    }

    #live-video {
        position: absolute;
        left: calc(50% - 125vw / 2);
        top: calc(50% - 70.3125vw / 2);
        right: calc(50% - 125vw / 2);
        bottom: calc(50% - 70.3125vw / 2);
        width: 125vw;
        height: 70.3125vw;
        -ms-transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    #phaser-game {
        position: absolute;
        width: 70.3125vw;
        height: 125vw;
    }
  }

  /*fold2 삼성 크롬*/
  @media (aspect-ratio:590/563) or (aspect-ratio:590/603) {
      #container {
        position: absolute;
        left: calc(50% - 53.77vw / 2);
        top: calc(50% - 95.59vw / 2);
        right: calc(50% - 53.77vw / 2);
        bottom: calc(50% - 95.59vw / 2);
        max-width: 53.77vw;
        max-height: 95.59vw;
    }

    #live-video {
        position: absolute;
        left: calc(50% - 95.59vw / 2);
        top: calc(50% - 53.77vw / 2);
        right: calc(50% - 95.59vw / 2);
        bottom: calc(50% - 53.77vw / 2);
        width: 95.59vw;
        height: 53.77vw;
        -ms-transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    #phaser-game {
        position: absolute;
        width: 53.77vw;
        height: 95.59vw;
    }
  }

  #help-form {
      position: absolute;
      left: 126.5vw;
      top: 12.5vw;
      width: 48vw;
      height: 48vw;
      visibility: hidden;
      -ms-transform: rotate(90deg);
      -webkit-transform: rotate(90deg);
      transform: rotate(90deg);
  }
  
  #loading>#text {
      position: absolute;
      left: 0%;
      top: 60%;
      height: 100vw;
      -ms-transform: rotate(90deg);
      -webkit-transform: rotate(90deg);
      transform: rotate(90deg);
  }

  #termsModal {
      position: absolute;
      left: calc(50% - 30rem / 2);
      top: calc(50% - 36rem / 2);
      z-index: 999;
      transform: translate(-50%, -50%);
      transform: rotate(90deg);
      color: #444;
      width: 30rem;
      overflow: hidden;
      border-radius: 1rem;
    }

    #termsModal .information-terms .modal-body {
      padding: 10px;
      height: 20rem;
      overflow-y: scroll;
      background-color: #fff;
      overflow-x: scroll;
    }
}
/* 674*842(전체화면) 674*712(삼성 130) 674*664(크롬 178) fold3 삼성 크롬은 예상*/
@media (aspect-ratio: 674/842) or (aspect-ratio: 674/712) or (aspect-ratio: 674/664) {
  /*fold3 전체화면*/
  @media (aspect-ratio:674/842) {
      #container {
        position: absolute;
        left: calc(50% - 70.3125vw / 2);
        top: calc(50% - 125vw / 2);
        right: calc(50% - 70.3125vw / 2);
        bottom: calc(50% - 125vw / 2);
        max-width: 70.3125vw;
        max-height: 125vw;
    }

    #live-video {
        position: absolute;
        left: calc(50% - 125vw / 2);
        top: calc(50% - 70.3125vw / 2);
        right: calc(50% - 125vw / 2);
        bottom: calc(50% - 70.3125vw / 2);
        width: 125vw;
        height: 70.3125vw;
        -ms-transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    #phaser-game {
        position: absolute;
        width: 70.3125vw;
        height: 125vw;
    }
  }

  /*fold3 삼성 크롬*/
  @media (aspect-ratio:674/712) or (aspect-ratio:674/664) {
      #container {
        position: absolute;
        left: calc(50% - 55.92vw / 2);
        top: calc(50% - 99.42vw / 2);
        right: calc(50% - 55.92vw / 2);
        bottom: calc(50% - 99.42vw / 2);
        max-width: 55.92vw;
        max-height: 99.42vw;
    }

    #live-video {
        position: absolute;
        left: calc(50% - 99.42vw / 2);
        top: calc(50% - 55.92vw / 2);
        right: calc(50% - 99.42vw / 2);
        bottom: calc(50% - 55.92vw / 2);
        width: 99.42vw;
        height: 55.92vw;
        -ms-transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    #phaser-game {
        position: absolute;
        width: 55.92vw;
        height: 99.42vw;
    }
  }

  #help-form {
      position: absolute;
      left: 126.5vw;
      top: 12.5vw;
      width: 48vw;
      height: 48vw;
      visibility: hidden;
      -ms-transform: rotate(90deg);
      -webkit-transform: rotate(90deg);
      transform: rotate(90deg);
  }
  
  #loading>#text {
      position: absolute;
      left: 0%;
      top: 60%;
      height: 100vw;
      -ms-transform: rotate(90deg);
      -webkit-transform: rotate(90deg);
      transform: rotate(90deg);
  }

  #termsModal {
      position: absolute;
      left: calc(50% - 30rem / 2);
      top: calc(50% - 36rem / 2);
      z-index: 999;
      transform: translate(-50%, -50%);
      transform: rotate(90deg);
      color: #444;
      width: 30rem;
      overflow: hidden;
      border-radius: 1rem;
    }

    #termsModal .information-terms .modal-body {
      padding: 10px;
      height: 20rem;
      overflow-y: scroll;
      background-color: #fff;
      overflow-x: scroll;
    }
}
/* 691*829(전체화면) 691*657(삼성 172) 691*655(크롬 174) fold4 fold5*/
@media (aspect-ratio: 691/829) or (aspect-ratio: 691/657) or (aspect-ratio: 691/655) {
    /*fold4 fold5 전체화면*/
    @media (aspect-ratio:691/829) {
        #container {
          position: absolute;
          left: calc(50% - 67.5vw / 2);
          top: calc(50% - 120vw / 2);
          right: calc(50% - 67.5vw / 2);
          bottom: calc(50% - 120vw / 2);
          max-width: 67.5vw;
          max-height: 120vw;
      }

      #live-video {
          position: absolute;
          left: calc(50% - 120vw / 2);
          top: calc(50% - 67.5vw / 2);
          right: calc(50% - 120vw / 2);
          bottom: calc(50% - 67.5vw / 2);
          width: 120vw;
          height: 67.5vw;
          -ms-transform: rotate(90deg);
          -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
      }

      #phaser-game {
          position: absolute;
          width: 67.5vw;
          height: 120vw;
      }
    }

    /*fold4 fold5 삼성 크롬*/
    @media (aspect-ratio:691/657) or (aspect-ratio:691/655) {
        #container {
          position: absolute;
          left: calc(50% - 53.4375vw / 2);
          top: calc(50% - 95vw / 2);
          right: calc(50% - 53.4375vw / 2);
          bottom: calc(50% - 95vw / 2);
          max-width: 53.4375vw;
          max-height: 95vw;
      }

      #live-video {
          position: absolute;
          left: calc(50% - 95vw / 2);
          top: calc(50% - 53.4375vw / 2);
          right: calc(50% - 95vw / 2);
          bottom: calc(50% - 53.4375vw / 2);
          width: 95vw;
          height: 53.4375vw;
          -ms-transform: rotate(90deg);
          -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
      }

      #phaser-game {
          position: absolute;
          width: 53.4375vw;
          height: 95vw;
      }
    }

    #help-form {
        position: absolute;
        left: 126.5vw;
        top: 12.5vw;
        width: 48vw;
        height: 48vw;
        visibility: hidden;
        -ms-transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }
    
    #loading>#text {
        position: absolute;
        left: 0%;
        top: 60%;
        height: 100vw;
        -ms-transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    #termsModal {
        position: absolute;
        left: calc(50% - 30rem / 2);
        top: calc(50% - 36rem / 2);
        z-index: 999;
        transform: translate(-50%, -50%);
        transform: rotate(90deg);
        color: #444;
        width: 30rem;
        overflow: hidden;
        border-radius: 1rem;
      }

      #termsModal .information-terms .modal-body {
        padding: 10px;
        height: 20rem;
        overflow-y: scroll;
        background-color: #fff;
        overflow-x: scroll;
      }
}

/*input folds size*/
/* 736*590(전체화면) 564*590(삼성 173) 562*590(크롬 133) fold2 삼성 크롬은 예상*/
@media (aspect-ratio: 736/590) or (aspect-ratio: 563/590) or (aspect-ratio: 603/590) {
  /*fold2 전체화면*/
  @media (aspect-ratio:736/590) {
    #container {
        position: absolute;
        left: calc(50% - 100vw / 2);
        top: calc(50% - 56.25vw / 2);
        right: calc(50% - 100vw / 2);
        bottom: calc(50% - 56.25vw / 2);
        max-width: 100vw;
        max-height: 56.25vw;
    }
  
    #live-video {
        position: absolute;
        left: calc(50% - 100vw / 2);
        top: calc(50% - 56.25vw / 2);
        right: calc(50% - 100vw / 2);
        bottom: calc(50% - 56.25vw / 2);
        width: 100vw;
        height: 56.25vw;
        transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
    }
  
    #phaser-game {
        position: absolute;
        width: 100vw;
        height: 56.25vw;
    }
  }

  /*fold3 삼성 크롬*/
  @media (aspect-ratio:563/590) or (aspect-ratio:603/590) {
    #container {
        position: absolute;
        left: calc(50% - 100vw / 2);
        top: calc(50% - 56.25vw / 2);
        right: calc(50% - 100vw / 2);
        bottom: calc(50% - 56.25vw / 2);
        max-width: 100vw;
        max-height: 56.25vw;
    }
  
    #live-video {
        position: absolute;
        left: calc(50% - 100vw / 2);
        top: calc(50% - 56.25vw / 2);
        right: calc(50% - 100vw / 2);
        bottom: calc(50% - 56.25vw / 2);
        width: 100vw;
        height: 56.25vw;
        transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
    }
  
    #phaser-game {
        position: absolute;
        width: 100vw;
        height: 56.25vw;
    }
  }

  #help-form {
      position: absolute;
      left: 126.5vw;
      top: 12.5vw;
      width: 48vw;
      height: 48vw;
      visibility: hidden;
      -ms-transform: rotate(90deg);
      -webkit-transform: rotate(90deg);
      transform: rotate(90deg);
  }

  #loading>#text {
      position: absolute;
      left: 0%;
      top: 60%;
      height: 100vw;
      -ms-transform: rotate(90deg);
      -webkit-transform: rotate(90deg);
      transform: rotate(90deg);
  }

  #termsModal {
      position: absolute;
      left: calc(50% - 30rem / 2);
      top: calc(50% - 36rem / 2);
      z-index: 999;
      transform: translate(-50%, -50%);
      transform: rotate(90deg);
      color: #444;
      width: 30rem;
      overflow: hidden;
      border-radius: 1rem;
    }

    #termsModal .information-terms .modal-body {
      padding: 10px;
      height: 20rem;
      overflow-y: scroll;
      background-color: #fff;
      overflow-x: scroll;
    }
}
/* 842*674(전체화면) 712*674(삼성 130) 664*674(크롬 174) fold3 삼성 크롬은 예상*/
@media (aspect-ratio: 842/674) or (aspect-ratio: 712/674) or (aspect-ratio: 664/674) {
  /*fold3 전체화면*/
  @media (aspect-ratio:842/674) {
    #container {
        position: absolute;
        left: calc(50% - 100vw / 2);
        top: calc(50% - 56.25vw / 2);
        right: calc(50% - 100vw / 2);
        bottom: calc(50% - 56.25vw / 2);
        max-width: 100vw;
        max-height: 56.25vw;
    }
  
    #live-video {
        position: absolute;
        left: calc(50% - 100vw / 2);
        top: calc(50% - 56.25vw / 2);
        right: calc(50% - 100vw / 2);
        bottom: calc(50% - 56.25vw / 2);
        width: 100vw;
        height: 56.25vw;
        transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
    }
  
    #phaser-game {
        position: absolute;
        width: 100vw;
        height: 56.25vw;
    }
  }

  /*fold3 삼성 크롬*/
  @media (aspect-ratio:712/674) or (aspect-ratio:664/674) {
    #container {
        position: absolute;
        left: calc(50% - 100vw / 2);
        top: calc(50% - 56.25vw / 2);
        right: calc(50% - 100vw / 2);
        bottom: calc(50% - 56.25vw / 2);
        max-width: 100vw;
        max-height: 56.25vw;
    }
  
    #live-video {
        position: absolute;
        left: calc(50% - 100vw / 2);
        top: calc(50% - 56.25vw / 2);
        right: calc(50% - 100vw / 2);
        bottom: calc(50% - 56.25vw / 2);
        width: 100vw;
        height: 56.25vw;
        transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
    }
  
    #phaser-game {
        position: absolute;
        width: 100vw;
        height: 56.25vw;
    }
  }

  #help-form {
      position: absolute;
      left: 126.5vw;
      top: 12.5vw;
      width: 48vw;
      height: 48vw;
      visibility: hidden;
      -ms-transform: rotate(90deg);
      -webkit-transform: rotate(90deg);
      transform: rotate(90deg);
  }

  #loading>#text {
      position: absolute;
      left: 0%;
      top: 60%;
      height: 100vw;
      -ms-transform: rotate(90deg);
      -webkit-transform: rotate(90deg);
      transform: rotate(90deg);
  }

  #termsModal {
      position: absolute;
      left: calc(50% - 30rem / 2);
      top: calc(50% - 36rem / 2);
      z-index: 999;
      transform: translate(-50%, -50%);
      transform: rotate(90deg);
      color: #444;
      width: 30rem;
      overflow: hidden;
      border-radius: 1rem;
    }

    #termsModal .information-terms .modal-body {
      padding: 10px;
      height: 20rem;
      overflow-y: scroll;
      background-color: #fff;
      overflow-x: scroll;
    }
}
/* 829*691(전체화면) 657*691(삼성 172) 655*691(크롬 174) fold4 fold5*/
@media (aspect-ratio: 829/691) or (aspect-ratio: 657/691) or (aspect-ratio: 655/691) {
  /*fold4 fold5 전체화면*/
  @media (aspect-ratio:829/691) {
    #container {
        position: absolute;
        left: calc(50% - 100vw / 2);
        top: calc(50% - 56.25vw / 2);
        right: calc(50% - 100vw / 2);
        bottom: calc(50% - 56.25vw / 2);
        max-width: 100vw;
        max-height: 56.25vw;
    }
  
    #live-video {
        position: absolute;
        left: calc(50% - 100vw / 2);
        top: calc(50% - 56.25vw / 2);
        right: calc(50% - 100vw / 2);
        bottom: calc(50% - 56.25vw / 2);
        width: 100vw;
        height: 56.25vw;
        transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
    }
  
    #phaser-game {
        position: absolute;
        width: 100vw;
        height: 56.25vw;
    }
  }

  /*fold4 fold5 삼성 크롬*/
  @media (aspect-ratio:657/691) or (aspect-ratio:655/691) {
    #container {
        position: absolute;
        left: calc(50% - 100vw / 2);
        top: calc(50% - 56.25vw / 2);
        right: calc(50% - 100vw / 2);
        bottom: calc(50% - 56.25vw / 2);
        max-width: 100vw;
        max-height: 56.25vw;
    }
  
    #live-video {
        position: absolute;
        left: calc(50% - 100vw / 2);
        top: calc(50% - 56.25vw / 2);
        right: calc(50% - 100vw / 2);
        bottom: calc(50% - 56.25vw / 2);
        width: 100vw;
        height: 56.25vw;
        transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
    }
  
    #phaser-game {
        position: absolute;
        width: 100vw;
        height: 56.25vw;
    }
  }

  #help-form {
      position: absolute;
      left: 126.5vw;
      top: 12.5vw;
      width: 48vw;
      height: 48vw;
      visibility: hidden;
      -ms-transform: rotate(90deg);
      -webkit-transform: rotate(90deg);
      transform: rotate(90deg);
  }

  #loading>#text {
      position: absolute;
      left: 0%;
      top: 60%;
      height: 100vw;
      -ms-transform: rotate(90deg);
      -webkit-transform: rotate(90deg);
      transform: rotate(90deg);
  }

  #termsModal {
      position: absolute;
      left: calc(50% - 30rem / 2);
      top: calc(50% - 36rem / 2);
      z-index: 999;
      transform: translate(-50%, -50%);
      transform: rotate(90deg);
      color: #444;
      width: 30rem;
      overflow: hidden;
      border-radius: 1rem;
    }

    #termsModal .information-terms .modal-body {
      padding: 10px;
      height: 20rem;
      overflow-y: scroll;
      background-color: #fff;
      overflow-x: scroll;
    }
}

/* loading */
#loading {
    /* position: absolute; */
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

#loading>#image {
    position: absolute;
    left: 45%;
    top: 45%;
    width: 10%;
    text-align: center;
}

#loading>#image>img {
    width: 50%;
}

#loading>#text>#noticestate {
    text-align: center;
    color: white
}

  .modal-header {
    position: relative;
    background: linear-gradient(
      to top,
      rgb(186, 48, 0) 12%,
      rgb(213, 100, 0) 59%,
      rgb(255, 144, 0) 100%
    );
    padding: 0.5rem 0;
    width: 100%;
    height: 3rem;
  }

  .modal-header .close-btn {
    position: absolute;
    top: 1rem;
    right: 1rem;
    width: 1.4rem;
    height: 1.4rem;
    border: 2px solid #fff;
    border-radius: 50%;
  }

  .modal-header .close-btn > button {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    background: transparent;
    border: none;
  }

  .modal-header .close-btn button::after,
  .modal-header .close-btn button::before {
    position: absolute;
    top: 50%;
    left: 50%;
    content: "";
    height: 1rem;
    width: 2px;
    background-color: #fff;
  }

  .modal-header .close-btn button::after {
    transform: translate(-50%, -50%) rotate(45deg);
  }

  .modal-header .close-btn button::before {
    transform: translate(-50%, -50%) rotate(-45deg);
  }

  .modal-title {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    text-align: center;
    color: #fff;
    font-size: 1.4rem;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
  }

  #termsModal h5 {
    color: #fff;
    font-weight: 700;
  }

  #termsModal h6 {
    color: #000;
    font-weight: 600;
  }

  #termsModal h6 {
    margin-bottom: 0.5rem;
  }

  #termsModal .information .info-section {
    padding-bottom: 1rem;
  }

  #termsModal .information .info-section h4 {
    color: #000;
    font-weight: 600;
  }

  #termsModal .information .info-section h6 {
    padding-top: 1rem;
    margin-bottom: 0;
    font-size: 1.2rem;
    margin-top: 0;
  }
  #termsModal .information .info-section .caption-sub {
    font-weight: 600;
  }
  #termsModal .information .info-section .info-caption {
    font-weight: 600;
  }
  #termsModal .information .info-section > ul {
    padding-bottom: 1rem;
  }

  #termsModal .information .info-section > ul li {
    padding-top: 0.5rem;
  }

  #termsModal .information .info-section table {
    margin: 1rem 0;
  }

  #termsModal .information .info-section table.row-table tr:nth-of-type(1) {
    background-color: rgb(205, 241, 255);
  }
  #termsModal
    .information
    .info-section
    table.row-table
    tr:nth-of-type(1)
    th {
    border-bottom: 1px solid #333;
  }
  #termsModal .information .info-section table,
  #termsModal .information .info-section table td {
    border: 1px solid #333;
  }

  #termsModal .information .info-section thead,
  tfoot {
    background-color: #333;
    color: #fff;
  }