#page_content img.scale-with-grid {
    border-radius: 60px 0 60px 20px;
}
#page details summary {
    background-color: #126050;
    color: #fff;
    border: 0px;
    box-shadow: none;
    border-radius: 20px 20px 20px 20px;
margin-bottom: 0.5em;
}
details>summary::before {
    color: #fff;
    border-color: #fff;
}

/* TEXT */

.auster-light {
    font-family: Asap, sans-serif;
    font-weight: 700;
    color: #ffffff;
}

.auster-mid {
    font-family: Asap, sans-serif;
    font-weight: 700;
    color: #2A8472;
}

.auster-dark {
    font-family: Asap, sans-serif;
    font-weight: 700;
    color: #126050;
}

/* WELLS */

.well {
	text-shadow: none;
	margin: 10px;
}
.well.alternate {
	border-radius: 25px;
   	background-color: #c4d664;
	margin: 0 !important;
    	padding: 1.5em;
}


.well.alternate-six {
    border-radius: 60px 0 60px 20px;
	background-color: #c4d664;
	background-image: linear-gradient(180deg, #b2eaad, #b2eaad);
	padding: 1.5em;
}