.mceContentBody {
    max-width: 96%;
    a:focus {
      outline: thin dotted #333;
      outline: 5px auto -webkit-focus-ring-color;
      outline-offset: -2px;
    }
    
    a:hover,
    a:active {
      outline: 0;
    }
    
    sub,
    sup {
      position: relative;
      font-size: 75%;
      line-height: 0;
      vertical-align: baseline;
    }
    
    sup {
      top: -0.5em;
    }
    
    sub {
      bottom: -0.25em;
    }
    
    img {
      width: auto\9;
      height: auto;
      max-width: 100%;
      vertical-align: middle;
      border: 0;
      -ms-interpolation-mode: bicubic;
    }
      
    body {
      margin: 0;
      font-size: 14px;
      line-height: 20px;
      color: #333333;
      background-color: #ffffff;
    }
    
    a {
      color: #0088cc;
      text-decoration: none;
    }
    
    .img-rounded {
      -webkit-border-radius: 6px;
         -moz-border-radius: 6px;
              border-radius: 6px;
    }
    
    .img-polaroid {
      padding: 4px;
      background-color: #fff;
      border: 1px solid #ccc;
      border: 1px solid rgba(0, 0, 0, 0.2);
      -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
         -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
              box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    }
    
    .img-circle {
      -webkit-border-radius: 500px;
         -moz-border-radius: 500px;
              border-radius: 500px;
    }
    
    p {
      margin: 0 0 10px;
    }
    
    .lead {
      margin-bottom: 20px;
      font-size: 21px;
      font-weight: 200;
      line-height: 30px;
    }
    
    small {
      font-size: 85%;
    }
    
    strong {
      font-weight: bold;
    }
    
    em {
      font-style: italic;
    }
    
    cite {
      font-style: normal;
    }
    
    .muted {
      color: #999999;
    }
    
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
      margin: 10px 0;
      font-family: inherit;
      font-weight: bold;
      line-height: 20px;
      color: inherit;
      text-rendering: optimizelegibility;
    }
    
    h1 small,
    h2 small,
    h3 small,
    h4 small,
    h5 small,
    h6 small {
      font-weight: normal;
      line-height: 1;
      color: #999999;
    }
    
    h1,
    h2,
    h3 {
      line-height: 40px;
    }
    
    h1 {
      font-size: 38.5px;
    }
    
    h2 {
      font-size: 31.5px;
    }
    
    h3 {
      font-size: 24.5px;
    }
    
    h4 {
      font-size: 17.5px;
    }
    
    h5 {
      font-size: 14px;
    }
    
    h6 {
      font-size: 11.9px;
    }
    
    h1 small {
      font-size: 24.5px;
    }
    
    h2 small {
      font-size: 17.5px;
    }
    
    h3 small {
      font-size: 14px;
    }
    
    h4 small {
      font-size: 14px;
    }
    
    ul,
    ol {
      padding: 0;
      margin: 0 0 10px 25px;
    }
    
    ul ul,
    ul ol,
    ol ol,
    ol ul {
      margin-bottom: 0;
    }
    
    li {
      line-height: 20px;
    }
    
    ul.unstyled,
    ol.unstyled {
      margin-left: 0;
      list-style: none;
    }
    
    ul.inline,
    ol.inline {
      margin-left: 0;
      list-style: none;
    }
    
    ul.inline > li,
    ol.inline > li {
      display: inline-block;
      *display: inline;
      padding-right: 5px;
      padding-left: 5px;
      *zoom: 1;
    }
    
    dl {
      margin-bottom: 20px;
    }
    
    dt,
    dd {
      line-height: 20px;
    }
    
    dt {
      font-weight: bold;
    }
    
    dd {
      margin-left: 10px;
    }
    
    .dl-horizontal {
      *zoom: 1;
    }
    
    .dl-horizontal:before,
    .dl-horizontal:after {
      display: table;
      line-height: 0;
      content: "";
    }
    
    .dl-horizontal:after {
      clear: both;
    }
    
    .dl-horizontal dt {
      float: left;
      width: 160px;
      overflow: hidden;
      clear: left;
      text-align: right;
      text-overflow: ellipsis;
      white-space: nowrap;
    }
    
    .dl-horizontal dd {
      margin-left: 180px;
    }
    
    hr {
      margin: 20px 0;
      border: 0;
      border-top: 1px solid #eeeeee;
      border-bottom: 1px solid #ffffff;
    }
    
    abbr[title],
    abbr[data-original-title] {
      cursor: help;
      border-bottom: 1px dotted #999999;
    }
    
    abbr.initialism {
      font-size: 90%;
      text-transform: uppercase;
    }
    
    blockquote {
      padding: 0 0 0 15px;
      margin: 0 0 20px;
      border-left: 5px solid #eeeeee;
    }
    
    blockquote p {
      margin-bottom: 0;
      font-size: 17.5px;
      font-weight: 300;
      line-height: 1.25;
    }
    
    blockquote small {
      display: block;
      line-height: 20px;
      color: #999999;
    }
    
    blockquote small:before {
      content: '\2014 \00A0';
    }
    
    blockquote.pull-right {
      float: right;
      padding-right: 15px;
      padding-left: 0;
      border-right: 5px solid #eeeeee;
      border-left: 0;
    }
    
    blockquote.pull-right p,
    blockquote.pull-right small {
      text-align: right;
    }
    
    blockquote.pull-right small:before {
      content: '';
    }
    
    blockquote.pull-right small:after {
      content: '\00A0 \2014';
    }
    
    q:before,
    q:after,
    blockquote:before,
    blockquote:after {
      content: "";
    }
    
    address {
      display: block;
      margin-bottom: 20px;
      font-style: normal;
      line-height: 20px;
    }
    
    code,
    pre {
      padding: 0 3px 2px;
      /*font-family: Monaco, Menlo, Consolas, "Courier New", monospace;*/
      font-size: 12px;
      color: #333333;
      -webkit-border-radius: 3px;
         -moz-border-radius: 3px;
              border-radius: 3px;
    }
    
    code {
      padding: 2px 4px;
      color: #d14;
      white-space: nowrap;
      background-color: #f7f7f9;
      border: 1px solid #e1e1e8;
    }
    
    pre {
      display: block;
      padding: 9.5px;
      margin: 0 0 10px;
      font-size: 13px;
      line-height: 20px;
      word-break: break-all;
      word-wrap: break-word;
      white-space: pre;
      white-space: pre-wrap;
      background-color: #f5f5f5;
      border: 1px solid #ccc;
      border: 1px solid rgba(0, 0, 0, 0.15);
      -webkit-border-radius: 4px;
         -moz-border-radius: 4px;
              border-radius: 4px;
    }
    
    pre.prettyprint {
      margin-bottom: 20px;
    }
    
    pre code {
      padding: 0;
      color: inherit;
      white-space: pre;
      white-space: pre-wrap;
      background-color: transparent;
      border: 0;
    }
    
    .pre-scrollable {
      max-height: 340px;
      overflow-y: scroll;
    }

    table {
      width: 100%;
      margin-bottom: 20px;
      border: 1px solid #dddddd;
      border-collapse: separate;
      *border-collapse: collapse;
      border-left: 0;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      border-radius: 4px;
    }
    
    table th,
    table td {
      line-height: 20px;
      text-align: left;
      vertical-align: top;
      border-top: 1px solid #dddddd;
      border-left: 1px solid #dddddd;
    }
    
    table th {
      font-weight: bold;
    }
    
    table thead th {
      vertical-align: bottom;
    }
    
    table caption + thead tr:first-child th,
    table caption + thead tr:first-child td,
    table colgroup + thead tr:first-child th,
    table colgroup + thead tr:first-child td,
    table thead:first-child tr:first-child th,
    table thead:first-child tr:first-child td {
      border-top: 0;
    }
    
    table tbody + tbody {
      border-top: 2px solid #dddddd;
    }
    
    table thead:first-child tr:first-child > th:first-child,
    table tbody:first-child tr:first-child > td:first-child,
    table tbody:first-child tr:first-child > th:first-child {
      -webkit-border-top-left-radius: 4px;
      border-top-left-radius: 4px;
      -moz-border-radius-topleft: 4px;
    }
    
    table thead:first-child tr:first-child > th:last-child,
    table tbody:first-child tr:first-child > td:last-child,
    table tbody:first-child tr:first-child > th:last-child {
      -webkit-border-top-right-radius: 4px;
      border-top-right-radius: 4px;
      -moz-border-radius-topright: 4px;
    }
    
    table thead:last-child tr:last-child > th:first-child,
    table tbody:last-child tr:last-child > td:first-child,
    table tbody:last-child tr:last-child > th:first-child,
    table tfoot:last-child tr:last-child > td:first-child,
    table tfoot:last-child tr:last-child > th:first-child {
      -webkit-border-bottom-left-radius: 4px;
      border-bottom-left-radius: 4px;
      -moz-border-radius-bottomleft: 4px;
    }
    
    table thead:last-child tr:last-child > th:last-child,
    table tbody:last-child tr:last-child > td:last-child,
    table tbody:last-child tr:last-child > th:last-child,
    table tfoot:last-child tr:last-child > td:last-child,
    table tfoot:last-child tr:last-child > th:last-child {
      -webkit-border-bottom-right-radius: 4px;
      border-bottom-right-radius: 4px;
      -moz-border-radius-bottomright: 4px;
    }
    
    table tfoot + tbody:last-child tr:last-child td:first-child {
      -webkit-border-bottom-left-radius: 0;
      border-bottom-left-radius: 0;
      -moz-border-radius-bottomleft: 0;
    }
    
    table tfoot + tbody:last-child tr:last-child td:last-child {
      -webkit-border-bottom-right-radius: 0;
      border-bottom-right-radius: 0;
      -moz-border-radius-bottomright: 0;
    }
    
    table caption + thead tr:first-child th:first-child,
    table caption + tbody tr:first-child td:first-child,
    table colgroup + thead tr:first-child th:first-child,
    table colgroup + tbody tr:first-child td:first-child {
      -webkit-border-top-left-radius: 4px;
      border-top-left-radius: 4px;
      -moz-border-radius-topleft: 4px;
    }
    
    table caption + thead tr:first-child th:last-child,
    table caption + tbody tr:first-child td:last-child,
    table colgroup + thead tr:first-child th:last-child,
    table colgroup + tbody tr:first-child td:last-child {
      -webkit-border-top-right-radius: 4px;
      border-top-right-radius: 4px;
      -moz-border-radius-topright: 4px;
    }
    
    table table {
      background-color: #ffffff;
    }

    .mceItemTable,
    .mceItemTable td,
    .mceItemTable th,
    .mceItemTable caption,
    .mceItemVisualAid {
        border: 1px solid #BBB;
    }

    .hero-unit {
      padding: 60px;
      margin-bottom: 30px;
      font-size: 18px;
      font-weight: 200;
      line-height: 30px;
      color: inherit;
      background-color: #eeeeee;
      -webkit-border-radius: 6px;
         -moz-border-radius: 6px;
              border-radius: 6px;
    }
    
    .hero-unit h1 {
      margin-bottom: 0;
      font-size: 60px;
      line-height: 1;
      letter-spacing: -1px;
      color: inherit;
    }
    
    .hero-unit li {
      line-height: 30px;
    }
    
    .pull-right {
      float: right;
    }
    
    .pull-left {
      float: left;
    }
    
    .hide {
      display: none;
    }
    
    .show {
      display: block;
    }
    
    .invisible {
      visibility: hidden;
    }
    
    .affix {
      position: fixed;
    }
    
    a:hover {
      color: #ff8c00;
    }

}