body {
  margin: 0px;
  padding: 0px;
  text-align: center;
}
#outer {
  font-size: 13pt;
  line-height: 150%;
  text-align: left;
  padding-left: 25px;
  /*    border-top:4px solid #4C7ED1; */
  border-top: 4px solid #A73836;
}
#header {
  margin: 0px auto 0px auto;
  width: 1000px;
  padding: 10px 0px 10px 0px;
  text-align: left;
}
.logo {
  padding-top: 20px;
}
.description {
  font-size: 15px;
  color: #333333;
  padding-left: 10px;
}
#content {
  margin: 0px auto 0px auto;
  width: 1000px;
}
ul {
  margin: 0 0 0 1em;
  padding: 0;
}
li {
  list-style: disk;
}
#inner-link ul {
  margin: 7px 0 14px 15px;
  padding: 0;
}

P {
  margin: 1em 0 1em 0;
  line-height: 150%;
}
img {
  border: 0px;
}
hr {
  border-width: 1px 0px 0px 0px;
  border-style: solid;
  border-color: #cccccc;
  height: 1px;
}
a {
  font-weight: normal;
}
h1 {
  font-size: 16px;
  text-align: left;
  padding: 30px 0px 0px 0px;
  margin: 0px;
}
h1 a {
  font-weight: bold;
  color: #A73836;
  text-decoration: underline;
}
h2 {
  color: #A73836;
  font-weight: bold;
  font-size: 16px;
  margin: 0px 0px 0px 0px;
  padding: 3px 0px 2px 7px;
  border-bottom: 1px solid #999999;
}
h2 a {
  color: #A73836;
  font-weight: bold;
  text-decoration: none;
}
h2 a:hover {
  color: #A73836;
  font-weight: bold;
  text-decoration: underline;
}
#inner-link {
  margin: 0px auto 0px auto;
  width: 1000px;
  padding: 10px 0px 10px 0px;
  text-align: left;
  font-size: 12px;
}
.title {
  padding: 4px 9px 4px 9px;
  border: 1px #cccccc solid;
  font-weight: bold;
  color: #333333;
  background-color: #f9edbe;
  width: 210px;
}
.black {
  color: #333333;
  font-weight: bold;
}
.red {
  color: #b50101;
  font-weight: normal;
}
#footer {
  margin: 0px auto 0px auto;
  width: 1000px;
  font-size: 12px;
  height: 100px;
  text-align: center;
}
blockquote {
  border: 1px solid #ccc;
  padding: 5px;
  margin: 10px;
}

body {
  font-family: "Open Sans", sans-serif;
  line-height: 1.25;
}

table {
  border-collapse: collapse;
  margin: 0 auto;
  padding: 0;
  width: 1000px; 
  table-layout: fixed;
  color: #4caf50;
}

table tr {
  background-color: #fff;
  padding: 0.35em;
  border-bottom: 1px dotted #8bc34a;
}
table tr:last-child {
  border-bottom: 2px solid #18521b;
}
table th,
table td {
/*  padding: 1em 10px 1em 1em; */
  padding: 0.3em 10px 0.3em 1em;
}
tbody th {
  color: #0f7d13;
}
.txt {
  text-align: left;
  font-size: 16pt;
}
.price {
  text-align: right;
}
@media screen and (max-width: 600px) {
  table {
    border: 0;
    width: 100%;
  }
  table th {
    display: block;
    border-right: none;
    border-bottom: 2px solid #0f7d13;
    padding-bottom: 0.6em;
    margin-bottom: 0.6em;
  }
  table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }

  table tr {
    display: block;
    margin-bottom: 2em;
    border-bottom: 2px solid #0f7d13;
  }

  table td {
    border-bottom: 1px solid #bbb;
    display: block;
    font-size: 0.8em;
    text-align: right;
    position: relative;
    padding: 0.625em 0.625em 0.625em 4em;
    border-right: none;
  }

  table td::before {
    content: attr(data-label);
    font-weight: bold;
    position: absolute;
    left: 10px;
  }

  table td:last-child {
    border-bottom: 0;
  }
}
