@charset "utf-8";
/* ===========================================================

	Title: finance.css
	Created: 2018-7-10

=========================================================== */
/* ===========================================================

	interest
	
=========================================================== */
.interest-bearing-debt {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 0 !important;
}
.interest-bearing-debt li {
	width: 375px;
	margin-bottom: 1.5em;
}
.interest-bearing-debt li dl {
	display: flex;
    flex-direction: column;
    margin-bottom: 0 !important;
    padding: 1em;
    align-items: center;
    border: solid 1px #008e5b;
}
.interest-bearing-debt li dl dd {
}
.interest-bearing-debt li dl dd em {
	transition: all 0.5s;
	/*font-family: 'Open Sans', sans-serif;*/
	font-weight: 600;
	font-size: 4.0rem;
	margin-right: 5px;
	line-height: 1.2;
	color: #111;
}

/* ===========================================================

	debt-tr
	
=========================================================== */
table tr.debt-tr td {
	border-top: none !important;
}

