/* Preliminary Panels
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.content h2 {
	margin-bottom: 10px;
}

.content span.open, .content span.closed {
	/* more properties below */
	margin-right: 2px;
	line-height: 1.4;
}

table {
	width: 100%;
	border-collapse: separate; 
  	border-spacing: 0 4px;
  	line-height: 1.4;
  	font-weight: 700;
}

table tr td {
	padding: 17px 20px 19px 0;
	background: #f3f9ed; /* green 0.09 */
}

.content table tr td a {
	border-bottom-color: #dae0d5; /* 0.1 */
	color: inherit;
}

.content table tr td a:hover {
	border-bottom-color: rgba(0,185,175,0.7); /* blue 0.7 */
}

table tr.closed td {
	background: #f6f3fd; /* violet 0.08 */
}

.content table tr.closed td a {
	border-bottom-color: #dddae3; /* 0.1 */
}

.content table tr.closed td a:hover {
	border-bottom-color: rgba(0,185,175,0.7); /* blue 0.7 */
}

table tr td:first-child {
	width: 66px;
	padding-left: 20px;
	border-radius: 5px 0 0 5px;
}

table tr td:first-child span, .content span.open, .content span.closed {
	display: inline-block;
	text-align: center;
	width: 58px;
	padding: 0 4px 0;
	font-size: 15px;
	font-weight: 700;
	text-transform: uppercase;
	border-radius: 2px;
	color: #fff;
	background: #7dbd39;
}

table tr.closed td:first-child span, .content span.closed {
	background: #9160e6;
}

table tr td:last-child {
	width: 32.5%;
	padding-top: 19px;
	padding-bottom: 21px;
	line-height: 1.1;
	font-weight: 400;
	border-radius: 0 5px 5px 0;
	/*padding-right: 0;*/
}

table tr:last-child td {
	/*padding-bottom: 4px;*/
}

table tr td:last-child > span {
	display: block;
	margin-bottom: 10px;
}

table tr td:last-child > span:last-child {
	margin-bottom: 0;
}

table tr td:last-child span span {
	display: block;
	font-style: italic;
	/*margin-left: 5px;*/
	margin-top: 2px;
	font-size: 14px;
	color: rgba(0,0,0,0.42);
}

table tr.open td:last-child span span {
	color: #8d918a; /* 0.42 */
}

table tr.closed td:last-child span span {
	color: #8f8d93; /* 0.42 */
}

@media (max-width: 580px) {
	table tr td {
		display: block;
		width: 100vw !important;
		margin-left: -20px;
		padding-top: 0;
		padding-bottom: 0;
		padding-left: 20px !important;
		padding-right: 20px;
		box-sizing: border-box;
	}

	table tr td:first-child {
		padding-top: 20px;
		padding-bottom: 12px;
		border-radius: /*5px 5px 0 */0;
	}

	table tr td:last-child {
		padding-top: 10px;
		padding-bottom: 20px;
		border-radius: 0/* 0 5px 5px*/;
	}

	table tr td:last-child > span {
		position: relative;
		margin-bottom: 6px;
	}

	table tr td:last-child span span {
		display: inline-block;
	}
}