.release-container {
	background-color: rgba(255, 255, 255, .50);
	border: 2px solid;
	border-color: rgba(200, 200, 200, .30);
}

.release-container-title {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	text-align: center;
	font-weight: bold;
	padding: 5px;
}

.release-container-body {
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	padding: 15px;
	font-size: 12px;
}

.release-container-body table {
	width: 100%;
}

.release-container-body table thead {
	font-weight: bold;
}

.release-container-spacer {
	padding-bottom: 10px;
}

