/* ---{ Sizes }--- */
/* ---{ General colors }--- */
/* ---{ media queries. When using responsive }--- */
/* ---{ Columns }--- */
/* ---{ Other }--- */
/* ---{ Mixins }--- */
/*----- CSS3 Animation functions -----*/
section.content h1,
section.content h2,
section.content h3,
section.content h4 {
  display: block;
  font-weight: bold;
}
section.content h1 {
  display: block;
  font-size: 1.2em !important;
  text-transform: uppercase;
  margin: 0 0 15px !important;
  padding: 0 1px;
  min-height: 50px;
  line-height: 46px;
  font-weight: 600;
  background-color: white;
  position: relative;
  color: #333333 !important;
  border-top: solid 3px #333333;
  border-bottom: solid 3px #333333;
}
section.content h1:before,
section.content h1:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 3px;
  background-color: rgba(255, 255, 255, 0.9);
}
section.content h1:before {
  top: -3px;
  bottom: auto;
}
section.content h1:after {
  top: auto;
  bottom: -3px;
}
section.content h2 {
  font-size: 1.8em;
}
section.content h3 {
  font-size: 1.6em;
}
section.content h4 {
  font-size: 1.4em;
}
section.content div {
  font-size: 13px;
}
section.content p {
  display: block;
  font-size: 13px;
  margin: 5px 0 5px 0;
}
section.content span,
section.content a {
  display: inline;
  font-size: 13px;
}
section.content label {
  display: inline;
  font-size: 13px;
  font-weight: bold;
}
section.content > *:not(.generated) > * > * > table,
section.content > *:not(.generated) > * > table,
section.content > *:not(.generated) > table,
section.content > table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: none;
}
section.content > *:not(.generated) > * > * > table thead tr,
section.content > *:not(.generated) > * > table thead tr,
section.content > *:not(.generated) > table thead tr,
section.content > table thead tr {
  border-bottom: solid 1px #dedede;
}
section.content > *:not(.generated) > * > * > table thead tr th,
section.content > *:not(.generated) > * > table thead tr th,
section.content > *:not(.generated) > table thead tr th,
section.content > table thead tr th,
section.content > *:not(.generated) > * > * > table thead tr td,
section.content > *:not(.generated) > * > table thead tr td,
section.content > *:not(.generated) > table thead tr td,
section.content > table thead tr td {
  font-size: 13px;
  font-weight: bold;
  padding: 7px;
  width: auto;
}
section.content > *:not(.generated) > * > * > table thead tr th *,
section.content > *:not(.generated) > * > table thead tr th *,
section.content > *:not(.generated) > table thead tr th *,
section.content > table thead tr th *,
section.content > *:not(.generated) > * > * > table thead tr td *,
section.content > *:not(.generated) > * > table thead tr td *,
section.content > *:not(.generated) > table thead tr td *,
section.content > table thead tr td * {
  font-weight: bold;
  font-size: 13px;
  margin: 0;
  padding: 0;
}
section.content > *:not(.generated) > * > * > table thead tr th font,
section.content > *:not(.generated) > * > table thead tr th font,
section.content > *:not(.generated) > table thead tr th font,
section.content > table thead tr th font,
section.content > *:not(.generated) > * > * > table thead tr td font,
section.content > *:not(.generated) > * > table thead tr td font,
section.content > *:not(.generated) > table thead tr td font,
section.content > table thead tr td font {
  margin-bottom: 5px;
  margin-top: 5px;
}
section.content > *:not(.generated) > * > * > table tbody tr,
section.content > *:not(.generated) > * > table tbody tr,
section.content > *:not(.generated) > table tbody tr,
section.content > table tbody tr {
  border-bottom: solid 1px #dedede;
}
section.content > *:not(.generated) > * > * > table tbody tr th,
section.content > *:not(.generated) > * > table tbody tr th,
section.content > *:not(.generated) > table tbody tr th,
section.content > table tbody tr th,
section.content > *:not(.generated) > * > * > table tbody tr td,
section.content > *:not(.generated) > * > table tbody tr td,
section.content > *:not(.generated) > table tbody tr td,
section.content > table tbody tr td {
  font-size: 13px;
  font-weight: normal;
  padding: 7px;
  width: auto;
}
section.content > *:not(.generated) > * > * > table tbody tr th *,
section.content > *:not(.generated) > * > table tbody tr th *,
section.content > *:not(.generated) > table tbody tr th *,
section.content > table tbody tr th *,
section.content > *:not(.generated) > * > * > table tbody tr td *,
section.content > *:not(.generated) > * > table tbody tr td *,
section.content > *:not(.generated) > table tbody tr td *,
section.content > table tbody tr td * {
  font-size: 13px;
  margin: 0;
  padding: 0;
}
section.content > *:not(.generated) > * > * > table tbody tr th font,
section.content > *:not(.generated) > * > table tbody tr th font,
section.content > *:not(.generated) > table tbody tr th font,
section.content > table tbody tr th font,
section.content > *:not(.generated) > * > * > table tbody tr td font,
section.content > *:not(.generated) > * > table tbody tr td font,
section.content > *:not(.generated) > table tbody tr td font,
section.content > table tbody tr td font {
  margin-bottom: 5px;
  margin-top: 5px;
}
section.content img {
  height: auto;
}
