/* -------------- Main typography ----------------- */
.rich_text {
  line-height: 140%;
  padding: 11px !important;
  font: 13px AllodsWest, AllodsRegular, Arial, Tahoma, Verdana, Geneva, sans-serif;
}
.rich_text a {
  font-weight: bold;
}

.rich_text h1,
.rich_text h2,
.rich_text h3,
.rich_text h4,
.rich_text h5,
.rich_text h6 {
  line-height: 1.2em;
}
.rich_text h1 {
  font-size: 1.6em;
  margin: 0.5em 0;
}
.rich_text h2 {
  font-size: 1.4em;
  margin: .535em 0;
}
.rich_text h3 {
  font-size: 1.3em;
  margin: .57em 0;
}
.rich_text h4 {
  font-size: 1.2em;
  margin: .7em 0;
}
.rich_text h5 {
  font-size: 1.2em;
  margin: .67em 0;
}
.rich_text h6 {
  font-size: 1em;
  margin: .8em 0;
}
.rich_text h1:first-child,
.rich_text h2:first-child,
.rich_text h3:first-child,
.rich_text h4:first-child,
.rich_text h5:first-child,
.rich_text h6:first-child {
  margin-top: 0;
}
.rich_text strong,
.rich_text th,
.rich_text thead td,
.rich_text h1,
.rich_text h2,
.rich_text h3,
.rich_text h4,
.rich_text h5,
.rich_text h6 {
  font-weight: bold;
}
.rich_text cite,
.rich_text em,
.rich_text dfn {
  font-style: italic;
}
.rich_text code,
.rich_text kbd,
.rich_text samp,
.rich_text pre,
.rich_text tt,
.rich_text var {
  font-size: 92%;
  font-family: Courier, Monaco, "Lucida Console", mono-space;
}
.rich_text code,
.rich_text pre {
  color: #CC3333;
}
.rich_text del {
  text-decoration: line-through;
  color: #666666;
}
.rich_text ins,
.rich_text dfn {
  border-bottom: 1px solid #CCCCCC;
}
.rich_text small,
.rich_text sup,
.rich_text sub {
  font-size: 85%;
}
.rich_text abbr,
.rich_text acronym {
  text-transform: uppercase;
  font-size: 85%;
  letter-spacing: 0.1em;
}
.rich_text a abbr,
.rich_text a acronym {
  border: none;
}
.rich_text abbr[title],
.rich_text acronym[title],
.rich_text dfn[title] {
  cursor: help;
  border-bottom: 1px solid #CCCCCC;
}
.rich_text sup {
  vertical-align: super;
}
.rich_text sub {
  vertical-align: sub;
}
.rich_text hr {
  display: block;
  background: #AAAAAA;
  color: #AAAAAA;
  width: 100%;
  height: 1px;
  border: none;
}
.rich_text hr,
.rich_text p,
/*.rich_text ul,*/
/*.rich_text ol,*/
.rich_text dl,
.rich_text pre,
.rich_text address,
.rich_text table,
.rich_text form {
  margin-bottom: 1.6em;
}
.rich_text p + p {
  margin-top: -.8em;
}

.rich_text hr:last-child,
.rich_text p:last-child,
.rich_text ul:last-child,
.rich_text ol:last-child,
.rich_text dl:last-child,
.rich_text pre:last-child,
.rich_text address:last-child,
.rich_text table:last-child,
.rich_text form:last-child {
  margin-bottom: 0;
}

/* -------------- Quotes ----------------- */
.rich_text blockquote {
  /*  border-top: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
    color: #666666;*/
  padding: 0 1.6em;
  margin: 1.6em 0;
}
.rich_text blockquote *:first-child {
  margin: .8em 0;
}
/*.rich_text blockquote *:first-child:before {
  content: "\201C";
}
.rich_text blockquote *:first-child:after {
  content: "\201D";
}*/

