.entry * {
    background-position: initial
}

.entry h1 {
    font-size: 32px;
    font-weight: 700;
    line-height: 1.4em;
    margin: 25px 0 15px
}

.entry h2 {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.4em;
    margin: 25px 0 15px
}

.entry h3 {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4em;
    margin: 25px 0 15px
}

.entry h4 {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4em;
    margin: 25px 0 15px
}

.entry h5 {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4em;
    margin: 25px 0 15px
}

.entry h6 {
    font-size: 12px;
    font-weight: 700;
    line-height: 1.4em;
    margin: 25px 0 15px
}

.entry p {
    margin: 15px 0;
	font-size: 14px;
}

.entry pre {
    font-family: monospace
}

.entry ol,
.entry ul {
    margin-left: 3px;
    list-style-position: outside;
    margin-bottom: 20px
}

.entry ol li,
.entry ul li {
    margin-left: 10px;
    margin-bottom: 10px;
}

.entry ul {
    list-style-type: disc
}

.entry ol {
    list-style-type: decimal
}

.entry a[href] {
	color: #0073aa;
    text-decoration: underline;
}

.entry table {
    width: 100%;
    border-spacing: 0;
    border-collapse: separate;
    border: 1px solid #aaa
}

.entry table tr:nth-child(even) {
    background: #fafafa
}

.entry table caption,
.entry table td,
.entry table th {
    padding: 15px 7px;
    font: inherit
}

.entry table td,
.entry table th {
    border: 1px solid #aaa;
    border-collapse: collapse
}

.entry table th {
    font-weight: 400;
    color: #6e6e6e;
    background-position: 100% 100%;
    background-size: 2px 10px;
    background-repeat: no-repeat
}

.entry table th:last-child {
    background: 0 0
}

.entry hr {
    border-top: 2px solid #bbb
}