/* Styling for the Uncle Stock articles under /documentation/articles/ */

.articleMeta {
	color: #7a7a7a;
	font-size: 14px;
	margin: 0 0 25px 0;
	font-family: Arial Unicode MS, Arial, sans-serif;
}

.articleBack {
	font-size: 14px;
	margin-bottom: 10px;
	font-family: Arial Unicode MS, Arial, sans-serif;
}

.articleFigure {
	margin: 25px 0 30px 0;
}

.articleFigure img {
	max-width: 100%;
	height: auto;
	border: solid 1px #d0d0d0;
	border-radius: 5px;
	display: block;
}

.articleFigure figcaption {
	font-size: 13px;
	color: #7a7a7a;
	margin-top: 6px;
	font-family: Arial Unicode MS, Arial, sans-serif;
}

.articleFigure.plain img {
	border: 0 none;
}

/* Index page and 'more articles' lists */
.articleIndex {
	list-style: none;
	padding-inline-start: 0 !important;
	margin: 0;
}

.articleIndex li {
	margin: 0 0 30px 0;
	line-height: 22px;
}

.articleIndex .articleTitle {
	font-size: 20px;
	font-weight: bold;
}

.articleIndex .articleDate {
	color: #7a7a7a;
	font-size: 13px;
	display: block;
	margin-bottom: 3px;
}

.articleIndex .articleSummary {
	font-size: 15px;
	color: #4F4840;
	display: block;
	margin-top: 4px;
	line-height: 22px;
}

.moreArticles {
	margin-top: 45px;
	border-top: 1px solid #d0d0d0;
	padding-top: 15px;
}

.moreArticles h2 {
	margin-top: 10px;
	font-size: 20px;
}

/* The small definition tables used inside the growth article */
table.definitions {
	border-collapse: collapse;
	margin: 15px 0 20px 0;
	max-width: 100%;
}

table.definitions td {
	border: 1px solid #d0d0d0;
	padding: 7px 10px;
	font-size: 15px;
	line-height: 22px;
	vertical-align: top;
}

table.definitions td.term {
	font-weight: bold;
	white-space: nowrap;
}
