html,
body {
  margin: 0px auto 0px;
  width: 100%;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  text-align: justify;
  color: #666;
}

a {
  font-size: 1em;
  color: #333;
  text-decoration: underline;
}
a:hover {
  text-decoration: underline;
}
a:visited {
  color: 333;
}

table {
  color: #000;
  table-layout: auto;
  width:100%;

}

th {
  text-align: left;
  color: #000;
}

tr:nth-child(odd) {
  background-color: #efefef;
}
tr:nth-child(even) {
  background-color: #dedede;
}
tr:hover{
  background-color: #fff;
}
td{
  padding:5px;
}

/*sections*/
.section-main-content {
  margin-top: 50px;
}

.section-banner {
  width: 100%;
  height: 200px;
  border: 1px solid #999;
}
.section-content {
  top: 100px;
  width: 80%;
  min-height: 400px;
  margin: 0px auto 0px;
  margin-bottom: 10px;
}

.section-full {
  width: calc(100%-22px);
  padding: 10px;
  margin: 0px auto 0px;
  margin-bottom: 10px;
}

.section-left-half {
  width: calc(47%);
  padding: 10px;
  float: left;
  margin-bottom: 10px;
}
.section-right-half {
  width: 47%;
  padding: 10px;
  float: right;
  margin-bottom: 10px;
}
.section-clear {
  clear: both;
  margin-bottom: 10px;
}

.section-footer {
  width: 100%;
  height: 70px;
  margin-bottom: 10px;
  border: 1px solid #999;
}
