.entry {
	font-size: 20px;
    line-height: 1.6;
    font-family: 'Times New Roman', Times, serif;
}
.entry ul {
	font-size: 20px
}
.entry * {
	line-height: 1.6;
}

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

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

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

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

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

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

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

.entry pre {
    font-family: monospace
}

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

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

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

.entry ol {
	padding-left: 2px;
    list-style-type: decimal
}

.entry a[href] {
	color: #0073aa;
}

.entry table {
    width: 100%;
    border-spacing: 0;
    border: 1px solid #ddd;
    border-collapse: collapse;
	margin-bottom: 15px;
}

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

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

.entry table td,
.entry table th {
    border: 1px solid #ddd;
    border-collapse: collapse
}
.entry table td>p {
	margin-bottom: 0;
}
.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
}

.entry img {
	margin-bottom: 5px;
}
.entry em {
	color: #999999;	
}

@media screen and (max-width: 767px)
{
	.entry p {
		font-size: 16px;
	}
	.entry img {
		height: initial ! important;
	}
}