#contents {
  width: 90%;
  margin: auto;
}

#header {
  color: brown;
  font-size: 60px;
}

.red-gradient {
  text-align: left !important;
  padding-left: 5%;
  background-image: linear-gradient(to right, #c00000, white);
  color: white;
  width: 100%;
  text-align: center;
}

.floor-blue {
  color: rgb(44, 48, 144);
  padding: 0;
}

#floor-green {
  color: green;
  font-size: 30px;
  text-decoration: none;
  font-style: normal;
}

.floor-blue li {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}

p {
  margin-top: 10px;
}

.floor-blue li::before {
  content: "\29BE";
  color: rgb(44, 48, 144);
  font-weight: bold;
  display: inline-block;
  width: 2em;
}

#floor-tech {
  float: right;
  width: 70%;
  max-width: 915px;
}

#grid {
  display: -ms-grid;
  display: grid;
  width: 100%;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  -ms-grid-columns: 2fr 1fr;
  grid-template-columns: 2fr 1fr;
  align-items: center;
  justify-items: center;
  background-image: linear-gradient(
    to bottom,
    white,
    rgba(142, 187, 255, 0.411)
  );
}

#gi1 {
  -ms-grid-row: 1;
  grid-row: 1;
  -ms-grid-column: 1;
  grid-column: 1;
  width: 100%;
  max-width: 1833px;
}

#gi2 {
  -ms-grid-row: 1;
  grid-row: 1;
  -ms-grid-column: 2;
  grid-column: 2;
  height: 80%;
  align-self: start;
}

#gi3 {
  -ms-grid-row: 1;
  grid-row: 1;
  -ms-grid-column: 2;
  grid-column: 2;
  height: 15%;
  align-self: end;
  text-align: center;
}

.t-yellow {
  background-color: #fff7d2;
}

.t-green {
  background-color: #f2f7ef;
}

.line {
  border-bottom: 2px solid black;
}

#floor-table {
  width: 100%;
  max-width: 1022px;
  border: 2px solid black;
  pointer-events: none;
}

#floor-table th {
  border: 1px solid black;
  background-color: #e8f5fb;
}

.wd1 {
  background-image: url("/images/Floor/JPG/clear.jpg");
  background-repeat: repeat;
  font-weight: bold;
}

.wd2 {
  background-image: url("/images/Floor/JPG/darkBrown.jpg");
  color: white;
  background-repeat: repeat;
  font-weight: bold;
}

.wd3 {
  background-image: url("/images/Floor/JPG/white.jpg");
  background-repeat: repeat;
  font-weight: bold;
}

.wd4 {
  background-image: url("/images/Floor/JPG/mu.jpg");
  background-repeat: repeat;
  font-weight: bold;
}

#form-container {
  width: 90%;
  margin: auto;
  margin-bottom: 100px;
}

#floor-contact td,
#floor-contact th {
  text-align: left;
}

@media screen and (max-width: 580px) {
  #floor-tech {
    float: none;
    width: 90%;
    display: block;
    margin: auto;
  }

  #grid {
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  #gi1 {
    -ms-grid-row: 1;
    grid-row: 1;
    -ms-grid-column: 1;
    grid-column: 1;
  }

  #gi2 {
    -ms-grid-row: 2;
    grid-row: 2;
    -ms-grid-column: 1;
    grid-column: 1;
  }

  #gi3 {
    -ms-grid-row: 2;
    grid-row: 2;
    -ms-grid-column: 1;
    grid-column: 1;
  }
}
