.contact-img {
	vertical-align:middle;
	height:32px;
	width:32px;
}


.discord-img {
	vertical-align:middle;
	height:32px;
	width:32px;
}

.spotify-title
{
	font-weight:bold;
	color:##006400;
	font-size:16px;
}

#topmenu {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  border-left:2px solid #fafafa;
}

#topmenu li {
  float: left;
  border-right:2px solid #fafafa;
}

#topmenu li a {
  display: block;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

#topmenu li a:hover {
  background-color: #111;
}

.storeIframe
{
	width:100%;
	height:1000px;
}

/* Keep table content from overflowing in Firefox. */
#main_content table {
	width: 100%;
	table-layout: fixed;
}

#main_content thead,
#main_content tbody,
#main_content tfoot,
#main_content tr,
#main_content th,
#main_content td {
	vertical-align: top;
}

#main_content th,
#main_content td {
	white-space: normal;
	overflow-wrap: break-word;
}