html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

.app-thumb,
.tile-thumb {
  float: left;
  margin-left: -80px;
  width: 55px;
  height: 55px;
  position: relative;
}
.app-thumb img,
.tile-thumb img {
  border-radius: 3px;
  width: 100%;
}

.non-transition {
  -moz-transition: opacity 0s;
  -o-transition: opacity 0s;
  -webkit-transition: opacity 0s;
  transition: opacity 0s;
}

#top-menu .dropdown {
  display: none;
  position: absolute;
  left: 50%;
  top: 64px;
  transform: translateX(-50%);
  white-space: nowrap;
  text-align: center;
  z-index: 30;
}
#top-menu .dropdown ul {
  display: inline-block;
  text-align: left;
  position: relative;
  padding: 15px 10px 10px;
  background: #262626;
  max-width: 240px;
  -moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.8);
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.8);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.8);
}
#top-menu .dropdown ul:before {
  content: "";
  position: absolute;
  left: 50%;
  top: -12px;
  border: solid 6px transparent;
  border-width: 6px 12px;
  border-bottom-color: #262626;
  margin-left: -12px;
}
#top-menu .dropdown ul li {
  display: block;
  font-size: 13px;
  border-radius: 2px;
  line-height: initial;
  -moz-transition: background 0.25s;
  -o-transition: background 0.25s;
  -webkit-transition: background 0.25s;
  transition: background 0.25s;
}
#top-menu .dropdown ul li.divi {
  position: relative;
  height: 1px;
  width: 100%;
  margin: 9px 0 7px 0;
}
#top-menu .dropdown ul li.divi:before {
  content: "";
  background: #333333;
  position: absolute;
  height: 1px;
  top: 0;
  right: 2px;
  left: 2px;
  width: auto;
}
#top-menu .dropdown ul li a {
  display: block;
  font-size: 13px;
  line-height: 25px;
  color: #CCCCCC;
  padding: 0 9px;
  background-color: transparent;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#top-menu .dropdown ul li a:hover {
  color: #E5E5E5;
}
#top-menu .dropdown ul li small {
  display: block;
  font-size: 12px;
  color: #999999;
  padding-top: 3px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#top-menu .dropdown ul li.disabled {
  pointer-events: none;
}
#top-menu .dropdown ul li.disabled > a {
  color: #4D4D4D;
}

#main-menu {
  display: none;
}

#top-menu .user-menu ul li:first-child {
  padding: 0 9px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  pointer-events: none;
  color: #CCCCCC;
}
#top-menu .user-menu ul li small {
  padding-bottom: 2px;
}
#top-menu .dropdown-container {
  height: 100%;
  position: relative;
}
#top-menu .dropdown-container.active .dropdown {
  display: block;
}
#top-menu .menu-overwolf .dropdown {
  width: 100%;
  margin-left: initial;
  left: 0;
  transform: initial;
}
#top-menu .menu-overwolf .dropdown ul:before {
  left: 50px;
}
#top-menu .menu-overwolf .dropdown .divi {
  margin: 6px 0 5px 0;
}
