html,
body,
body {
  padding: 0;
  margin: 0;
  color: #000;
  background-color: #fff;
}

#disclaimer {
  margin-top: 25px;
  margin-bottom: 25px;
  width: 100%;
  height: 100px;
}
.warning-icon {
  padding: 10px 20px 20px 20px;
  height: 70px;
  float: left;
}
#content {
  width: 100%;
  width: 100%;
  margin: 0px;
  padding: 0px;
  overflow: hidden;
}

iframe {
  border: 0 none;
}
#head {
  display: relative;
  width: 100%;
  padding: 10px;
  height: 49px;
  background-color: rgb(238, 235, 238);
  border-bottom: 0.5px solid #ddd;
}

#foot {
  display: relative;
  width: 100%;
  height: 100px;
  background-color: #fff;
  border-top: 0.5px solid #ddd;
}
.yotta-logo {
  padding: 20px;
  float: right;
}
img {
  max-width: 100%;
  height: auto;
  border-style: none;
}
.disclaimer-text,
.footer-text {
  box-sizing: border-box;
  color: rgb(149, 147, 150);
  display: block;
  font-family: 'Open Sans', Arial, sans-serif;
  font-weight: 500;
  height: 17.3333px;
  line-height: 17.5px;
  margin-block-end: 3.5px;
  margin-block-start: 5px;
  margin-bottom: 3.5px;
  margin-inline-end: 0px;
  margin-inline-start: 0px;
  padding-top: 10px;
  padding-left: 10px;
  position: relative;
  text-size-adjust: 100%;
}

h5 {
  font-size: 14px;
}

h6 {
  font-size: 12px;
}

.site-logo {
  width: 200px;
  height: 43px;
  background-image: url(./assets/images/logos/alloy_blue.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
}

.inner {
  position: absolute;
}
