#menu {
  position:absolute;  
  box-sizing:border-box;
}

#menu ul, #accountswitcher_header_popup ul {
  list-style-type:none;
  list-style-image:none;
  margin:0px;
  padding:0px;
}

#menu .submenu {
  display:none;
  border-radius: 0;
   width:200px;
  height:220px;
  margin-left: -18px;
  padding-top: 20px;
}

#menu .submenu .ul {
  margin-left:100px;
}

#menu .topmenu a {
  min-width:110px;
}

#menu .submenu a{
  display:block;
  width:200px;
  text-align:center;
  font-family: "Amatic SC";
  font-size: 20pt;
  font-weight:bold;
  line-height:1.1;
}

#menu .submenu.a:hover, #menu .topmenu.on a {
}

#menu .topmenu:hover .submenu {
  display:block;  
  z-index:500;
}

.memberlinks {
  box-sizing:border-box;
}

.memberlinks div {
  min-width:110px;
  text-align:center;
  white-space: nowrap;
}

.memberlinks div:first-child {
  min-width:100px;
  text-align:middle;
}

.memberlinks a, 
#footer .upper a {
    display: block;
  	text-align:center;
    margin: 2px;
    padding: 2px 5px;
  	font-size: 12px;
}

.memberlinks div:first-child a {
  border-width:0px;
  text-align:left;
  display: inline-block;
}

.memberlinks .switchlink {
  border-width:0px;
  text-align:left;
}

#ingamequotes {
    background: rgba(241, 241, 241, 1);
    box-shadow: 1px 1px 5px 0 rgba(50, 50, 50, 0.75);
}


@media screen screen\0 {
#ingamequotes {
	min-width: 350px;
	padding: 5px;
	transform: perspective(999px) rotate(5deg);
}


}

#ingamequotes {
	min-width: 350px;
	padding: 5px;
    transform: perspective(999px) rotate(5deg);
}

#ingamequotes .ingamequote {
    display: none;
}
