h1, h2 a {
	text-decoration: none !important;
	text-transform: uppercase !important;
	font-size: 32px;
	color: cornflowerblue;
	text-shadow: -1px 1px 1px black;
}
.left.item-image {
	margin: 0 1rem 1rem 0;
	padding: 0;
	border-radius: 1rem !important;
	overflow: hidden;
}
table {
	border: none;
}
td {
	padding: 0 1rem;
}
table img, h2 img {
	border-radius: 1rem !important;
}
ul {
	list-style: none;
}
li img {
	border-radius: 1rem;
	overflow: hidden;
	padding: 0;
	margin: 0;
	width: 100%;
}
.mod-menu.mod-list.nav {
	display: block ruby;
}
.nav li {
	margin: 0 7px 0 0;
	background: cornflowerblue;
	border-radius: 1rem;
	padding: 4px 1rem;
}
.nav li a {
	color: white;
}