body {
  background-color: rgb(105, 133, 151);
  color: white;
}

h1 {
  font-size: 40px;
}

video {
  display: block;
  margin: 0 auto;
}

#bbLogo {
  padding-bottom: 10px;
  margin: 0 auto;
}
#bbLogo svg {
  width: 100%;
  display: block;
  margin: 0 auto;
}

.disclaimer {
  display: block;
  width: 100%;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  color: white;
}
.disclaimer span {
  color: #00f70c;
  font-weight: bold;
  font-size: 20px;
}

label {
  color: white;
}

.signControl {
  display: block;
  margin: 0 auto;
  border-radius: 25px;
  border: 2px solid #000;
  padding: 20px;
  width: 50%;
  height: fit-content;
}
.signControl #signText {
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.signControl .colorSelectTitle {
  color: white;
  margin-top: 30px;
}
.signControl .colorSelect {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
  margin-bottom: 20px;
}
.signControl .colorSelect #colorRed {
  color: red;
}
.signControl .colorSelect #colorGrn {
  color: #26dd20;
}
.signControl .colorSelect #colorYlw {
  color: yellow;
}
.signControl .colorSelect #colorOrg {
  color: #ffc60b;
}
.signControl .colorSelect #colorRb1 {
  background: linear-gradient(to bottom, #e01612, #e2bc11, #26dd20);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.signControl .colorSelect #colorRb2 {
  background: linear-gradient(10deg, #e01612, #e2bc11, #26dd20);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.signControl .colorSelect #colorAut {
  color: #710e8f;
}
.signControl .colorSelect #colorMix span:nth-child(2) {
  color: red;
}
.signControl .colorSelect #colorMix span:nth-child(3) {
  color: #26dd20;
}
.signControl .colorSelect #colorMix span:nth-child(4) {
  color: yellow;
}
.signControl .colorSelect #colorMix span:nth-child(5) {
  color: #ffc60b;
}
.signControl .colorSelect #colorMix span:nth-child(6) {
  color: yellow;
}
.signControl .colorSelect #colorMix span:nth-child(7) {
  color: red;
}
.signControl .colorSelect #colorMix span:nth-child(8) {
  color: #26dd20;
}
.signControl .colorSelect > * {
  width: 50%;
}
.signControl .displaySelectTitle {
  color: white;
  margin-top: 30px;
}
.signControl .displaySelect {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
  margin-bottom: 20px;
}
.signControl .displaySelect > * {
  width: 50%;
}
.signControl #sendMessageBtnContainer {
  width: 100%;
}
.signControl #sendMessageBtnContainer #sendMessageBtn {
  margin: 0 auto;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: white;
  color: black;
}
.signControl #penguinButtonGroup input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: white;
  color: black;
}

.penguinTtile {
  margin-top: 40px;
  margin-bottom: 10px;
  color: white;
}

.latestPostsTableMobile {
  display: none;
}

.latestPostsTableDesktop {
  display: block;
  margin: 0 auto;
  margin-top: 20px;
  border-radius: 25px;
  border: 2px solid #000;
  width: 50%;
  height: fit-content;
}
.latestPostsTableDesktop table {
  border-collapse: separate !important;
  border-radius: 25px;
  -webkit-border-radius: 25px 25px 25px 25px;
  width: 100%;
}
.latestPostsTableDesktop table th {
  background-color: #8384a1;
}
.latestPostsTableDesktop table th:first-child {
  border-radius: 20px 0 0 0;
  -moz-border-radius: 20px 0 0 0;
  -webkit-border-radius: 20px 0 0 0;
}
.latestPostsTableDesktop table th:last-child {
  border-radius: 0 20px 0 0;
  -moz-border-radius: 0 20px 0 0;
  -webkit-border-radius: 0 20px 0 0;
}
.latestPostsTableDesktop table th:last-child #refreshBtn {
  float: right;
  margin-right: 5px;
  color: black;
}
.latestPostsTableDesktop table tr:nth-child(even) td {
  padding: 5px;
  background-color: #a4a5bd;
}
.latestPostsTableDesktop table tr:last-child td:first-child {
  border-bottom-left-radius: 20px;
}
.latestPostsTableDesktop table tr:last-child td:last-child {
  border-bottom-right-radius: 20px;
}
.latestPostsTableDesktop table tr:nth-child(odd) td {
  background-color: #adadc2;
  padding: 5px;
}
.latestPostsTableDesktop table tr:last-child td:first-child {
  border-bottom-left-radius: 20px;
}
.latestPostsTableDesktop table tr:last-child td:last-child {
  border-bottom-right-radius: 20px;
}

