.overviewList {
	list-style-type: none;
	display: block;
	margin:0;
    padding:0;
}

.overviewList li:hover {
	font-family: 'ActionCondensedNo1_Grade3';
}

.overviewList li {
	font-family: 'ActionCondensedNo1_Grade2';
}

.linkDescription {
	font-family: 'ActionCondensedNo1_Grade2';
	font-size: 15pt;
}


@media only screen and (min-width: 453px) { 
	.overviewList li:hover {
		border: 1px solid #777;
	}
	.overviewList li {
		font-style: normal;
		font-weight: normal;
		color: white;
		border: none;

		width: 14em;
		height: 14em;
		display: inline-block;
		
		margin: 1em;
	}
	

	.linkDescription {
		width: 100%;
		font-size: 20pt;
	}
}

@media only screen and (max-width: 452px) { 
	
	.overviewList li {
		height: 4em;
		width: 100%;
		border: 0 !important;
		border-bottom: 1px #ccc solid !important;
		padding: 0;
	}

	.linkDescription {
		display: inline !important;
		padding-top: 0.3em;
	}

	.linkDescription p {
		display: block;
		vertical-align: middle;
		padding-left: 1em;
		height: 100%;
	}

	.linkImage {
		width: 4em !important;
		height: 100% !important;
		display: inline;
		float: left;
	}

	.overviewList a:hover {
		background-color: #ddd;
	}

	.overviewList a {
		padding: 0;
	}
}

.overviewList li {
	border: 1px solid #fff;
}

.overviewList a {
	color: inherit;
	height: 100%;
	width: 100%;
	display: block;
	padding: 5pt;
}

.overviewList a:hover {
	text-decoration: none;
}

.linkImage {
	background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%;
	width: 13em;
	height: 10em;
	display: block;
}

.linkDescription {
	text-align: left;
	float: left;
	padding: 10px;
	height: 0.5em;
}

.linkDescription p {
	margin: 0;
	height: 1em !important;
}

@media only screen and (min-width: 453px) { 
	
}
.overviewList li {
	color: black;
}
