/* entry
-----------------------*/
.entry-header {
	font-size: 1.75rem;
	text-transform: uppercase;
}
.entry-excerpt {
	font-weight: 700;
}
.entry-datetime {
	display: block;
	text-align: right;
	margin-bottom: 2rem;
}
.entry-content {
	font-size: inherit;
	font-weight: 400;
	margin-bottom: 2rem;
}

.entry-content a {
	border-bottom: 1px solid #ddd;
	color: #EB1D21;
}

.entry-content a:hover {
	color: #777;
	text-decoration: none;
}

.entry-content p {
	text-rendering: geometricprecision;
}

.entry-content strong {
	font-weight: 700;
}

.entry-content ol,
.entry-content ul {
	margin: 0 0 1rem 2rem;
	padding: 0;
}

.entry-content ol li {
	list-style-type: decimal;
}

.entry-content ul li {
	list-style-type: disc;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-content blockquote,
.entry-content blockquote::before {
}

.entry-content blockquote {
}

.entry-content blockquote::before {
}

.entry-content cite {
	font-style: normal;
}

/* Headings
--------------------------------------------- */
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
	margin-bottom: 0.5rem;
}

.entry-content h1 {
	
}

.entry-content h2 {
	
}

.entry-content h3 {
	
}

.entry-content h4 {
	
}

.entry-content h5 {
	
}

.entry-content h6 {
	
}

/* Tables
--------------------------------------------- */
.entry-content table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 1rem;
	width: 100% !important;
}

.entry-content tbody {
	
}

.entry-content th,
.entry-content td {
	text-align: left;
}

.entry-content th {
	font-weight: bold;
	text-transform: uppercase;
}

.entry-content td {
	width: auto !important; 
	min-width: 130px;
	padding: 0.25rem 0;
}

/*
Common Classes
---------------------------------------------------------------------------------------------------- */
.entry-content img.centered,
.entry-content .aligncenter {
	display: block;
	margin: 0 auto 1rem;
}

.entry-content img.alignnone {
	margin-bottom: 1rem
}

.entry-content .alignleft {
	float: left;
	text-align: left;
}

.entry-content .alignright {
	float: right;
	text-align: right;
}

.entry-content img.alignleft,
.entry-content .wp-caption.alignleft {
	margin: 0 1rem 1rem 0;
}

.entry-content img.alignright,
.entry-content .wp-caption.alignright {
	margin: 0 0 1rem 1rem;
}

.entry-content .wp-caption-text {
	font-size: 0.75rem;
	font-weight: 400;
	text-align: center;
	background: #eeeeee;
	padding: 0.25rem 0.75rem;
}
