section .content a {
	color: #2eb778;
	font-weight: 500;
	text-decoration: underline;
}

h3, h4 {
	font-size: 24px;
	margin-top: 50px;
	margin-bottom: 10px;
	display: block;
	font-weight: 900;
	line-height: 1.3em;
}

h4 {
  font-size: 20px;
  margin-top: 0;
}

p, li {
	font-size: 18px;
	line-height: 1.7em;
	color: #4d4d4d;
}

p {
	margin: 10px 0 10px 0;
}

li {
	margin: 10px 0 14px 30px;
}

table.grid {
  width: 940px;
  margin-top: 50px;
}

table.grid td, table.grid th {
  padding: 5px 8px;
}

table td, table th {
  line-height: 26px;
}

table.grid td p {
  line-height: 26px;
  width: auto;
  margin: 0;
}

table.grid tr td  {
  border-top: 1px solid #ebebeb;
}

table.grid td:first-child,
table.grid th:first-child {
  border-right: 1px solid #ebebeb;
  text-align: left;
}

table.grid th:first-child {
	font-weight: bold;
	border-right: none;
}

code {
  padding: .2rem .5rem;
  margin: 0 .2rem;
  font-size: 90%;
  white-space: nowrap;
  background: #F1F1F1;
  border: 1px solid #E1E1E1;
  border-radius: 4px;
}
pre > code {
    display: block;
    padding: 0;
    white-space: pre; }

pre {
    background: #F1F1F1;
    border: 1px solid #E1E1E1;
    border-radius: 4px;
    padding: .2rem .5rem;
    overflow: auto;
}

code.large {
    background: none;
    border: none;}