@media only screen and (max-width: 480px) {
  :root {
    touch-action: pan-x pan-y;
    height: 100%;
  }
  video {
    display: block;
    width: 100%;
    margin: 0;
  }
  .signControl {
    display: block;
    border: none;
    padding: 0;
    width: 100%;
    height: fit-content;
  }
  .signControl #signText {
    font-size: 16px;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
  .colorSelectTitle {
    font-size: 20px;
    color: white;
    width: fit-content;
    margin: 0 auto;
  }
  .colorSelect {
    font-size: 25px;
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
    margin-bottom: 20px;
  }
  .colorSelect label {
    padding-top: 25px;
    padding-bottom: 15px;
  }
  .colorSelect #colorRed {
    color: red;
  }
  .colorSelect #colorGrn {
    color: #26dd20;
  }
  .colorSelect #colorYlw {
    color: yellow;
  }
  .colorSelect #colorOrg {
    color: #ffc60b;
  }
  .colorSelect #colorRb1 {
    background: linear-gradient(to bottom, #e01612, #e2bc11, #26dd20);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .colorSelect #colorRb2 {
    background: linear-gradient(10deg, #e01612, #e2bc11, #26dd20);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .colorSelect #colorAut {
    color: #710e8f;
  }
  .colorSelect #colorMix span:nth-child(2) {
    color: red;
  }
  .colorSelect #colorMix span:nth-child(3) {
    color: #26dd20;
  }
  .colorSelect #colorMix span:nth-child(4) {
    color: yellow;
  }
  .colorSelect #colorMix span:nth-child(5) {
    color: #ffc60b;
  }
  .colorSelect #colorMix span:nth-child(6) {
    color: yellow;
  }
  .colorSelect #colorMix span:nth-child(7) {
    color: red;
  }
  .colorSelect #colorMix span:nth-child(8) {
    color: #26dd20;
  }
  .colorSelect > * {
    width: 50%;
  }
  .displaySelectTitle {
    font-size: 18px;
    color: white;
    width: fit-content;
    margin: 0 auto;
  }
  .displaySelect {
    font-size: 25px;
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
    margin-bottom: 20px;
  }
  .displaySelect label {
    padding-top: 25px;
    padding-bottom: 15px;
  }
  .displaySelect > * {
    width: 50%;
  }
  #sendMessageBtnContainer {
    width: 100%;
  }
  #sendMessageBtnContainer #sendMessageBtn {
    margin: 0 auto;
    font-size: 20px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: white;
    color: black;
  }
  .penguinTtile {
    font-size: 30px;
    margin-top: 40px;
    margin-bottom: 10px;
    color: white;
  }
  #penguinButtonGroup input {
    font-size: 20px;
    margin-top: 20px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: white;
    color: black;
  }
  .latestPostsTableDesktop {
    display: none;
  }
  .latestPostsTableMobile {
    display: block;
    margin-top: 20px;
    width: 100%;
    height: fit-content;
  }
  .latestPostsTableMobile table {
    border-spacing: 0;
    width: 100%;
  }
  .latestPostsTableMobile table th {
    background-color: #8384a1;
    padding: 5px;
    width: 100%;
  }
  .latestPostsTableMobile table th #tableHeader {
    float: left;
  }
  .latestPostsTableMobile table th #refreshBtn {
    float: right;
    margin-right: 5px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: white;
    color: black;
  }
  .latestPostsTableMobile table tr {
    background: #a4a5bd;
  }
  .latestPostsTableMobile table tr td {
    padding: 5px;
  }
  .latestPostsTableMobile table tr:nth-child(4n+1), .latestPostsTableMobile table tr:nth-child(4n+2) {
    background-color: #adadc2;
  }
}

/*# sourceMappingURL=index.css.map */
