#tinymce body {
    background: #F7F7F7;
}

.typography .plain-title,
#main-content h2.plain-title,
#main-content h3.plain-title,
#main-content h4.plain-title {
  padding: 0px;
  background: 0px;
  border-bottom: none;
  margin-bottom: 15px;
  margin-top: 30px;
}
.typography {
  font-family: "Georgia", serif;
  font-size: 14px;
  color: #383838;
  line-height: 22px;
  margin-bottom: 22px;
}
.typography strong,
.typography b {
  font-weight: 700;
}
.typography em,
.typography i {
  font-style: italic;
}
.typography p {
  line-height: 22px;
  margin-bottom: 20px;
  padding: 0;
}
.typography ol {
  list-style: decimal;
  margin: 0 0 11px 22px;
  padding: 0;
}
.typography ul {
  list-style: none;
  margin: 0 0 11px 6px;
  padding: 0;
}
.typography ul li {
  background-image: url("../images/blt_arrow_gray.png");
  background-position: left 7px;
  background-repeat: no-repeat;
  padding: 0px 0px 0px 16px;
}
.typography ul ul {
  margin-top: 11px;
}
.typography dl dt {
  font-weight: 700;
}
.typography dl dd {
  margin: 0 0 11px 20px;
  padding: 0;
}
.typography blockquote {
  border-left-style: solid;
  border-color: #ebebeb;
  border-width: 4px;
  margin: 0 0 11px;
  padding-left: 18px;
}
.typography blockquote p {
  margin: 0;
  padding: 0;
  font-style: italic;
  color: #5E5E5E;
}
.typography blockquote p:before {
  content: open-quote;
  font-weight: bold;
  font-size: 20px;
  position: relative;
  top: 2px;
  padding-right: 10px;
}
.typography blockquote p:after {
  content: close-quote;
  font-weight: bold;
  font-size: 20px;
  position: relative;
  top: 2px;
  padding-left: 10px;
}
.typography header {
  position: relative;
}

.typography header .btn {
  position: absolute;
  top: -6px;
  right: 0;
}
.typography .pagination ul
{
    margin: 0px auto;
}
.typography .pagination li {
  background: none;
}
.typography .groundguide_list li {
  padding: 0;
  background: none;
  width: 50%;
  clear: none;
  float: left;
  display: block;
}

.typography .poll .inner {
  font-size: 12px;
  line-height: 14px;
  text-shadow: 0 1px #ddd;
}
.typography .poll .title {
  width: auto;
}
.typography form label {
  font-size: 12px;
}
.typography h1,
.typography h2,
.typography h3,
.typography h4 {
  background: none;
  color: #040504;
  padding: 0px 0px 15px 0;
  font-family: "TheSerifBold", Georgia;
  border-bottom-style: solid;
  border-color: #ebebeb;
}
.typography header .inner-date {
  background: #EEE;
  padding: 2px;
  margin-bottom: 10px;
  font-size: 12px;
  font-style: italic;
}
.typography header h1,
.typography .h1,
.address.column h3 {
  padding: 0px 0px 15px 34px;
  font-size: 18px;
  background-image: url("../images/icn_white_arrow.png");
  background-size: 22px 22px;   
  background-position: left 0px;
  background-repeat: no-repeat;
  border-bottom-style: solid;
  border-width: 4px;
  border-color: #ebebeb;
  display: block;
  margin-bottom: 20px;
}
.typography h2 {
  font-size: 18px;
  margin-bottom: 11px;
  padding-top: 11px;
  border-width: 4px;
}
.typography h2 small {
  float: right;
  font-weight: normal;
  font-family: Georgia;
  font-size: 14px;
}
.typography .news-box h2 {
  font-size: 16px;
  margin-bottom: 14px;
  padding: 0;
}
.typography h3 {
  padding: 0px 0px 8px 0;
  font-size: 17px;
  margin-bottom: 11px;
  padding-top: 11px;
  border-width: 2px;
}
.typography h4 {
  padding: 0px 0px 8px 0;
  font-size: 15px;
  font-family: Georgia;
  margin-bottom: 11px;
  padding-top: 11px;
  font-weight: 500;
  border-width: 2px;
}
.typography h4 small {
  float: right;
  font-weight: normal;
  font-family: Georgia;
  font-size: 14px;
}
.typography .box h4 {
  border-style: none;
}

/* TABLE STYLES */
table
{
    border-collapse: collapse;
    width: 100%;
}

/* Header */
table th
{
    border: 1px solid #bfbfbf;
    background: #807f7f;
    color: #fff;
    font-size: 22px;
}

/* All other cells */
table td
{
    border: 1px solid #bfbfbf;
}

/* Cell Padding all */
table td, table th
{
    padding: 10px;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    font-family: Arial;
}

table tr.alt
{
    background: #ebeaea;
}


.typography .world-cup
{
    color: #47aa42;
    font-size: 16px;
}
.typography .lead-red {
  font-family: "TheSerifBold", Georgia, serif;
  font-size: 16px;
  color: #9d0915;
  text-transform: uppercase;
}