.title {
  font-size: 36px;
  font-weight: bold;
}

.title-2 {
  font-size: 24px;
  font-weight: normal;
  padding: 10px 0;
}

.instructions {
  font-size: 16px;
  padding-top: 10px;
  padding-left: 10px;
}

.margintop-10 {
  margin-top: 10px;
}

.print {
  display: block;
  font-size: 36px;
  margin-top: 10px;
  color: #1e88e5;
  cursor: pointer;
}

.box {
  position: relative;
  border: 1px solid #000;
  padding: 10px;
}

.box-2 {
  display: block;
  width: 100%;
  margin: 10px auto;
  border-bottom: 1px solid #000;
}

.box-3 {
  display: block;
  width: 100%;
  margin: 10px auto;
  font-size: 16px;
  padding: 10px 0;
  border-top: 1px solid #000;
}

.sub-title {
  font-size: 16px;
  font-weight: bold;
}

.sub-title2 {
  font-size: 16px;
  font-weight: bold;
  padding-top: 10px;
  padding-left: 10px;
}

.content-txt {
  font-size: 16px;
  font-weight: normal;
}

.color-red {
  color: #f00;
}

.footer {
  display: block;
  width: 100%;
  margin: 10px auto;
  padding: 10px;
  font-size: 11px;
  border-top: 1px solid #000;
}

#map_canvas {
  display: block;
  position: relative;
  width: 100%;
  height: 250px;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #ddd;
}

.table-borderless tbody tr td,
.table-borderless tbody tr th,
.table-borderless thead tr th {
  border: none !important;
}

.tablebordered {
  border: 1px solid #000 !important;
}

@media screen and (width <= 768px) {
  .title {
    font-size: 26px;
    font-weight: bold;
  }

  .title-2 {
    font-size: 16px;
    font-weight: bold;
  }
}

@media screen and (width <= 568px) {
  .title {
    font-size: 16px;
    font-weight: bold;
  }

  .title-2 {
    font-size: 16px;
    font-weight: bold;
  }
}
