a:hover {
	text-decoration-line: none;
}
#subtitle {
}
/* -------------
 * categ
 * ------------- */
#content-categ-wrapper {
	margin-top: 20px;
}
/* -------------
 * alpha
 * ------------- */
#content-alpha-wrapper {
	margin-top: 20px;
	text-align: center;
}
.gr-alpha {
	display: inline-block;
	font-size: 22px;
	font-weight: bold;
	color: #004040;
	background-color: #e0e0e0;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #bbbbbb;
	border-radius: 4px;
}
.gr-alpha:hover {
	color: #003030;
	background-color: #d0d0d0;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 *
 *   media
 *
 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
@media screen and (min-width: 601px) {
	article {
		min-height: 400px;
	}
	.gr-alpha {
		padding: 0 8px;
		margin: 0 8px 10px 0;
	}
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
@media screen and (max-width: 600px) {
	.gr-alpha {
		padding: 4px 8px;
		margin: 0 10px 20px 0;
	}
}
