//#B81F12
//#283242
//#0488BA
//#14597A
//#E3E3E3

html, body {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	background-color: #E3E3E3
}

.topnav {
	position: relative;
	background-image: linear-gradient(to bottom, #14597A, #0488BA);
	height: 125px;
	width: 100%;
}

.topnav-left {
	position: absolute;
	//border-style: solid;
	bottom: 0;
	left: 20%;
	font-size: 250%;
	font-weight: bold;
	color: white;
	text-shadow:
      -1px -1px 0 #000,
       1px -1px 0 #000,
      -1px 1px 0 #000,
       1px 1px 0 #000;
}

.topnav-right {
	position: absolute;
	botom: 0;
	right: 20%;
	bottom: 0;
}

.topnav-right-icon {
	display: inline-block;
	margin-left: 2px;
}

.midnav {
	position: float;
	border-top: 2px solid #000000;
	border-bottom: 2px solid #000000;
	background-color: #283242;
	width: 100%;
	height: 40px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: white;
	//margin-left: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.midnav a {
	display: inline-block;
	margin: 30px;
	color: white;
	text-decoration: none;
	font-size: 175%
}

.minornav {
	width: 100%;
	height: 25px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	margin-bottom: 15px;
}

.minornav a {
	display: inline:block;
	margin: 30px;
	font-size: 140%;
	text-decoration: none;
	color: #14597A
}

.minornav a:hover {
	color: #B81F12
}

.mininav a {
	display: inline:block;
	margin: 30px;
	font-size: 140%;
	text-decoration: none;
	color: black;
}

.bodycontent {
	position: float;
	width: 60%;
	border-style: solid;
	margin: auto;
	justify-content: center;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

.bodycontentnoborder {
	position: float;
	width: 60%;
	margin: auto;
	justify-content: center;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

table.d2grailOutsideItems {
	width: 100%;
	//border: 1px solid black;
}

table.d2grailOutsideItems td {
	width: 33%;
	vertical-align: top;
}

table.d2grailInsideItems {
	width: 33%;
	//border: 1px solid black;
	vertical-align: top;
}

table.d2grailInsideItems th {
	text-align: left;
	padding-bottom: 5px;
}

table.d2grailInsideItems td {
	//border: 1px solid black;
	text-align: left;
	vertical-align: top;
	white-space: nowrap;
	padding-bottom: 5px;
	padding-top: 5px;
}

.d2grailOwnedItemIcon {
	color: #B81F12;
	font-weight: bolder;
}

.d2grailOwnedItemIcon a {
	color: #B81F12;
	text-decoration: none;
}

.d2grailUnownedItemIcon {

}

.d2grailUnownedItemIcon a {
	text-decoration: none;
}

.nav-spacer-vert {
	min-height: 15px;
}

table.gamelist {
	border-style: collapse;
	width: 100%;
}

table.gamelist tr:nth-child(2n-1) {
	background-color: #f2f2f2;
}

table.gamelist tr:nth-child(2n) {
	background-color: #d2f2f2;
}

table.gamelist th {
    padding-top: 12px;
    padding-bottom: 12px;
	padding-left: 4px;
    text-align: left;
    background-color: #B81F12;
    color: white;
}
