body {
  line-height: 2em;
  text-align: left;
  padding: 0 3%;
}

h1 {
  background: #d08047;
  text-align: left;
  color: white;
  font-size: 16px;
  padding: 12px 15px;
  border-radius: 10px;
  font-weight: lighter;
}

h2 {
  text-align: left;
  font-size: 16px;
  color: gray;
  border: gray 0.5px solid;
  border-radius: 10px;
  padding: 12px 15px;
  font-weight: lighter;
}

h3 {
  text-align: left;
  color: #d08047;
  padding: 0 10px;
  font-size: 16px;
  margin-bottom: 0;
}

p {
  padding: 0 10px;
  margin: 0;
  text-align: left;
}

#header {
  text-align: center;
}

#header .logo {
  width: 400px;
  padding: 20px;
}

#header .main {
  width: 100%;
  border-radius: 10px;
}

#header .toplink {
  padding: 20px;
}

#header .toplink a {
  margin: 20px;
  text-align: center;
  font-size: 20px;
  color: gray;
  border: none;
  text-decoration: none;
  padding: 15px;
}

#header .toplink a:hover {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-bottom: #d08047 4px solid;
  color: #d08047;
}

.gray {
  background: gray;
  color: black;
  border-radius: 5px;
  padding: 3px 15px;
}

.brown {
  color: brown;
}

#infomation table {
  margin: 5px;
  text-align: left;
  font-size: 16px;
}

#infomation table td {
  vertical-align: top;
}

#infomation table span {
  color: gray;
  font-weight: bold;
  margin-right: 12px;
}

#fotter {
  margin-top: 30px;
  font-size: 13px;
}

#fotter p {
  margin: 0px;
  text-align: center;
}

div.tablesample table, div.tablesample td, div.tablesample th {
  border: solid black 1px;
  border-collapse: collapse;
  padding: 10px 10px;
}

div.tablesample table {
  width: 100%;
}

div.tablesample .heading {
  text-align: left;
  background: gray;
}

div.tablesample td {
  width: 70%;
  text-align: left;
}

div.tablesample .tableleft {
  width: 30%;
  text-align: center;
  font-weight: bold;
}

div.gallery {
  border-bottom: black 1px solid;
  padding: 10px;
  margin-left: 10px;
}

div.gallery div.text {
  display: inline-block;
  position: absolute;
  padding-left: 20px;
  padding-right: 30px;
}

div.gallery img.list {
  width: 20%;
  height: px;
}

div.gallery h4.list {
  color: #d08047;
  margin: 0;
  font-weight: normal;
}

div.gallery p {
  padding: 0;
}

tr > img {
  width: 20%;
}
/*# sourceMappingURL=stylesheet.css.map */