p {
  margin: 20px 0; }

a {
  color: #333333; }

h1 {
  font-size: 36px;
  font-weight: 300;
  font-family: 'Roboto';
  line-height: 40px;
  margin: 0; }

h2 {
  font-size: 26px;
  font-weight: 300;
  font-family: 'Roboto';
  line-height: 30px;
  margin: 30px 0 36px; }

h3 {
  font-size: 22px;
  font-weight: 300;
  font-family: 'Roboto';
  line-height: 30px;
  margin: 50px 0 29px; }

h3.bold {
  font-weight: 700;
}

h4 {
  font-size: 18px;
  font-weight: 300;
  font-family: 'Roboto';
  line-height: 20px;
  margin: 40px 0 20px; }

blockquote {
  margin: 30px 0;
  padding: 20px 40px 20px;
  border-top: solid 1px #ddd;
  border-bottom: solid 1px #ddd;
  text-align: center; }
  blockquote:after {
    position: absolute;
    content: ''; }

ul {
  margin: 40px 0; }
  ul li {
    overflow: hidden;
    position: relative;
    padding-left: 30px; }
    ul li + li {
      margin-top: 20px; }
    ul li:before {
      position: absolute;
      content: '';
      width: 10px;
      height: 10px;
      left: 3px;
      top: 6px;
      background: #fbc700;
      -webkit-transform: skewX(-26deg);
      -moz-transform: skewX(-26deg);
      -ms-transform: skewX(-26deg);
      -o-transform: skewX(-26deg);
      transform: skewX(-26deg); }

ol {
  list-style-image: none;
  list-style-type: none;
  margin: 40px 0;
  counter-reset: item; }
  ol > li {
    display: block;
    position: relative;
    overflow: hidden;
    padding-left: 30px; }
    ol > li + li {
      margin-top: 20px; }
    ol > li:before {
      content: counters(item,"") ". ";
      counter-increment: item;
      position: absolute;
      top: 0;
      left: 0;
      width: 30px;
      font-style: italic;
      font-size: 16px;
      font-weight: bold; }

.table {
  margin: 30px 0;
  width: 100%; }
  .table p {
    margin: 0; }
  .table tr:nth-child(odd) td {
    background: #f4f4f4; }
  .table th {
    text-align: left;
    font-weight: normal;
    padding: 14px 20px 15px;
    background: #fbc700;
    border-bottom: solid 3px #666666; }
    .table th:first-child {
      border-radius: 5px 0 0 0; }
    .table th:last-child {
      border-radius: 0 5px 0 0; }
    .table th + th {
      border-left: solid 1px #e1b300; }
  .table td {
    padding: 14px 20px 15px;
    color: #666666;
    background: #ffffff;
    border-bottom: solid 1px #dddddd; }
    .table td + td {
      border-left: solid 1px #dddddd; }

/*# sourceMappingURL=content.css.map */
