/* ----------------------------------------------- */
/* CARDS */
/* ----------------------------------------------- */

.cards {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-start; }
.card {
	position: relative;
	margin: 10px;
	padding: 10px 10px 15px 10px;
	background-color: #FFFFFF;
	border: 1px solid rgba(0,0,0,0.3);
	border-radius: 5px;
	box-shadow: 4px 4px 4px rgba(0,0,0,0.3);
	width: 300px; min-height: 260px; }
.link {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0; }

/* ----------------------------------------------- */
/* FRAME AND DETAIL ELEMENTS */
/* ----------------------------------------------- */

.framed { border-radius: 10px; padding: 10px 20px; }
.gframed { border: 1px solid #999999; }
.tframed { border: 1px solid #1EA0AF; }
details { margin-bottom: 10px; }
details summary { cursor: pointer; }
details div { margin: 10px 0px 0px 20px; }
.defdiv { line-height: 1.4;
	padding: 7px 0px 5px 0px; }
.cstdiv { padding-bottom: 20px; }
details[open] summary { color: #1EA0AF; }