/* -------------- Forms ----------------- */
.rich_text form div {
  margin-bottom: .8em;
}
.rich_text textarea,
.rich_text select,
.rich_text option {
  font-size: 95%;
}
.rich_text textarea,
.rich_text input {
  padding: .15em .4em .25em .4em;
}
.rich_text input[type='text'],
.rich_text input[type='password'] {
  font-size: 95%;
}
.rich_text fieldset {
  border: 1px solid #D4B173;
  padding: 0 1em 1em 1em;
  margin: 1.6em 0;
}
.rich_text legend {
  background: #FFFFFF;
  padding-left: .8em;
  padding-right: .8em;
}
.rich_text legend + * {
  margin-top: 1em;
}
.rich_text textarea,
.rich_text input[type='text'],
.rich_text input[type='password'],
.rich_text select {
  border: 1px solid #D4B173;
  background: #FFFFFF;
}
.rich_text textarea:hover,
.rich_text input[type='text']:hover,
.rich_text input[type='password']:hover,
.rich_text select:hover {
  border-color: #AAAAAA;
}
.rich_text textarea:focus,
.rich_text input[type='text']:focus,
.rich_text input[type='password']:focus,
.rich_text select:focus {
  border-color: #B5925B;
  outline: 2px solid #97663F;
}
.rich_text input,
.rich_text select {
  cursor: pointer;
  margin-left: 0.5em;
}
.rich_text input[type='text'],
.rich_text input[type='password'] {
  cursor: text;
}
.rich_text input {
  vertical-align: middle;
  margin: 0.1em 0.3em 0.3em 0em
}
.rich_text select {
  padding: .1em 0 0 .2em;
}
.rich_text option {
  padding: 0 .4em;
}
/* -------------- Collapsible fieldset ----------------- */
.rich_text fieldset.collapse-text-fieldset {
  border: none;
  padding: 0;
  margin: 0.8em 0;
}
.rich_text fieldset.collapse-text-fieldset legend {
  background: none;
  padding: 0;
}
.rich_text fieldset.collapse-text-fieldset.collapsible .fieldset-legend {
  background-position: 0 6px;
}
.rich_text fieldset.collapse-text-fieldset.collapsible .fieldset-legend a {
  border-bottom: 1px dotted #000000;
}
.rich_text fieldset.collapse-text-fieldset .fieldset-wrapper {
  padding-left: 15px;
  margin: 0.5em 0;
}

/* -------------- Lists ----------------- */
.rich_text ul,
.rich_text ol {
  margin-left: 1.5em;
  margin-bottom: 1.3em;
}
.rich_text ul,
.rich_text ul > li {
  list-style-position: outside;
  list-style-type: disc;
}
.rich_text ol,
.rich_text ol > li {
  list-style-position: outside;
  list-style-type: decimal;
}
.rich_text dt {
  font-weight: bold;
  margin-top: .8em;
  margin-bottom: .4em;
}
.rich_text li {
  margin-bottom: 0.3em;
}
.rich_text li:last-child {
  margin-bottom: 0;
}
/* --------------- Tables -------------------- */
.rich_text table {
  border-collapse: collapse;
  border-top: solid 3px #220E00;
  position: relative;
  margin-top: 18px;
}
.rich_text th,
.rich_text td {
  line-height: 18px;
  padding: 9px 10px 8px 10px;
}
.rich_text th[align="right"],
.rich_text td[align="right"] {
  text-align: right;
}
.rich_text th[align="left"],
.rich_text td[align="left"] {
  text-align: left;
}
.rich_text thead th,
.rich_text thead td {
  padding-top: 7px;
}
.rich_text tfoot th,
.rich_text tfoot td {
  padding-bottom: 8px;
}
.rich_text tbody th,
.rich_text tbody td,
.rich_text tfoot th,
.rich_text tfoot td {
  border-top: solid 1px #220E00;
}

.rich_text tbody tr:nth-child(odd) th,
.rich_text tbody tr:nth-child(odd) td {
  background: rgba(0, 0, 0, 0.035);
}
.rich_text caption {
  top: 5px;
  margin-bottom: 1em;
  font-weight: bold;
}
/* --------------- Unformatted Table -------------------- */
.rich_text .unformatted_table table {
  width: 100%;
}
.rich_text .unformatted_table table,
.rich_text .unformatted_table table td,
.rich_text .unformatted_table table th {
  border: none;
  background: none !important;
}
.rich_text .unformatted_table table td,
.rich_text .unformatted_table table th {
  vertical-align: middle;
  text-align: center;
  padding: 8px 5px;
}
.rich_text .unformatted_table table th[align="right"],
.rich_text .unformatted_table table td[align="right"] {
  text-align: right;
}
.rich_text .unformatted_table table th[align="left"],
.rich_text .unformatted_table table td[align="left"] {
  text-align: left;
}
/*----------------- Images ------------------*/
.rich_text img[align=left] {
  float: left;
  margin: 0 1em 1em 0
}
.rich_text img[align=right] {
  float: right;
  margin: 0 0 1em 1em
}
.rich_text img.right {
  float: right;
  margin-left: 1em;
  margin-bottom: 0.7em;
}
.rich_text img.left {
  float: left;
  margin-right: 1em;
  margin-bottom: 0.7em;
}
.rich_text img.center {
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.rich_text img.clear {
  clear: both;
}
.rich_text img.bordered {
  box-shadow: 0 0 6px #201204;
  margin-top: 6px;
  margin-bottom: 6px;
  border: 2px solid #8B6B56;
  max-width: 585px;
}

.rich_text img {
  max-width: 589px;
}

.rich_text sup,
.rich_text sub {
  vertical-align: baseline;
  position: relative;
  font-size: 0.7em;
  line-height: 1;
}
.rich_text sup {
  bottom: 1.4ex;
}
.rich_text sub {
  top: 0.5ex;
}