html {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    -moz-tab-size: 4;
    -o-tab-size: 4;
    tab-size: 4;
    font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
body {
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  margin: 0px;
  padding: 0px;
}
div.fixed {
  position: fixed;
  margin: 0px;
  left: 0px;
  top: 0px;
  background-color: #fff;
  width: 100%;
  height: auto;
  box-shadow: 0px 5px 5px grey;
  text-align: center;
  z-index: 100;
  padding: 10px 0px;
}

img {
  max-width: 100%;
  height: auto;
}
.logo {
  position: relative;
  display: inline-flex;
  width: 49%;
  height: 70px;
  vertical-align: top;
}
.logo > p {
  position: relative;
  display: inline-block;
  width: 32%;
  height: 100%;
  font-size: 14px;
  justify-content: center;
  color: #696969;
  line-height: 23px;
}

.slider {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.content {
  position: relative;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: top;
  margin: 5%;
  width: 90%;
  height: auto;
  font-size: small;
  color: #686868;
  text-align: center;
}
.content > span {
  position: relative;
  display: inline-block;
  width: 45%;
  margin: auto;
  height: auto;
  border-radius: 10px;
  background: #eee;
}

.disp {
  position: relative;
  display: inline-block;
  width: 97%;
  height: 300px;
  margin: 30px 1% 0px 1%;
  background: #eee;
  border: 1px solid #eee;
  border-radius: 10px;
  overflow: hidden;
}

.disp > span {
  position: relative;
  display: inline-block;
  height: 100%;
  width: 49%;
  color: #222;
  margin: 0px;
  vertical-align: top;
}

.disp > span > p {
  position: relative;
  display: inline-block;
  height: 100%;
  width: 105%;
  line-height: 40px;
  color: #ddd;
  margin: 0px;
  font-size: 12px;
  vertical-align: top;
  background: #444;
  margin: 0px;
  font-weight: normal;
  padding-left: 15px;
}

.propBar {
  position: relative;
  display: inline-block;
  margin: auto 1%;
  width: 97%;
  height: 70px;
  background: darkslategrey;
  color: #eee;
}

.bottom {
  position: relative;
  display: block;
  width: 100%;
  min-height: 200px;
  height: auto;
  text-align: center;
  font-size: 12px;
  color: #696969;
  box-shadow: 0px 5px 5px 5px grey;
  margin-top: 20px;
}
.bottom > span {
  position: relative;
  display: inline-block;
  min-width: 220px;
  width: 24%;
  height: auto;
  vertical-align: top;
  text-align: left;
}
.bottom > span > p {
  position: relative;
  display: block;
  width: 100%;
  height: 10px;
  word-wrap: break-word;
  cursor: pointer;
}

.eof {
  position: relative;
  width: 100%;
  height: 50px;
  background-color: slategray;
  text-align: center;
  color: #fff;
  font-size: 12px;
  padding-top: 15px;
}
