@charset "UTF-8";

/* Editor CSS for WYSIWYG Editor */

.sidebox, .sidebox_left, .sidebox_right {
  padding: 1em;
  border: 2px solid #707070;
  width: 45%;
}

.sidebox_left {
  float: left;
  clear: left;
  margin: 1em 1em 1em 0;
}

.sidebox_right {
  float: right;
  clear: right;
  margin: 1em 0 1em 1em;
}

.wide_quote, .half_quote_left, .half_quote_right {
  padding: 1em;
  border-top: 2px solid #707070;
  border-bottom: 2px solid #707070;
  margin: 2em 0;
  font-size: 1.2em;
  line-height: 1.8em;
  width: 94%;
  clear: both;
   display: block;  
}

.half_quote_left {
  width: 48%;
  float: left;
  clear: left;
  line-height: 1.6em;
  margin: 1em 2em 1em 0;
  display: block;
}

.half_quote_right {
  width: 48%;
  float: right;
  clear: right;
  line-height: 1.6em;
  margin: 1em 0 1em 2em;
  display: block;
}

table.lined_table {
  border: 1px solid #707070;
	margin: 1em auto;
	float: left;
}

table.lined_table td {
	border: 1px solid #707070;
}

table.unstriped_table tr:nth-child(even) td,
table.lined_table tr:nth-child(even) td  {
  background: none !important;
}