/* textpage */
.textpage {
  overflow: hidden;
  line-height: 17px;  
  color: #5a3a1f;
  font-size: 12px;
  font-family: Arial, 'Helvetica CY', 'Nimbus Sans L', sans-serif;
}
.textpage p,
.textpage ul,
.textpage ol,
.textpage table {
  margin-bottom: 15px;
}
.textpage ul,
.textpage ol {
  padding: 0;
  margin-left: 25px;
}
.textpage ul ul,
.textpage ul ol,
.textpage ol ol,
.textpage ol ul {
  margin-bottom: 0;
}
.textpage ul {
  list-style: disc;
}
.textpage ol {
  list-style: decimal;
}
.textpage li {
  line-height: 18px;
}
.textpage ul.unstyled,
.textpage ol.unstyled {
  margin-left: 0;
  list-style: none;
}
.textpage ul.style li,
.textpage ol.style li {
  padding: 5px 0;
}
.textpage img { 
  clear: both; 
  margin-bottom: 5px;
}
.textpage h6,
.textpage h5,
.textpage h4,
.textpage h3,
.textpage h2,
.textpage h1 {
  margin-bottom: 0.5em;
  line-height: normal;
  font-weight: 600;
}
.textpage h1 {
  font-size: 26px;
}
.textpage h2 {
  font-size: 20px;
}
.textpage h3 {
  font-size: 18px;
}
.textpage h4 {
  font-size: 16px;
}
.textpage h5 {
  font-size: 14px;
}
.textpage h6 {
  font-size: 13px;
}
table,
td,
th {
  border: none;
}
.textpage table {
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
}
.textpage table[border] {
  margin-bottom: 20px;
}
.textpage table[border] th,
.textpage table[border] td {
  padding: 8px;
  line-height: 20px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #5a3a1f;
}
.textpage table[border] th {
  font-weight: normal;
  background-color: #5a3a1f;
  color: #dbc09c;
}
.textpage table[border] thead th {
  vertical-align: bottom;
}
.textpage table[border] caption + thead tr:first-child th,
.textpage table[border] caption + thead tr:first-child td,
.textpage table[border] colgroup + thead tr:first-child th,
.textpage table[border] colgroup + thead tr:first-child td,
.textpage table[border] thead:first-child tr:first-child th,
.textpage table[border] thead:first-child tr:first-child td {
  border-top: 0;
}
.textpage table[border] tbody + tbody {
  border-top: 2px solid #5a3a1f;
}
.textpage table[border] {
  border: 1px solid #5a3a1f;
  border-collapse: separate;
  *border-collapse: collapse;
  border-left: 0;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background-color: #cdab83;
}
.textpage table[border] th,
.textpage table[border] td {
  border-left: 1px solid #5a3a1f;
}
.textpage table[border] caption + thead tr:first-child th,
.textpage table[border] caption + tbody tr:first-child th,
.textpage table[border] caption + tbody tr:first-child td,
.textpage table[border] colgroup + thead tr:first-child th,
.textpage table[border] colgroup + tbody tr:first-child th,
.textpage table[border] colgroup + tbody tr:first-child td,
.textpage table[border] thead:first-child tr:first-child th,
.textpage table[border] tbody:first-child tr:first-child th,
.textpage table[border] tbody:first-child tr:first-child td {
  border-top: 0;
}
.textpage table[border] thead:first-child tr:first-child th:first-child,
.textpage table[border] tbody:first-child tr:first-child td:first-child,
.textpage table[border] tbody:first-child tr:first-child th:first-child {
  -webkit-border-top-left-radius: 10px;
  border-top-left-radius: 10px;
  -moz-border-radius-topleft: 10px;
}
.textpage table[border] thead:first-child tr:first-child th:last-child,
.textpage table[border] tbody:first-child tr:first-child td:last-child,
.textpage table[border] tbody:first-child tr:first-child th:last-child {
  -webkit-border-top-right-radius: 8px;
  border-top-right-radius: 8px;
  -moz-border-radius-topright: 8px;
}
.textpage table[border] thead:last-child tr:last-child th:first-child,
.textpage table[border] tbody:last-child tr:last-child td:first-child,
.textpage table[border] tbody:last-child tr:last-child th:first-child,
.textpage table[border] tfoot:last-child tr:last-child td:first-child {
  -webkit-border-radius: 0 0 0 10px;
  -moz-border-radius: 0 0 0 10px;
  border-radius: 0 0 0 10px;
  -webkit-border-bottom-left-radius: 10px;
  border-bottom-left-radius: 10px;
  -moz-border-radius-bottomleft: 10px;
}
.textpage table[border] thead:last-child tr:last-child th:last-child,
.textpage table[border] tbody:last-child tr:last-child td:last-child,
.textpage table[border] tfoot:last-child tr:last-child td:last-child {
  -webkit-border-bottom-right-radius: 10px;
  border-bottom-right-radius: 10px;
  -moz-border-radius-bottomright: 10px;
}
.textpage table[border] tbody:last-child tr:last-child th:last-child {
  -webkit-border-bottom-right-radius:8px;
  border-bottom-right-radius:8px;
  -moz-border-radius-bottomright:8px;
}
.textpage table[border] caption + thead tr:first-child th:first-child,
.textpage table[border] caption + tbody tr:first-child td:first-child,
.textpage table[border] colgroup + thead tr:first-child th:first-child,
.textpage table[border] colgroup + tbody tr:first-child td:first-child {
  -webkit-border-top-left-radius: 10px;
  border-top-left-radius: 10px;
  -moz-border-radius-topleft: 10px;
}
.textpage table[border] caption + thead tr:first-child th:last-child,
.textpage table[border] caption + tbody tr:first-child td:last-child,
.textpage table[border] colgroup + thead tr:first-child th:last-child,
.textpage table[border] colgroup + tbody tr:first-child td:last-child {
  -webkit-border-top-right-radius: 10px;
  border-top-right-radius: 10px;
  -moz-border-radius-topleft: 10px;
}

.textpage table[border].table-striped th, 
.textpage table[border].table-striped td {
  border-left-width: 0;
}
.textpage table[border].table-striped tr td:first-child {
  border-left-width: 1px;
}