
/* start /styles/core.css*/
@font-face {
  font-family: 'Ari Savit';
  src: url('https://players.dcuniverseonline.com/styles/fonts/ari_savit-webfont.eot?v=2368786491');
  src: url('https://players.dcuniverseonline.com/styles/fonts/ari_savit-webfont.eot?v=2368786491#iefix') format('embedded-opentype'), url('https://players.dcuniverseonline.com/styles/fonts/ari_savit-webfont.woff?v=963182612') format('woff'), url('https://players.dcuniverseonline.com/styles/fonts/ari_savit-webfont.ttf?v=4060045404') format('truetype'), url('https://players.dcuniverseonline.com/styles/fonts/ari_savit-webfont.svg?v=1972815729#ari_savitregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.ariSavit {
  font-family: 'Ari Savit';
  line-height: normal;
}
body {
  margin: 0;
  color: #fff;
}
body .tooltip.in {
  opacity: 1.0;
  filter: alpha(opacity=100);
}
body .tooltip-inner {
  width: 150px;
  background-color: transparent;
  border-radius: 0;
  margin-left: -13px;
}
body .tooltip-inner span {
  font-size: 15px;
}
body .tooltip-inner em {
  color: #56b8fc;
  font-weight: bold;
  font-style: normal;
}
body .tooltip-top-cap {
  margin-top: -4px;
  background: url('https://players.dcuniverseonline.com/images/global/tooltip-top-bottom-cap.png?v=3211120858') transparent top center no-repeat;
  display: block;
  width: 150px;
  height: 5px;
}
body .tooltip-middle {
  background: url('https://players.dcuniverseonline.com/images/global/tooltip-middle-cap.png?v=3353347391') transparent 0 0 repeat-y;
  display: block;
  width: 150px;
  padding: 10px 10px 0 10px;
}
body .tooltip-bottom-cap {
  background: url('https://players.dcuniverseonline.com/images/global/tooltip-top-bottom-cap.png?v=3211120858') transparent bottom center no-repeat;
  display: block;
  width: 150px;
  height: 15px;
}
body .tooltip.bottom .tooltip-arrow {
  opacity: 1.0;
  width: 26px;
  height: 16px;
  margin-top: -8px;
  margin-left: -13px;
  background: url('https://players.dcuniverseonline.com/images/global/tooltip-top-arrow.png?v=1490887308') transparent center bottom no-repeat;
  border: 0;
  /* #053559 */
}
body .clickOut {
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1019;
}
body .blackOverlay {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.75);
  display: block;
  height: 100%;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 898;
}
body #mobileMenu {
  position: absolute;
  right: 0;
  z-index: 899;
  height: 36px;
}
body #mobileMenu #mobileMenuButton {
  display: block;
  float: left;
  width: 45px;
  height: 37px;
  background: url('https://players.dcuniverseonline.com/images/main-nav/mobile-menu-btn.jpg?v=159148455') no-repeat;
  cursor: pointer;
  margin-top: 10px;
  border-top: 1px solid #2a6496;
  border-bottom: 1px solid #2a6496;
  border-left: 1px solid #2a6496;
}
body #mobileMenu.open #mobileMenuItems {
  width: 171px;
}
body #mobileMenu #mobileMenuItems {
  display: none;
  float: left;
  width: 0px;
  overflow: hidden;
}
body #mobileMenu #mobileMenuItems ul {
  list-style: none;
  padding: 0;
}
body #mobileMenu #mobileMenuItems ul li {
  font-family: 'Ari Savit';
  line-height: normal;
  padding: 0 7px;
  background: #1486c2;
  background: -moz-linear-gradient(left, #1486c2 0%, #0b4470 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #1486c2), color-stop(100%, #0b4470));
  background: -webkit-linear-gradient(left, #1486c2 0%, #0b4470 100%);
  background: -o-linear-gradient(left, #1486c2 0%, #0b4470 100%);
  background: -ms-linear-gradient(left, #1486c2 0%, #0b4470 100%);
  background: linear-gradient(to right, #1486c2 0%, #0b4470 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1486c2', endColorstr='#0b4470', GradientType=1);
  display: block;
  width: 100%;
  height: 36px;
  line-height: 36px;
  color: #fff;
  border-top: 1px solid #0d72b5;
  border-bottom: 1px solid #084c76;
  white-space: nowrap;
}
body #mobileMenu #mobileMenuItems ul li:hover {
  background: #168fcc;
  background: -moz-linear-gradient(left, #168fcc 0%, #0c4d7f 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #168fcc), color-stop(100%, #0c4d7f));
  background: -webkit-linear-gradient(left, #168fcc 0%, #0c4d7f 100%);
  background: -o-linear-gradient(left, #168fcc 0%, #0c4d7f 100%);
  background: -ms-linear-gradient(left, #168fcc 0%, #0c4d7f 100%);
  background: linear-gradient(to right, #168fcc 0%, #0c4d7f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#168fcc', endColorstr='#0c4d7f', GradientType=1);
}
body #mobileMenu #mobileMenuItems ul li.menuCategory {
  background: black;
  border: 1px solid transparent;
  border-top: 1px solid #2a6496;
  border-left: 1px solid #2a6496;
}
body #mobileMenu #mobileMenuItems ul li.menuCategory:hover {
  background: black;
}
body #mobileMenu #mobileMenuItems ul li a {
  color: #fff;
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
}
body #mobileMenu #mobileMenuItems ul li a em {
  margin: 11px 7px 0 0;
  display: block;
  float: left;
  width: 18px;
  height: 16px;
  background: url('https://players.dcuniverseonline.com/images/main-nav/nav-icons-sprite.png?v=173191993') no-repeat transparent;
}
body #mobileMenu #mobileMenuItems ul li a em.search {
  background-position: 0 0;
}
body #mobileMenu #mobileMenuItems ul li a em.stats {
  background-position: -18px 0;
}
body #mobileMenu #mobileMenuItems ul li a em.social {
  background-position: -36px 0;
}
body #mobileMenu #mobileMenuItems ul li a em.guide {
  background-position: -72px 0;
}
body img {
  max-width: 100%;
}
body a,
body a:hover,
body a:active,
body a:focus {
  cursor: pointer;
  outline: 0;
}
body #sonyLogoContainer {
  float: left;
}
body #sonyBarMenu {
  float: right;
}
body #sonyBarMenu #fullMenu ul {
  list-style: none;
  margin: 0;
}
body #sonyBarMenu #fullMenu ul li {
  margin-left: -1px;
  border-left: 1px solid #1a1a1a;
  border-right: 1px solid #1a1a1a;
  float: left;
  font-size: 12px;
  line-height: 36px;
  padding: 0 10px;
}
body #footerTextLinks li {
  margin-top: 2px;
}
body #footerTextLinks li a {
  font-size: 12px;
  line-height: 15px;
  display: inline-block;
}
body #footerLinks {
  max-width: 980px;
}
body #footerLinks #footerIcons .footerLogo {
  display: block;
  height: 80px;
  width: 100%;
}
body #footerLinks #footerIcons .footerLogoContainer {
  padding: 0;
}
body #footerLinks #footerIcons .ps4FooterLogo {
  background: url('https://players.dcuniverseonline.com/images/footer/ps4-logo.png?v=829720952') center center no-repeat transparent;
}
body #footerLinks #footerIcons .ps3FooterLogo {
  background: url('https://players.dcuniverseonline.com/images/footer/ps3-logo.png?v=857859228') center center no-repeat transparent;
}
body #footerLinks #footerIcons .psnFooterLogo {
  background: url('https://players.dcuniverseonline.com/images/footer/psn-logo.png?v=461214409') center center no-repeat transparent;
}
body #footerLinks #footerIcons .dcFooterLogo {
  background: url('https://players.dcuniverseonline.com/images/footer/dc-logo.png?v=3274040966') center center no-repeat transparent;
}
body #footerLinks #footerIcons .wbFooterLogo {
  background: url('https://players.dcuniverseonline.com/images/footer/wb-logo.png?v=2340980217') center center no-repeat transparent;
}
body #footerLinks #footerIcons .soeFooterLogo {
  background: url('https://players.dcuniverseonline.com/images/footer/dgc-logo.png?v=1682563791') center center no-repeat transparent;
}
body #footerLinks #footerIcons .esrbFooterLogo {
  height: 103px;
  background: url('https://players.dcuniverseonline.com/images/footer/footer-esrb.png?v=4184206584') center center no-repeat transparent;
}
body #footerLinks #footerIcons .esrbLogos a {
  margin: 15px auto;
}
body #footerLinks #footerIcons .esrbLogos a img {
  margin: 15px auto;
}
body #footerLinks #footerIcons img {
  margin: 0 auto;
}
body #footerLinks .textLinks {
  margin: 25px auto;
  font-size: 12px;
}
body #footerLinks .legalCopy {
  font-size: 10px;
  text-align: center;
}
body #footerLinks .wbCopy {
  font-size: 10px;
  margin-top: 20px;
  margin-bottom: 35px;
}
body #footerLinks .wbCopy a {
  margin-right: 10px;
}
body #body {
  background: url('https://players.dcuniverseonline.com/images/bg.jpg?v=1834380575') center top no-repeat #071019;
}
body.splash #body {
  background: url('https://players.dcuniverseonline.com/images/bg-splash.jpg?v=1570276157') center top no-repeat #071019;
}
@media (max-width: 480px) {
  body.splash #body {
    background: url('https://players.dcuniverseonline.com/images/bg-splash-mobile-nav.jpg?v=93090996') center top no-repeat #071019;
  }
}
body #sonyLogo {
  width: 86px;
  height: 36px;
  display: block;
  background: url('https://players.dcuniverseonline.com/images/main-nav/sony-logo.jpg?v=141960777') no-repeat;
}
body #bgImage {
  background: url('https://players.dcuniverseonline.com/images/body-bg.png?v=1405285248') repeat-x;
}
body #homePages {
  position: relative;
  z-index: 1;
}
body #SOEtopBar {
  height: 36px;
  background: black;
  margin: 0 auto;
  max-width: 980px;
}
body #mainContainer {
  max-width: 980px;
  margin: 0 auto;
}
body #viewContent {
  min-height: 500px;
  margin-bottom: 75px;
}
body #footerIconLinks {
  min-height: 530px;
  background: url('https://players.dcuniverseonline.com/images/footer-bg.jpg?v=498118480') no-repeat bottom center #071019;
}
body {
  margin: 0;
}
table td.align-right {
  text-align: right;
}
.guide-top-itemsmall-container,
.guide-top-itemlarge-container {
  text-align: center;
  margin-bottom: 30px;
  font-weight: bold;
}
.guide-top-itemsmall,
.guide-top-itemlarge {
  height: 120px;
  width: 100%;
  background-color: #ccc;
  margin-bottom: 10px;
}
.guide-top-itemsmall-container p,
.guide-top-itemlarge-container p {
  text-align: left;
  font-weight: normal;
}
.guide-top-itemlarge {
  height: 240px;
}
.guide-gear-item-container {
  text-align: center;
  margin-bottom: 30px;
  font-weight: bold;
}
.guide-gear-item {
  height: 120px;
  width: 100%;
  background-color: #ccc;
  margin-bottom: 10px;
}
.guide-gearList-item-row {
  border-top: solid 1px #ccc;
}
.guide-gearList-item-thumb {
  background-color: #ccc;
  height: 40px;
  margin: 2px 0;
  padding: 2px 0;
}
.guide-itemName {
  font-weight: bold;
  font-size: 1.2em;
}
.guide-breadcrumb {
  text-align: right;
  text-transform: capitalize;
}
#footer ul {
  list-style: none outside none;
  float: left;
}
.leaflet-map-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-pane,
.leaflet-tile-container,
.leaflet-overlay-pane,
.leaflet-shadow-pane,
.leaflet-marker-pane,
.leaflet-popup-pane,
.leaflet-overlay-pane svg,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
  position: absolute;
  left: 0;
  top: 0;
}
.leaflet-container {
  overflow: hidden;
  -ms-touch-action: none;
}
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
}
.leaflet-marker-icon,
.leaflet-marker-shadow {
  display: block;
}
/* map is broken in FF if you have max-width: 100% on tiles */
.leaflet-container img {
  max-width: none !important;
}
/* stupid Android 2 doesn't understand "max-width: none" properly */
.leaflet-container img.leaflet-image-layer {
  max-width: 15000px !important;
}
.leaflet-tile {
  filter: inherit;
  visibility: hidden;
}
.leaflet-tile-loaded {
  visibility: inherit;
}
.leaflet-zoom-box {
  width: 0;
  height: 0;
}
/* workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=888319 */
.leaflet-overlay-pane svg {
  -moz-user-select: none;
}
.leaflet-tile-pane {
  z-index: 2;
}
.leaflet-objects-pane {
  z-index: 3;
}
.leaflet-overlay-pane {
  z-index: 4;
}
.leaflet-shadow-pane {
  z-index: 5;
}
.leaflet-marker-pane {
  z-index: 6;
}
.leaflet-popup-pane {
  z-index: 7;
}
/* control positioning */
.leaflet-control {
  position: relative;
  z-index: 7;
  pointer-events: auto;
}
.leaflet-top,
.leaflet-bottom {
  position: absolute;
  z-index: 1000;
  pointer-events: none;
}
.leaflet-top {
  top: 0;
}
.leaflet-right {
  right: 0;
}
.leaflet-bottom {
  bottom: 0;
}
.leaflet-left {
  left: 0;
}
.leaflet-control {
  float: left;
  clear: both;
}
.leaflet-right .leaflet-control {
  float: right;
}
.leaflet-top .leaflet-control {
  margin-top: 10px;
}
.leaflet-bottom .leaflet-control {
  margin-bottom: 10px;
}
.leaflet-left .leaflet-control {
  margin-left: 10px;
}
.leaflet-right .leaflet-control {
  margin-right: 10px;
}
/* zoom and fade animations */
.leaflet-fade-anim .leaflet-tile,
.leaflet-fade-anim .leaflet-popup {
  opacity: 0;
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.leaflet-fade-anim .leaflet-tile-loaded,
.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
  opacity: 1;
}
.leaflet-zoom-anim .leaflet-zoom-animated {
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
  -moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
  -o-transition: -o-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1);
}
.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile,
.leaflet-touching .leaflet-zoom-animated {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
.leaflet-zoom-anim .leaflet-zoom-hide {
  visibility: hidden;
}
/* cursors */
.leaflet-clickable {
  cursor: pointer;
}
.leaflet-container {
  cursor: -webkit-grab;
  cursor: -moz-grab;
}
.leaflet-popup-pane,
.leaflet-control {
  cursor: auto;
}
.leaflet-dragging,
.leaflet-dragging .leaflet-clickable,
.leaflet-dragging .leaflet-container {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
}
/* visual tweaks */
.leaflet-container {
  background: #ddd;
  outline: 0;
}
.leaflet-container a {
  color: #0078A8;
}
.leaflet-container a.leaflet-active {
  outline: 2px solid orange;
}
.leaflet-zoom-box {
  border: 2px dotted #05f;
  background: white;
  opacity: 0.5;
}
/* general typography */
.leaflet-container {
  font: 12px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;
}
/* general toolbar styles */
.leaflet-bar {
  box-shadow: 0 1px 7px rgba(0, 0, 0, 0.65);
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.leaflet-bar a,
.leaflet-bar a:hover {
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  width: 26px;
  height: 26px;
  line-height: 26px;
  display: block;
  text-align: center;
  text-decoration: none;
  color: black;
}
.leaflet-bar a,
.leaflet-control-layers-toggle {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  display: block;
}
.leaflet-bar a:hover {
  background-color: #f4f4f4;
}
.leaflet-bar a:first-child {
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
}
.leaflet-bar a:last-child {
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom: none;
}
.leaflet-bar a.leaflet-disabled {
  cursor: default;
  background-color: #f4f4f4;
  color: #bbb;
}
.leaflet-touch .leaflet-bar {
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.leaflet-touch .leaflet-bar a {
  width: 30px;
  height: 30px;
}
.leaflet-touch .leaflet-bar a:first-child {
  -webkit-border-top-left-radius: 7px;
  border-top-left-radius: 7px;
  -webkit-border-top-right-radius: 7px;
  border-top-right-radius: 7px;
}
.leaflet-touch .leaflet-bar a:last-child {
  -webkit-border-bottom-left-radius: 7px;
  border-bottom-left-radius: 7px;
  -webkit-border-bottom-right-radius: 7px;
  border-bottom-right-radius: 7px;
  border-bottom: none;
}
/* zoom control */
.leaflet-control-zoom-in {
  font: bold 18px 'Lucida Console', Monaco, monospace;
}
.leaflet-control-zoom-out {
  font: bold 22px 'Lucida Console', Monaco, monospace;
}
.leaflet-touch .leaflet-control-zoom-in {
  font-size: 22px;
  line-height: 30px;
}
.leaflet-touch .leaflet-control-zoom-out {
  font-size: 28px;
  line-height: 30px;
}
/* layers control */
.leaflet-control-layers {
  box-shadow: 0 1px 7px rgba(0, 0, 0, 0.4);
  background: #f8f8f9;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.leaflet-control-layers-toggle {
  background-image: url(images/layers.png);
  width: 36px;
  height: 36px;
}
.leaflet-retina .leaflet-control-layers-toggle {
  background-image: url(images/layers-2x.png);
  background-size: 26px 26px;
}
.leaflet-touch .leaflet-control-layers-toggle {
  width: 44px;
  height: 44px;
}
.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
  display: none;
}
.leaflet-control-layers-expanded .leaflet-control-layers-list {
  display: block;
  position: relative;
}
.leaflet-control-layers-expanded {
  padding: 6px 10px 6px 6px;
  color: #333;
  background: #fff;
}
.leaflet-control-layers-selector {
  margin-top: 2px;
  position: relative;
  top: 1px;
}
.leaflet-control-layers label {
  display: block;
}
.leaflet-control-layers-separator {
  height: 0;
  border-top: 1px solid #ddd;
  margin: 5px -10px 5px -6px;
}
/* attribution and scale controls */
.leaflet-container .leaflet-control-attribution {
  background-color: rgba(255, 255, 255, 0.7);
  box-shadow: 0 0 5px #bbb;
  margin: 0;
}
.leaflet-control-attribution,
.leaflet-control-scale-line {
  padding: 0 5px;
  color: #333;
}
.leaflet-container .leaflet-control-attribution,
.leaflet-container .leaflet-control-scale {
  font-size: 11px;
}
.leaflet-left .leaflet-control-scale {
  margin-left: 5px;
}
.leaflet-bottom .leaflet-control-scale {
  margin-bottom: 5px;
}
.leaflet-control-scale-line {
  border: 2px solid #777;
  border-top: none;
  color: black;
  line-height: 1.1;
  padding: 2px 5px 1px;
  font-size: 11px;
  text-shadow: 1px 1px 1px #fff;
  background-color: rgba(255, 255, 255, 0.5);
  box-shadow: 0 -1px 5px rgba(0, 0, 0, 0.2);
  white-space: nowrap;
  overflow: hidden;
}
.leaflet-control-scale-line:not(:first-child) {
  border-top: 2px solid #777;
  border-bottom: none;
  margin-top: -2px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.leaflet-control-scale-line:not(:first-child):not(:last-child) {
  border-bottom: 2px solid #777;
}
.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
  box-shadow: none;
}
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
  border: 4px solid rgba(0, 0, 0, 0.3);
}
/* popup */
.leaflet-popup {
  position: absolute;
  text-align: center;
}
.leaflet-popup-content-wrapper {
  padding: 1px;
  text-align: left;
  -webkit-border-radius: 12px;
  border-radius: 12px;
}
.leaflet-popup-content {
  margin: 13px 19px;
  line-height: 1.4;
}
.leaflet-popup-content p {
  margin: 18px 0;
}
.leaflet-popup-tip-container {
  margin: 0 auto;
  width: 40px;
  height: 20px;
  position: relative;
  overflow: hidden;
}
.leaflet-popup-tip {
  width: 17px;
  height: 17px;
  padding: 1px;
  margin: -10px auto 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
  background: white;
  box-shadow: 0 3px 14px rgba(0, 0, 0, 0.4);
}
.leaflet-container a.leaflet-popup-close-button {
  position: absolute;
  top: 0;
  right: 0;
  padding: 4px 4px 0 0;
  text-align: center;
  width: 18px;
  height: 14px;
  font: 16px/14px Tahoma, Verdana, sans-serif;
  color: #c3c3c3;
  text-decoration: none;
  font-weight: bold;
  background: transparent;
}
.leaflet-container a.leaflet-popup-close-button:hover {
  color: #999;
}
.leaflet-popup-scrolled {
  overflow: auto;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
}
/* div icon */
.leaflet-div-icon {
  background: #fff;
  border: 1px solid #666;
}
.leaflet-editing-icon {
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
/** Slider **/
.leaflet-control-zoomslider-wrap {
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: #fff;
  border-bottom: 1px solid #ccc;
}
.leaflet-control-zoomslider-body {
  width: 2px;
  border: solid #fff;
  border-width: 0px 9px 0px 9px;
  background-color: black;
  margin: 0 auto;
}
.leaflet-control-zoomslider-knob {
  position: relative;
  width: 12px;
  height: 4px;
  background-color: #efefef;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  border: 1px solid #000;
  margin-left: -6px;
}
.leaflet-control-zoomslider-body:hover {
  cursor: pointer;
}
.leaflet-control-zoomslider-knob:hover {
  cursor: default;
  cursor: -webkit-grab;
  cursor: -moz-grab;
}
.leaflet-dragging .leaflet-control-zoomslider,
.leaflet-dragging .leaflet-control-zoomslider-wrap,
.leaflet-dragging .leaflet-control-zoomslider-body,
.leaflet-dragging .leaflet-control-zoomslider a,
.leaflet-dragging .leaflet-control-zoomslider a.leaflet-control-zoomslider-disabled,
.leaflet-dragging .leaflet-control-zoomslider-knob:hover {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
}
/** Leaflet Zoom Styles **/
.leaflet-container .leaflet-control-zoomslider {
  margin-left: 10px;
  margin-top: 10px;
}
.leaflet-control-zoomslider a {
  width: 26px;
  height: 26px;
  text-align: center;
  text-decoration: none;
  color: black;
  display: block;
}
.leaflet-control-zoomslider a:hover {
  background-color: #f4f4f4;
}
.leaflet-control-zoomslider-in {
  font: bold 18px 'Lucida Console', Monaco, monospace;
}
.leaflet-control-zoomslider-in:after {
  content: "+";
}
.leaflet-control-zoomslider-out {
  font: bold 22px 'Lucida Console', Monaco, monospace;
}
.leaflet-control-zoomslider-out:after {
  content: "-";
}
.leaflet-control-zoomslider a.leaflet-control-zoomslider-disabled {
  cursor: default;
  color: #bbb;
}
/* Touch */
.leaflet-touch .leaflet-control-zoomslider-body {
  background-position: 10px 0px;
}
.leaflet-touch .leaflet-control-zoomslider-knob {
  width: 16px;
  margin-left: -1px;
}
.leaflet-touch .leaflet-control-zoomslider a {
  width: 30px;
  height: 30px;
}
.leaflet-touch .leaflet-control-zoomslider-in {
  font-size: 24px;
  line-height: 29px;
}
.leaflet-touch .leaflet-control-zoomslider-out {
  font-size: 28px;
  line-height: 30px;
}
.leaflet-touch .leaflet-control-zoomslider {
  box-shadow: none;
}
.leaflet-touch .leaflet-control-zoomslider {
  border: 4px solid rgba(0, 0, 0, 0.3);
}
.s-home .splashMain {
  height: 470px;
  position: relative;
}
@media (max-width: 480px) {
  .s-home .splashMain {
    height: 280px;
  }
}
.s-home .splashMain .splashHeaderText {
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
}
.s-home .splashMain .splashHeaderText .no-char-found {
  width: 400px;
  margin: 150px auto;
  background: rgba(0, 0, 0, 0.7);
  padding: 30px;
  border-radius: 30px;
  border: 2px solid #0b5180;
}
.s-home .splashMain .splashHeaderText .no-char-found .title {
  color: red;
  font-size: 32px;
  margin-bottom: 15px;
}
.s-home .splashMain .splashHeaderText .no-char-found .subTitle {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 16px;
}
@media (max-width: 480px) {
  .s-home .splashMain .splashHeaderText {
    top: 10px;
  }
}
.s-home .splashMain .splashHeaderText p {
  text-align: center;
  color: #fff;
  font-family: 'Ari Savit';
  line-height: normal;
  text-shadow: 1px 1px 1px #000, 0 0 5px #000, 0 0 5px #000, 0 0 10px #000;
  margin-bottom: 0px;
}
.s-home .splashMain .splashHeaderText p.title {
  font-size: 44px;
}
@media (max-width: 768px) {
  .s-home .splashMain .splashHeaderText p.title {
    font-size: 34px;
  }
}
@media (max-width: 480px) {
  .s-home .splashMain .splashHeaderText p.title {
    font-size: 21px;
  }
}
.s-home .splashMain .splashHeaderText p.subTitle {
  font-size: 33px;
}
@media (max-width: 768px) {
  .s-home .splashMain .splashHeaderText p.subTitle {
    font-size: 23px;
  }
}
@media (max-width: 480px) {
  .s-home .splashMain .splashHeaderText p.subTitle {
    font-size: 17px;
  }
}
.s-home .splashMain .logInBtn {
  width: 241px;
  height: 75px;
  background: url('https://players.dcuniverseonline.com/images/splash/log-in-btn.png?v=1767611535') no-repeat center center transparent;
  margin: 0 auto;
  display: block;
  color: #fff;
  font-family: 'Ari Savit';
  line-height: normal;
  font-size: 35px;
  text-align: center;
  line-height: 75px;
  text-shadow: 0 0 2px #000;
  text-decoration: none;
  position: absolute;
  top: 165px;
  left: 0;
  right: 0;
}
@media (max-width: 767px) {
  .s-home .splashMain .logInBtn {
    top: 115px;
  }
}
@media (max-width: 480px) {
  .s-home .splashMain .logInBtn {
    top: 215px;
  }
}
.s-home .splashMain .altLoginLinks {
  position: absolute;
  top: 375px;
  left: 0;
  right: 0;
}
@media (max-width: 480px) {
  .s-home .splashMain .altLoginLinks {
    top: 295px;
  }
}
.s-home .splashMain .altLoginLinks p {
  margin: 0 auto;
  text-align: center;
  font-size: 16px;
}
.s-home .splashMain .altLoginLinks p span.reg-mark {
  position: relative;
  top: -6px;
  font-size: 10px;
}
.s-home .splashContentContainer {
  margin-top: 66px;
  margin-bottom: 40px;
}
@media (max-width: 480px) {
  .s-home .splashContentContainer {
    border: 1px solid #0b5180;
    border-left: 0;
    border-right: 0;
    background: #0a3557;
    background: -moz-linear-gradient(top, #0a3557 0%, #061c2e 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0a3557), color-stop(100%, #061c2e));
    background: -webkit-linear-gradient(top, #0a3557 0%, #061c2e 100%);
    background: -o-linear-gradient(top, #0a3557 0%, #061c2e 100%);
    background: -ms-linear-gradient(top, #0a3557 0%, #061c2e 100%);
    background: linear-gradient(to bottom, #0a3557 0%, #061c2e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0a3557', endColorstr='#061c2e', GradientType=0);
  }
}
.s-home .splashContentContainer .splashContent {
  overflow: hidden;
  min-height: 116px;
  position: relative;
}
.s-home .splashContentContainer .splashContent .dividerBG {
  width: 100%;
  max-width: 931px;
  height: 116px;
  margin: 0 auto;
  position: absolute;
  bottom: 0;
  z-index: -1;
}
.s-home .splashContentContainer .splashContent p {
  text-align: center;
}
.s-home .splashContentContainer .splashContent p.title {
  padding-top: 25px;
  font-family: 'Ari Savit';
  line-height: normal;
  font-size: 33px;
  text-shadow: 1px 1px 1px #000, 0 0 5px #000, 0 0 5px #000, 0 0 10px #000;
}
@media (max-width: 480px) {
  .s-home .splashContentContainer .splashContent p.title {
    font-size: 25px;
  }
}
.s-home .splashContentContainer .splashContent p.subTitle {
  font-size: 16px;
  margin-bottom: 25px;
}
.s-home .splashTouts .tout {
  margin-bottom: 30px;
}
.s-home .splashTouts .tout a {
  color: #fff;
  text-decoration: none;
}
.s-home .splashTouts .tout a .smallDivider {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: -1;
  height: 47px;
  margin-left: -15px;
}
.s-home .splashTouts .tout a .splashCategoryImage {
  height: 130px;
  display: block;
  margin: 0 auto;
  text-align: center;
  position: relative;
}
.s-home .splashTouts .tout a .splashCategoryImage .categoryBGContainer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 130px;
  display: block;
}
.s-home .splashTouts .tout a .splashCategoryImage .categoryBGContainer .categoryBGLeft {
  background: url('https://players.dcuniverseonline.com/images/splash/tout-bg.png?v=3666381809') left top no-repeat transparent;
  width: 50%;
  position: absolute;
  top: 0;
  left: 0;
  height: 130px;
}
.s-home .splashTouts .tout a .splashCategoryImage .categoryBGContainer .categoryBGRight {
  background: url('https://players.dcuniverseonline.com/images/splash/tout-bg.png?v=3666381809') right top no-repeat transparent;
  width: 50%;
  position: absolute;
  top: 0;
  right: 0;
  height: 130px;
}
.s-home .splashTouts .tout a .splashCategoryImage .categoryImage {
  position: absolute;
  height: 200px;
  bottom: -50px;
  left: 7px;
  right: 13px;
}
.s-home .splashTouts .tout a .splashCategoryImage .categoryImage.myProfileImg {
  background: url('https://players.dcuniverseonline.com/images/splash/my-profile.png?v=2743536884') left 0 no-repeat transparent;
}
.s-home .splashTouts .tout a .splashCategoryImage .categoryImage.guideImg {
  background: url('https://players.dcuniverseonline.com/images/splash/guide.png?v=1797924355') left 0 no-repeat transparent;
}
.s-home .splashTouts .tout a .splashCategoryImage .categoryImage.mapsImg {
  background: url('https://players.dcuniverseonline.com/images/splash/maps.png?v=1169326256') left 0 no-repeat transparent;
}
.s-home .splashTouts .tout a .splashCategoryImage p {
  position: absolute;
  top: 10px;
  right: 20px;
  text-shadow: 1px 1px 1px #000;
  margin: 0;
  font-family: 'Ari Savit';
  line-height: normal;
}
.s-home .splashTouts .tout a .splashCategoryImage p.toutDesc {
  font-size: 18px;
}
.s-home .splashTouts .tout a .toutDescContainer {
  margin: 20px 0;
}
.s-home .splashTouts .tout a .toutDescContainer p {
  padding-bottom: 20px;
}
.s-home .splashTouts .tout a .toutDescContainer p.toutDesc {
  color: #428BCA;
  padding: 0;
  font-size: 18px;
  font-family: 'Ari Savit';
  line-height: normal;
  margin: 0;
}
.s-home .splashToutsDividers .smallDivider {
  position: absolute;
  top: -90px;
  width: 100%;
  z-index: -1;
  height: 47px;
  margin-left: -15px;
}
.clearFix {
  clear: both;
}
.quality-0 {
  background: url('https://players.dcuniverseonline.com/images/temporary/poor.png?v=2197493410') transparent no-repeat 0 0;
}
.quality-1 {
  background: url('https://players.dcuniverseonline.com/images/temporary/common.png?v=2799818179') transparent no-repeat 0 0;
}
.quality-2 {
  background: url('https://players.dcuniverseonline.com/images/temporary/uncommon.png?v=903628309') transparent no-repeat 0 0;
}
.quality-3 {
  background: url('https://players.dcuniverseonline.com/images/temporary/marketplace_inventory_bg.png?v=1726083456') transparent no-repeat 0 0;
}
.quality-4 {
  background: url('https://players.dcuniverseonline.com/images/temporary/rare.png?v=4095159696') transparent no-repeat 0 0;
}
.quality-5 {
  background: url('https://players.dcuniverseonline.com/images/temporary/epic.png?v=2130067426') transparent no-repeat 0 0;
}
.quality-6 {
  background: url('https://players.dcuniverseonline.com/images/temporary/artifact.png?v=32597200') transparent no-repeat 0 0;
}
.quality-7 {
  background: url('https://players.dcuniverseonline.com/images/temporary/legendary.png?v=440011852') transparent no-repeat 0 0;
}
#profileContainer .profileFeatsContainer .featCategory .catTitle {
  background: #063257;
  width: 100%;
  height: 38px;
  border-top: 1px solid #0d598d;
}
#profileContainer .profileFeatsContainer .featCategory .catTitle a {
  font-size: 16px;
  display: block;
  padding: 8px;
  width: 100%;
  height: 38px;
  text-decoration: none;
  color: #fff;
}
#profileContainer .profileFeatsContainer .featCategory .catTitle a em {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url('https://players.dcuniverseonline.com/images/my-profile/accordion-arrow-sprite.png?v=1623112208') transparent -16px 0 no-repeat;
  margin-right: 10px;
}
#profileContainer .profileFeatsContainer .featCategory .catTitle a p {
  margin: 0;
  float: right;
}
#profileContainer .profileFeatsContainer .featCategory .catTitle a p span {
  font-family: 'Ari Savit';
  line-height: normal;
  color: #A4E433;
  font-size: 20px;
}
#profileContainer .profileFeatsContainer .featCategory .catTitle a.collapsed em {
  background: url('https://players.dcuniverseonline.com/images/my-profile/accordion-arrow-sprite.png?v=1623112208') transparent 0 0 no-repeat;
}
#profileContainer .profileFeatsContainer .featCategory .subCategories .subCategory .subCategoryName {
  background: #031323;
  width: 100%;
  height: 38px;
  border-top: 1px solid #0D598D;
}
#profileContainer .profileFeatsContainer .featCategory .subCategories .subCategory .subCategoryName a {
  font-size: 16px;
  display: block;
  padding: 8px 30px;
  width: 100%;
  height: 38px;
  text-decoration: none;
  color: #fff;
}
#profileContainer .profileFeatsContainer .featCategory .subCategories .subCategory .subCategoryName a em {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url('https://players.dcuniverseonline.com/images/my-profile/accordion-arrow-sprite.png?v=1623112208') transparent -16px 0 no-repeat;
  margin-right: 10px;
}
#profileContainer .profileFeatsContainer .featCategory .subCategories .subCategory .subCategoryName a.collapsed em {
  background: url('https://players.dcuniverseonline.com/images/my-profile/accordion-arrow-sprite.png?v=1623112208') transparent 0 0 no-repeat;
}
#profileContainer .profileFeatsContainer .featCategory .subCategories .subCategory.panel {
  border-radius: 0;
  border: 0;
  box-shadow: 0;
  background-color: transparent;
  margin: 0;
}
#profileContainer .profileFeatsContainer .featCategory .subCategories .subCategory .subFeats .subFeatItem {
  background: rgba(0, 0, 0, 0.2);
  width: 100%;
  margin: 0;
  padding: 5px 15px 5px 60px;
  border: 0;
  border-top: 1px solid #051a2d;
}
#profileContainer .profileFeatsContainer .featCategory .subCategories .subCategory .subFeats .subFeatItem table {
  width: 100%;
}
#profileContainer .profileFeatsContainer .featCategory .subCategories .subCategory .subFeats .subFeatItem table .featIcon {
  width: 64px;
  height: 64px;
  margin-right: 10px;
  float: left;
}
#profileContainer .profileFeatsContainer .featCategory .subCategories .subCategory .subFeats .subFeatItem table p {
  color: #428BCA;
  font-size: 18px;
  margin: 0;
}
#profileContainer .profileFeatsContainer .featCategory .subCategories .subCategory .subFeats .subFeatItem table span {
  float: right;
  text-shadow: 0 0 3px #000, 0 0 3px #000;
  color: #555;
}
#profileContainer .profileFeatsContainer .featCategory .subCategories .subCategory .subFeats .subFeatItem table span em {
  float: right;
}
#profileContainer .profileFeatsContainer .featCategory .subCategories .subCategory .subFeats .subFeatItem table span em.completeIcon {
  display: inline-block;
  width: 15px;
  height: 14px;
  margin-right: 7px;
  background: url('https://players.dcuniverseonline.com/images/my-profile/completed-feat-sprite.png?v=4170973873') transparent no-repeat -15px 0;
}
#profileContainer .profileFeatsContainer .featCategory .subCategories .subCategory .subFeats .subFeatItem.completed span {
  color: #A4E433;
}
#profileContainer .profileFeatsContainer .featCategory .subCategories .subCategory .subFeats .subFeatItem.completed span .completeIcon {
  background-position: 0 0;
}
#profileContainer .profileFeatsContainer .featCategory .feats .feat {
  background: rgba(0, 0, 0, 0.2);
  width: 100%;
  margin: 0;
  padding: 5px 15px 5px 30px;
  border: 0;
  border-top: 1px solid #051a2d;
}
#profileContainer .profileFeatsContainer .featCategory .feats .feat table {
  width: 100%;
}
#profileContainer .profileFeatsContainer .featCategory .feats .feat table .featIcon {
  width: 64px;
  height: 64px;
  margin-right: 10px;
  float: left;
}
#profileContainer .profileFeatsContainer .featCategory .feats .feat table p {
  color: #428BCA;
  font-size: 18px;
  margin: 0;
}
#profileContainer .profileFeatsContainer .featCategory .feats .feat table span {
  float: right;
  text-shadow: 0 0 3px #000, 0 0 3px #000;
  color: #555;
}
#profileContainer .profileFeatsContainer .featCategory .feats .feat table span em {
  float: right;
}
#profileContainer .profileFeatsContainer .featCategory .feats .feat table span em.completeIcon {
  display: inline-block;
  width: 15px;
  height: 14px;
  margin-right: 7px;
  background: url('https://players.dcuniverseonline.com/images/my-profile/completed-feat-sprite.png?v=4170973873') transparent no-repeat -15px 0;
}
#profileContainer .profileFeatsContainer .featCategory .feats .feat.completed table span {
  color: #A4E433;
}
#profileContainer .profileFeatsContainer .featCategory .feats .feat.completed table span .completeIcon {
  background-position: 0 0;
}
#profileContainer .profileFeatsContainer .featCategory.panel {
  border-radius: 0;
  border: 0;
  box-shadow: 0;
  background-color: transparent;
  margin: 2px 0 0 0;
}
#profileContainer #characterInfoBarContainer {
  display: block;
  height: 70px;
  background: rgba(0, 0, 0, 0.5);
  margin: 6px -15px 20px -15px;
  border-bottom: 1px solid #0B7FD4;
}
#profileContainer #characterInfoBarContainer #characterInfo {
  margin-left: 15px;
  float: left;
}
#profileContainer #characterInfoBarContainer #characterInfo #characterName {
  font-family: 'Ari Savit';
  line-height: normal;
  color: #a4e433;
  font-size: 20px;
  margin: 13px 0 0 0;
}
#profileContainer #characterInfoBarContainer #characterInfo #characterDetails {
  margin: 0;
}
#profileContainer #characterInfoBarContainer #characterInfo #characterDetails span {
  color: #7cb2e0;
}
#profileContainer #characterInfoBarContainer #characterInfo #mobileCharacterLastUpdated {
  font-size: 12px;
  margin: 0;
  color: #7cb2e0;
}
#profileContainer #characterInfoBarContainer #characterLastUpdated {
  float: right;
  color: #7cb2e0;
  font-size: 12px;
  margin: 37px 13px 0 13px;
}
@media (max-width: 767px) {
  #profileContainer #characterInfoBarContainer {
    background: #020c16;
    background: -moz-linear-gradient(left, #020c16 0%, #03111d 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #020c16), color-stop(100%, #03111d));
    background: -webkit-linear-gradient(left, #020c16 0%, #03111d 100%);
    background: -o-linear-gradient(left, #020c16 0%, #03111d 100%);
    background: -ms-linear-gradient(left, #020c16 0%, #03111d 100%);
    background: linear-gradient(to right, #020c16 0%, #03111d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#020c16', endColorstr='#03111d', GradientType=1);
    margin-top: 0;
    margin-bottom: 0;
    border-bottom: 1px solid #08304f;
  }
  #profileContainer #characterInfoBarContainer #characterInfo #characterName {
    margin-top: 5px;
  }
}
#profileContainer #characterMobileSubNav {
  margin: 0 -15px 20px -15px;
}
#profileContainer #characterMobileSubNav ul {
  list-style: none;
  background: #074876;
  background: -moz-linear-gradient(top, #074876 0%, #085287 50%, #074475 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #074876), color-stop(50%, #085287), color-stop(100%, #074475));
  background: -webkit-linear-gradient(top, #074876 0%, #085287 50%, #074475 100%);
  background: -o-linear-gradient(top, #074876 0%, #085287 50%, #074475 100%);
  background: -ms-linear-gradient(top, #074876 0%, #085287 50%, #074475 100%);
  background: linear-gradient(to bottom, #074876 0%, #085287 50%, #074475 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#074876', endColorstr='#074475', GradientType=0);
  border-top: 1px solid #061a2c;
  border-bottom: 1px solid #0b7fd4;
  margin: 0;
  padding: 0;
}
#profileContainer #characterMobileSubNav ul li {
  width: 16.66666%;
  margin: 0;
  float: left;
  text-align: center;
  border-left: 1px solid #095997;
  cursor: pointer;
}
#profileContainer #characterMobileSubNav ul li.subNavStats {
  border-left: 0;
}
#profileContainer #characterMobileSubNav ul li.active {
  background: #030e19;
}
#profileContainer #characterMobileSubNav ul li.active:hover {
  background: #030e19;
  cursor: default;
}
#profileContainer #characterMobileSubNav ul li:hover {
  background: #08598e;
  background: -moz-linear-gradient(top, #08598e 0%, #09609e 50%, #08538c 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #08598e), color-stop(50%, #09609e), color-stop(100%, #08538c));
  background: -webkit-linear-gradient(top, #08598e 0%, #09609e 50%, #08538c 100%);
  background: -o-linear-gradient(top, #08598e 0%, #09609e 50%, #08538c 100%);
  background: -ms-linear-gradient(top, #08598e 0%, #09609e 50%, #08538c 100%);
  background: linear-gradient(to bottom, #08598e 0%, #09609e 50%, #08538c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#08598e', endColorstr='#08538c', GradientType=0);
}
#profileContainer #characterMobileSubNav ul li .subNavIcon {
  width: 30px;
  height: 30px;
  display: block;
  margin: 5px auto;
  background: url('https://players.dcuniverseonline.com/images/main-nav/subnav-icons-sprite.png?v=1256414223') transparent;
}
#profileContainer #characterMobileSubNav ul li .subNavIcon.stats {
  background-position: 0 0;
}
#profileContainer #characterMobileSubNav ul li .subNavIcon.equipped {
  background-position: -30px 0;
}
#profileContainer #characterMobileSubNav ul li .subNavIcon.items {
  background-position: -60px 0;
}
#profileContainer #characterMobileSubNav ul li .subNavIcon.base {
  background-position: -90px 0;
}
#profileContainer #characterMobileSubNav ul li .subNavIcon.feats {
  background-position: -120px 0;
}
#profileContainer #characterMobileSubNav ul li .subNavIcon.social {
  background-position: -150px 0;
}
#profileContainer #characterMobileSubNav ul li .hidden-xs p {
  color: #fff;
  font-family: 'Ari Savit';
  line-height: normal;
  font-size: 14px;
  margin: 0;
}
#profileContainer #characterMobileSubNav ul.anon li {
  width: 25%;
}
#profileContainer #paperdollContainer {
  margin-bottom: 20px;
  text-align: center;
}
#profileContainer #paperdollContainer .paperdollCap {
  max-width: 262px;
  width: 100%;
  margin: 0 auto;
}
#profileContainer #paperdollContainer .paperdollCap .paperdollLeftCap {
  display: block;
  float: left;
  height: 17px;
  width: 50%;
  background: url('https://players.dcuniverseonline.com/images/my-profile/paperdoll-top-cap.png?v=3790612073') left 0 no-repeat;
}
#profileContainer #paperdollContainer .paperdollCap .paperdollRightCap {
  float: right;
  display: block;
  width: 50%;
  height: 17px;
  background: url('https://players.dcuniverseonline.com/images/my-profile/paperdoll-top-cap.png?v=3790612073') right 0 no-repeat;
}
#profileContainer #paperdollContainer .paperdollMiddle {
  clear: both;
  max-width: 262px;
  margin: 0 auto;
  padding: 0;
}
#profileContainer #paperdollContainer .paperdollMiddle .paperdollLeft {
  margin: 0;
  padding: 0;
  width: 6px;
  background: url('https://players.dcuniverseonline.com/images/my-profile/paperdoll-left-right-border.jpg?v=2508029524') left 0 repeat-y;
}
#profileContainer #paperdollContainer .paperdollMiddle .paperdollImage {
  margin: 0;
  padding: 0;
}
#profileContainer #paperdollContainer .paperdollMiddle .paperdollImage img {
  width: 100%;
}
#profileContainer #paperdollContainer .paperdollMiddle .paperdollRight {
  margin: 0;
  padding: 0;
  width: 6px;
  background: url('https://players.dcuniverseonline.com/images/my-profile/paperdoll-left-right-border.jpg?v=2508029524') right 0 repeat-y;
}
#profileContainer #paperdollContainer .paperdollBottom {
  max-width: 262px;
  width: 100%;
  margin: 0 auto;
}
#profileContainer #paperdollContainer .paperdollBottom .paperdollLeftBottom {
  display: block;
  float: left;
  height: 6px;
  width: 50%;
  background: url('https://players.dcuniverseonline.com/images/my-profile/paperdoll-bottom-border.jpg?v=4066178117') left 0 no-repeat;
}
#profileContainer #paperdollContainer .paperdollBottom .paperdollRightBottom {
  display: block;
  float: right;
  height: 6px;
  width: 50%;
  background: url('https://players.dcuniverseonline.com/images/my-profile/paperdoll-bottom-border.jpg?v=4066178117') right 0 no-repeat;
}
#profileContainer #subNavContainer {
  margin-bottom: 20px;
}
#profileContainer #subNavContainer ul {
  list-style: none;
  background: #074876;
  background: -moz-linear-gradient(top, #074876 0%, #085287 50%, #074475 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #074876), color-stop(50%, #085287), color-stop(100%, #074475));
  background: -webkit-linear-gradient(top, #074876 0%, #085287 50%, #074475 100%);
  background: -o-linear-gradient(top, #074876 0%, #085287 50%, #074475 100%);
  background: -ms-linear-gradient(top, #074876 0%, #085287 50%, #074475 100%);
  background: linear-gradient(to bottom, #074876 0%, #085287 50%, #074475 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#074876', endColorstr='#074475', GradientType=0);
  border-top: 1px solid #061a2c;
  border-bottom: 1px solid #0b7fd4;
  padding: 0;
}
#profileContainer #subNavContainer ul li {
  width: 16.66666%;
  margin: 0;
  float: left;
  border-left: 1px solid #095997;
  text-align: center;
  cursor: pointer;
  position: relative;
}
#profileContainer #subNavContainer ul li.subNavStats {
  border-left: 0;
}
#profileContainer #subNavContainer ul li.active {
  background: #030e19;
}
#profileContainer #subNavContainer ul li.active:hover {
  background: #030e19;
  cursor: default;
}
#profileContainer #subNavContainer ul li.active .activeArrow {
  display: block;
  width: 100%;
  height: 8px;
  background: url('https://players.dcuniverseonline.com/images/main-nav/active-arrow.png?v=3779184137') center top no-repeat;
  position: absolute;
  float: left;
}
#profileContainer #subNavContainer ul li:hover {
  background: #08598e;
  background: -moz-linear-gradient(top, #08598e 0%, #09609e 50%, #08538c 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #08598e), color-stop(50%, #09609e), color-stop(100%, #08538c));
  background: -webkit-linear-gradient(top, #08598e 0%, #09609e 50%, #08538c 100%);
  background: -o-linear-gradient(top, #08598e 0%, #09609e 50%, #08538c 100%);
  background: -ms-linear-gradient(top, #08598e 0%, #09609e 50%, #08538c 100%);
  background: linear-gradient(to bottom, #08598e 0%, #09609e 50%, #08538c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#08598e', endColorstr='#08538c', GradientType=0);
}
#profileContainer #subNavContainer ul li .subNavIcon {
  width: 30px;
  height: 30px;
  display: block;
  margin: 5px auto;
  background: url('https://players.dcuniverseonline.com/images/main-nav/subnav-icons-sprite.png?v=1256414223') transparent;
}
#profileContainer #subNavContainer ul li .subNavIcon.stats {
  background-position: 0 0;
}
#profileContainer #subNavContainer ul li .subNavIcon.equipped {
  background-position: -30px 0;
}
#profileContainer #subNavContainer ul li .subNavIcon.items {
  background-position: -60px 0;
}
#profileContainer #subNavContainer ul li .subNavIcon.base {
  background-position: -90px 0;
}
#profileContainer #subNavContainer ul li .subNavIcon.feats {
  background-position: -120px 0;
}
#profileContainer #subNavContainer ul li .subNavIcon.social {
  background-position: -150px 0;
}
#profileContainer #subNavContainer ul li .hidden-xs p {
  color: #fff;
  font-family: 'Ari Savit';
  line-height: normal;
  font-size: 14px;
  margin: 0;
}
#profileContainer #subNavContainer ul.anon li {
  width: 25%;
}
#profileContainer #characterStats #profileLoader {
  width: 100%;
  height: 200px;
  background: url('https://players.dcuniverseonline.com/images/global/loader-big.gif?v=4034955845') center center transparent no-repeat;
}
#profileContainer #characterStats #statBoxContainer {
  margin-bottom: 20px;
}
#profileContainer #characterStats #statBoxContainer .statlvl1 {
  height: 116px;
  margin-bottom: 10px;
  text-align: center;
}
#profileContainer #characterStats #statBoxContainer .statlvl1 .statBGContainer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
#profileContainer #characterStats #statBoxContainer .statlvl1 .statBGContainer .statBGLeft {
  float: left;
  display: block;
  height: 116px;
  width: 60%;
  position: absolute;
  top: 0;
  left: 5px;
  background: url('https://players.dcuniverseonline.com/images/my-profile/stat-block-left.png?v=4065184206') left top transparent;
}
#profileContainer #characterStats #statBoxContainer .statlvl1 .statBGContainer .statBGRight {
  float: right;
  display: block;
  height: 116px;
  width: 60%;
  position: absolute;
  top: 0;
  right: 5px;
  background: url('https://players.dcuniverseonline.com/images/my-profile/stat-block-right.png?v=3974126423') right top transparent;
}
#profileContainer #characterStats #statBoxContainer .statlvl1 p {
  position: relative;
  top: 20px;
  width: 100%;
  line-height: 13px;
  color: #56b8fc;
}
#profileContainer #characterStats #statBoxContainer .statlvl1 span {
  position: relative;
  top: 15px;
  font-size: 50px;
  color: #fff;
  text-shadow: 2px 2px 1px #000;
}
#profileContainer #characterStats .profileTable .tableCap {
  display: block;
  height: 13px;
  background: url('https://players.dcuniverseonline.com/images/my-profile/table-cap.png?v=2577381578') no-repeat 0 0 transparent;
  border-right: 1px solid #0a2a47;
}
#profileContainer #characterStats .profileTable .mainStats {
  table-layout: fixed;
  background: #000;
  border: 1px solid #0a2a47;
  border-top: 0;
}
#profileContainer #characterStats .profileTable .mainStats tr:first-child td {
  padding-top: 0;
}
#profileContainer #characterStats .profileTable .mainStats tr.mainItem td {
  border-bottom: 1px solid #061c2f;
}
#profileContainer #characterStats .profileTable .mainStats tr td {
  padding: 5px 15px;
  vertical-align: middle;
  border-top: none;
}
#profileContainer #characterStats .profileTable .mainStats tr td.ariSavit {
  font-size: 24px;
  color: #a4e433;
}
#profileContainer #characterStats .profileTable .secondaryStats tr {
  border-top: 0;
}
#profileContainer #characterStats .profileTable .secondaryStats tr td {
  background: url('https://players.dcuniverseonline.com/images/my-profile/horizontal-divider.png?v=2198964009') no-repeat right bottom;
  font-weight: bold;
  border-top: 0;
  line-height: 30px;
  padding: 8px 0;
}
#profileContainer #characterStats .profileTable .secondaryStats tr td:first-child {
  background-position: left bottom;
}
#profileContainer #characterStats .profileTable .secondaryStats tr td.ariSavit {
  font-size: 24px;
  color: #a4e433;
}
#profileContainer #characterStats .profileTable .secondaryStats tr:last-child {
  background: none;
}
#profileContainer #characterStats .character-item {
  height: 73px;
  width: 12.285%;
  float: left;
  margin: 8px 1%;
  background: url('https://players.dcuniverseonline.com/images/my-profile/item-container.png?v=943950207') center 0 no-repeat transparent;
}
@media (max-width: 980px) {
  #profileContainer #characterStats .character-item {
    width: 14.666%;
  }
}
@media (max-width: 850px) {
  #profileContainer #characterStats .character-item {
    width: 18%;
  }
}
@media (max-width: 680px) {
  #profileContainer #characterStats .character-item {
    width: 23%;
  }
}
@media (max-width: 540px) {
  #profileContainer #characterStats .character-item {
    width: 31.333%;
  }
}
@media (max-width: 300px) {
  #profileContainer #characterStats .character-item {
    width: 48%;
  }
}
#profileContainer #characterStats .character-item.empty {
  background-position: center -73px;
}
#profileContainer #characterStats .character-item a {
  display: block;
  width: 64px;
  height: 64px;
  margin: 0 auto;
  padding: 0;
  position: relative;
  margin-top: 4px;
}
#profileContainer #characterStats .character-item a.quality-0 {
  background: url('https://players.dcuniverseonline.com/images/temporary/poor.png?v=2197493410') transparent no-repeat 0 0;
  background: url('https://players.dcuniverseonline.com/images/temporary/poor.png?v=2197493410') transparent no-repeat left center;
}
#profileContainer #characterStats .character-item a.quality-1 {
  background: url('https://players.dcuniverseonline.com/images/temporary/common.png?v=2799818179') transparent no-repeat 0 0;
  background: url('https://players.dcuniverseonline.com/images/temporary/common.png?v=2799818179') transparent no-repeat left center;
}
#profileContainer #characterStats .character-item a.quality-2 {
  background: url('https://players.dcuniverseonline.com/images/temporary/uncommon.png?v=903628309') transparent no-repeat 0 0;
  background: url('https://players.dcuniverseonline.com/images/temporary/uncommon.png?v=903628309') transparent no-repeat left center;
}
#profileContainer #characterStats .character-item a.quality-3 {
  background: url('https://players.dcuniverseonline.com/images/temporary/marketplace_inventory_bg.png?v=1726083456') transparent no-repeat 0 0;
  background: url('https://players.dcuniverseonline.com/images/temporary/marketplace_inventory_bg.png?v=1726083456') transparent no-repeat left center;
}
#profileContainer #characterStats .character-item a.quality-4 {
  background: url('https://players.dcuniverseonline.com/images/temporary/rare.png?v=4095159696') transparent no-repeat 0 0;
  background: url('https://players.dcuniverseonline.com/images/temporary/rare.png?v=4095159696') transparent no-repeat left center;
}
#profileContainer #characterStats .character-item a.quality-5 {
  background: url('https://players.dcuniverseonline.com/images/temporary/epic.png?v=2130067426') transparent no-repeat 0 0;
  background: url('https://players.dcuniverseonline.com/images/temporary/epic.png?v=2130067426') transparent no-repeat left center;
}
#profileContainer #characterStats .character-item a.quality-6 {
  background: url('https://players.dcuniverseonline.com/images/temporary/artifact.png?v=32597200') transparent no-repeat 0 0;
  background: url('https://players.dcuniverseonline.com/images/temporary/artifact.png?v=32597200') transparent no-repeat left center;
}
#profileContainer #characterStats .character-item a.quality-7 {
  background: url('https://players.dcuniverseonline.com/images/temporary/legendary.png?v=440011852') transparent no-repeat 0 0;
  background: url('https://players.dcuniverseonline.com/images/temporary/legendary.png?v=440011852') transparent no-repeat left center;
}
#profileContainer #characterStats .character-item a .cornerStat {
  position: absolute;
  right: -5px;
  bottom: -9px;
  background: url('https://players.dcuniverseonline.com/images/my-profile/corner-stat-sprite.png?v=3057065002') no-repeat 0 0 transparent;
  color: #fff;
  font-weight: bold;
  display: block;
  width: 26px;
  height: 26px;
  text-align: center;
  line-height: 24px;
  text-shadow: 1px 1px 1px #000;
  padding: 0 2px 2px 0;
}
#profileContainer #characterStats .character-item a .cornerStat.locked {
  background-position: -24px 0;
}
#profileContainer #characterStats .character-item .tooltip span {
  font-size: 15px;
}
#profileContainer #characterStats .characterHouseItems .houseItem {
  text-decoration: none;
  margin-bottom: 10px;
}
#profileContainer #characterStats .characterHouseItems .houseItem .itemContainer {
  position: relative;
  display: block;
  height: 80px;
  width: 100%;
  padding: 0;
}
#profileContainer #characterStats .characterHouseItems .houseItem .itemContainer .equippedDivider {
  position: absolute;
  width: 100%;
  height: 48px;
  bottom: 0;
}
#profileContainer #characterStats .characterHouseItems .houseItem .itemContainer .itemDetails {
  display: block;
  width: 100%;
  height: 100%;
  max-height: 100%;
  overflow: hidden;
}
#profileContainer #characterStats .characterHouseItems .houseItem .itemContainer .itemDetails .floatImage {
  float: left;
  display: block;
  background: url('https://players.dcuniverseonline.com/images/my-profile/item-container.png?v=943950207') center 0 no-repeat transparent;
  border-radius: 5px;
  width: 68px;
  height: 73px;
  margin-right: 10px;
}
#profileContainer #characterStats .characterHouseItems .houseItem .itemContainer .itemDetails .floatImage.empty {
  background-position: 0 -73px;
}
#profileContainer #characterStats .characterHouseItems .houseItem .itemContainer .itemDetails .floatImage img {
  display: block;
  width: 64px;
  height: 64px;
  margin: 4px 0 0 1px;
}
#profileContainer #characterStats .characterHouseItems .houseItem .itemContainer .itemDetails .floatImage img.quality-0 {
  background: url('https://players.dcuniverseonline.com/images/temporary/poor.png?v=2197493410') transparent no-repeat 0 0;
  background: url('https://players.dcuniverseonline.com/images/temporary/poor.png?v=2197493410') transparent no-repeat left center;
}
#profileContainer #characterStats .characterHouseItems .houseItem .itemContainer .itemDetails .floatImage img.quality-1 {
  background: url('https://players.dcuniverseonline.com/images/temporary/common.png?v=2799818179') transparent no-repeat 0 0;
  background: url('https://players.dcuniverseonline.com/images/temporary/common.png?v=2799818179') transparent no-repeat left center;
}
#profileContainer #characterStats .characterHouseItems .houseItem .itemContainer .itemDetails .floatImage img.quality-2 {
  background: url('https://players.dcuniverseonline.com/images/temporary/uncommon.png?v=903628309') transparent no-repeat 0 0;
  background: url('https://players.dcuniverseonline.com/images/temporary/uncommon.png?v=903628309') transparent no-repeat left center;
}
#profileContainer #characterStats .characterHouseItems .houseItem .itemContainer .itemDetails .floatImage img.quality-3 {
  background: url('https://players.dcuniverseonline.com/images/temporary/marketplace_inventory_bg.png?v=1726083456') transparent no-repeat 0 0;
  background: url('https://players.dcuniverseonline.com/images/temporary/marketplace_inventory_bg.png?v=1726083456') transparent no-repeat left center;
}
#profileContainer #characterStats .characterHouseItems .houseItem .itemContainer .itemDetails .floatImage img.quality-4 {
  background: url('https://players.dcuniverseonline.com/images/temporary/rare.png?v=4095159696') transparent no-repeat 0 0;
  background: url('https://players.dcuniverseonline.com/images/temporary/rare.png?v=4095159696') transparent no-repeat left center;
}
#profileContainer #characterStats .characterHouseItems .houseItem .itemContainer .itemDetails .floatImage img.quality-5 {
  background: url('https://players.dcuniverseonline.com/images/temporary/epic.png?v=2130067426') transparent no-repeat 0 0;
  background: url('https://players.dcuniverseonline.com/images/temporary/epic.png?v=2130067426') transparent no-repeat left center;
}
#profileContainer #characterStats .characterHouseItems .houseItem .itemContainer .itemDetails .floatImage img.quality-6 {
  background: url('https://players.dcuniverseonline.com/images/temporary/artifact.png?v=32597200') transparent no-repeat 0 0;
  background: url('https://players.dcuniverseonline.com/images/temporary/artifact.png?v=32597200') transparent no-repeat left center;
}
#profileContainer #characterStats .characterHouseItems .houseItem .itemContainer .itemDetails .floatImage img.quality-7 {
  background: url('https://players.dcuniverseonline.com/images/temporary/legendary.png?v=440011852') transparent no-repeat 0 0;
  background: url('https://players.dcuniverseonline.com/images/temporary/legendary.png?v=440011852') transparent no-repeat left center;
}
#profileContainer #characterStats .characterHouseItems .houseItem .itemContainer .itemDetails .floatImage img.quality-empty {
  opacity: 0.5;
}
#profileContainer #characterStats .characterHouseItems .houseItem .itemContainer .itemDetails p {
  font-size: 15px;
  color: #fff;
  text-decoration: none;
  margin-bottom: 5px;
}
#profileContainer #characterStats .characterHouseItems .houseItem .itemContainer .itemDetails p:hover {
  text-decoration: none;
}
#profileContainer #characterStats .characterHouseItems .houseItem .itemContainer .itemDetails p.itemCategory {
  font-size: 13px;
  color: #7CB2E0;
  text-decoration: none;
  font-weight: bold;
}
#profileContainer #characterStats .characterHouseItems .houseItem .itemContainer .itemDetails p.itemCategory:hover {
  text-decoration: none;
}
#profileContainer #characterStats .characterEquippedItems .equippedItem {
  text-decoration: none;
  margin-bottom: 10px;
}
#profileContainer #characterStats .characterEquippedItems .equippedItem .itemContainer {
  position: relative;
  display: block;
  height: 80px;
  width: 100%;
  padding: 0;
}
#profileContainer #characterStats .characterEquippedItems .equippedItem .itemContainer .equippedDivider {
  position: absolute;
  width: 100%;
  height: 48px;
  bottom: 0;
}
#profileContainer #characterStats .characterEquippedItems .equippedItem .itemContainer .itemDetails {
  display: block;
  width: 100%;
  height: 100%;
  max-height: 100%;
  overflow: hidden;
}
#profileContainer #characterStats .characterEquippedItems .equippedItem .itemContainer .itemDetails .floatImage {
  float: left;
  display: block;
  background: url('https://players.dcuniverseonline.com/images/my-profile/item-container.png?v=943950207') center 0 no-repeat transparent;
  border-radius: 5px;
  width: 68px;
  height: 73px;
  margin-right: 10px;
}
#profileContainer #characterStats .characterEquippedItems .equippedItem .itemContainer .itemDetails .floatImage.empty {
  background-position: 0 -73px;
}
#profileContainer #characterStats .characterEquippedItems .equippedItem .itemContainer .itemDetails .floatImage img {
  display: block;
  width: 64px;
  height: 64px;
  margin: 4px 0 0 1px;
}
#profileContainer #characterStats .characterEquippedItems .equippedItem .itemContainer .itemDetails .floatImage img.quality-0 {
  background: url('https://players.dcuniverseonline.com/images/temporary/poor.png?v=2197493410') transparent no-repeat 0 0;
  background: url('https://players.dcuniverseonline.com/images/temporary/poor.png?v=2197493410') transparent no-repeat left center;
}
#profileContainer #characterStats .characterEquippedItems .equippedItem .itemContainer .itemDetails .floatImage img.quality-1 {
  background: url('https://players.dcuniverseonline.com/images/temporary/common.png?v=2799818179') transparent no-repeat 0 0;
  background: url('https://players.dcuniverseonline.com/images/temporary/common.png?v=2799818179') transparent no-repeat left center;
}
#profileContainer #characterStats .characterEquippedItems .equippedItem .itemContainer .itemDetails .floatImage img.quality-2 {
  background: url('https://players.dcuniverseonline.com/images/temporary/uncommon.png?v=903628309') transparent no-repeat 0 0;
  background: url('https://players.dcuniverseonline.com/images/temporary/uncommon.png?v=903628309') transparent no-repeat left center;
}
#profileContainer #characterStats .characterEquippedItems .equippedItem .itemContainer .itemDetails .floatImage img.quality-3 {
  background: url('https://players.dcuniverseonline.com/images/temporary/marketplace_inventory_bg.png?v=1726083456') transparent no-repeat 0 0;
  background: url('https://players.dcuniverseonline.com/images/temporary/marketplace_inventory_bg.png?v=1726083456') transparent no-repeat left center;
}
#profileContainer #characterStats .characterEquippedItems .equippedItem .itemContainer .itemDetails .floatImage img.quality-4 {
  background: url('https://players.dcuniverseonline.com/images/temporary/rare.png?v=4095159696') transparent no-repeat 0 0;
  background: url('https://players.dcuniverseonline.com/images/temporary/rare.png?v=4095159696') transparent no-repeat left center;
}
#profileContainer #characterStats .characterEquippedItems .equippedItem .itemContainer .itemDetails .floatImage img.quality-5 {
  background: url('https://players.dcuniverseonline.com/images/temporary/epic.png?v=2130067426') transparent no-repeat 0 0;
  background: url('https://players.dcuniverseonline.com/images/temporary/epic.png?v=2130067426') transparent no-repeat left center;
}
#profileContainer #characterStats .characterEquippedItems .equippedItem .itemContainer .itemDetails .floatImage img.quality-6 {
  background: url('https://players.dcuniverseonline.com/images/temporary/artifact.png?v=32597200') transparent no-repeat 0 0;
  background: url('https://players.dcuniverseonline.com/images/temporary/artifact.png?v=32597200') transparent no-repeat left center;
}
#profileContainer #characterStats .characterEquippedItems .equippedItem .itemContainer .itemDetails .floatImage img.quality-7 {
  background: url('https://players.dcuniverseonline.com/images/temporary/legendary.png?v=440011852') transparent no-repeat 0 0;
  background: url('https://players.dcuniverseonline.com/images/temporary/legendary.png?v=440011852') transparent no-repeat left center;
}
#profileContainer #characterStats .characterEquippedItems .equippedItem .itemContainer .itemDetails .floatImage img.quality-empty {
  opacity: 0.5;
}
#profileContainer #characterStats .characterEquippedItems .equippedItem .itemContainer .itemDetails p {
  font-size: 15px;
  color: #fff;
  text-decoration: none;
  margin-bottom: 5px;
}
#profileContainer #characterStats .characterEquippedItems .equippedItem .itemContainer .itemDetails p:hover {
  text-decoration: none;
}
#profileContainer #characterStats .characterEquippedItems .equippedItem .itemContainer .itemDetails p.itemCategory {
  font-size: 13px;
  color: #7CB2E0;
  text-decoration: none;
  font-weight: bold;
}
#profileContainer #characterStats .characterEquippedItems .equippedItem .itemContainer .itemDetails p.itemCategory:hover {
  text-decoration: none;
}
#profileContainer #characterStats #socialNav ul {
  display: block;
  width: 100%;
  height: 30px;
  list-style: none;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #07548E;
  margin-bottom: 15px;
}
#profileContainer #characterStats #socialNav ul li {
  cursor: pointer;
  height: 30px;
  margin: 0 1px 0 0;
  padding: 0;
  float: left;
  font-family: 'Ari Savit';
  line-height: normal;
  font-size: 16px;
  line-height: 28px;
  text-shadow: 1px 1px 1px #000;
  background: url('https://players.dcuniverseonline.com/images/my-profile/tab-sprite.png?v=2714324857') transparent 0 5px no-repeat;
  padding: 5px 15px;
}
#profileContainer #characterStats #socialNav ul li.active {
  background-position: 0 -25px;
  line-height: 22px;
}
#profileContainer #characterStats .friendsView .friendsTable {
  width: 100%;
}
#profileContainer #characterStats .friendsView .friendsTable .friendsList tr .nameTD {
  min-height: 90px;
  background: url("https://players.dcuniverseonline.com/images/guide/td-name-gradient.png?v=2329640776") repeat-y scroll left bottom rgba(0, 0, 0, 0);
  padding: 10px;
  border-top: 1px solid #07548e;
  border-right: 1px solid #07548e;
  margin: -1px 0 0 0;
  display: block;
}
#profileContainer #characterStats .friendsView .friendsTable .friendsList tr .nameTD .friendImage {
  float: left;
  width: 70px;
  height: 70px;
  background: url("https://players.dcuniverseonline.com/images/my-profile/social-paperdoll-container.png?v=2391602197") no-repeat 0 0 transparent;
  padding: 3px;
  text-align: center;
  margin-right: 10px;
}
#profileContainer #characterStats .friendsView .friendsTable .friendsList tr .nameTD .friendImage img {
  height: 100%;
}
#profileContainer #characterStats .friendsView .friendsTable .friendsList tr .nameTD p {
  font-family: 'Ari Savit';
  line-height: normal;
  font-size: 20px;
  display: inline-block;
}
#profileContainer #characterStats .friendsView .friendsTable .friendsList tr .stat1,
#profileContainer #characterStats .friendsView .friendsTable .friendsList tr .stat2 {
  background: url('https://players.dcuniverseonline.com/images/guide/td-gradient.png?v=393878867') transparent left top repeat-y;
  max-width: 120px;
  text-align: center;
  border: 1px solid #07548e;
  border-left: 0;
  font-family: 'Ari Savit';
  line-height: normal;
  font-size: 30px;
  color: #A4E433;
}
#profileContainer #characterStats .leagueView .leagueName {
  font-family: 'Ari Savit';
  line-height: normal;
  font-size: 25px;
  color: #A4E433;
}
#profileContainer #characterStats .leagueView .leagueTable {
  width: 100%;
}
#profileContainer #characterStats .leagueView .leagueTable #leagueItems tr .nameTD {
  min-height: 90px;
  background: url("https://players.dcuniverseonline.com/images/guide/td-name-gradient.png?v=2329640776") repeat-y scroll left bottom rgba(0, 0, 0, 0);
  padding: 10px;
  border-top: 1px solid #07548e;
  border-right: 1px solid #07548e;
  margin: -1px 0 0 0;
  display: block;
}
#profileContainer #characterStats .leagueView .leagueTable #leagueItems tr .nameTD .friendImage {
  float: left;
  width: 70px;
  height: 70px;
  background: url("https://players.dcuniverseonline.com/images/my-profile/social-paperdoll-container.png?v=2391602197") no-repeat 0 0 transparent;
  padding: 3px;
  text-align: center;
  margin-right: 10px;
}
#profileContainer #characterStats .leagueView .leagueTable #leagueItems tr .nameTD .friendImage img {
  height: 100%;
}
#profileContainer #characterStats .leagueView .leagueTable #leagueItems tr .nameTD p {
  font-family: 'Ari Savit';
  line-height: normal;
  font-size: 20px;
  display: inline-block;
}
#profileContainer #characterStats .leagueView .leagueTable #leagueItems tr .stat1,
#profileContainer #characterStats .leagueView .leagueTable #leagueItems tr .stat2 {
  background: url('https://players.dcuniverseonline.com/images/guide/td-gradient.png?v=393878867') transparent left top repeat-y;
  max-width: 120px;
  text-align: center;
  border: 1px solid #07548e;
  border-left: 0;
  font-family: 'Ari Savit';
  line-height: normal;
  font-size: 30px;
  color: #A4E433;
}
.quality-0 {
  background: url('https://players.dcuniverseonline.com/images/temporary/poor.png?v=2197493410') transparent no-repeat left center;
}
.quality-1 {
  background: url('https://players.dcuniverseonline.com/images/temporary/common.png?v=2799818179') transparent no-repeat left center;
}
.quality-2 {
  background: url('https://players.dcuniverseonline.com/images/temporary/uncommon.png?v=903628309') transparent no-repeat left center;
}
.quality-3 {
  background: url('https://players.dcuniverseonline.com/images/temporary/marketplace_inventory_bg.png?v=1726083456') transparent no-repeat left center;
}
.quality-4 {
  background: url('https://players.dcuniverseonline.com/images/temporary/rare.png?v=4095159696') transparent no-repeat left center;
}
.quality-5 {
  background: url('https://players.dcuniverseonline.com/images/temporary/epic.png?v=2130067426') transparent no-repeat left center;
}
.quality-6 {
  background: url('https://players.dcuniverseonline.com/images/temporary/artifact.png?v=32597200') transparent no-repeat left center;
}
.quality-7 {
  background: url('https://players.dcuniverseonline.com/images/temporary/legendary.png?v=440011852') transparent no-repeat left center;
}
.guideContainer #guideHeader {
  position: relative;
  margin-top: 20px;
  margin-bottom: 20px;
}
.guideContainer #guideHeader #headerBG {
  padding: 0 15px;
  position: absolute;
  top: 0;
  left: 0;
  height: 37px;
  width: 100%;
  display: block;
}
.guideContainer #guideHeader #headerBG div {
  float: left;
  height: 37px;
  margin: 0;
}
.guideContainer #guideHeader #headerBG div#headerBGLeft {
  width: 10%;
  background: url('https://players.dcuniverseonline.com/images/global/header-left-cap.png?v=3429256847') no-repeat left top transparent;
}
.guideContainer #guideHeader #headerBG div#headerBGMiddle {
  width: 80%;
  background: url('https://players.dcuniverseonline.com/images/global/header-middle-cap.png?v=1335290659') no-repeat center top transparent;
}
.guideContainer #guideHeader #headerBG div#headerBGRight {
  width: 10%;
  background: url('https://players.dcuniverseonline.com/images/global/header-right-cap.png?v=1511982965') no-repeat right top transparent;
}
.guideContainer #guideHeader #headerContent #headerTitle {
  float: left;
  padding-left: 15px;
}
.guideContainer #guideHeader #headerContent #headerTitle p {
  font-family: 'Ari Savit';
  line-height: normal;
  line-height: 37px;
  font-size: 24px;
  margin: 0;
}
.guideContainer #guideHeader #headerContent #headerBreadcrumbs {
  float: right;
  padding-right: 15px;
}
.guideContainer #guideHeader #headerContent #headerBreadcrumbs a {
  line-height: 27px;
  margin: 0;
}
.guideContainer #guideContent #guideItem #itemDetails {
  margin-bottom: 20px;
}
.guideContainer #guideContent #guideItem #itemDetails .itemHeader {
  background: url('https://players.dcuniverseonline.com/images/my-profile/item-container-left.png?v=1974694782') transparent left 0 no-repeat;
  position: relative;
  width: 100%;
  height: 115px;
  display: block;
  padding-left: 15px;
}
.guideContainer #guideContent #guideItem #itemDetails .itemHeader #itemHeaderDetails {
  display: block;
  height: 115px;
  width: 100%;
  background: url('https://players.dcuniverseonline.com/images/my-profile/item-container-right.png?v=4083436563') transparent 0 0 repeat-x;
  padding: 20px 20px 20px 0;
}
.guideContainer #guideContent #guideItem #itemDetails .itemHeader #itemHeaderDetails .imageContainer {
  background: url("https://players.dcuniverseonline.com/images/my-profile/item-container.png?v=943950207") no-repeat scroll center 0 rgba(0, 0, 0, 0);
  height: 73px;
  width: 69px;
  float: left;
  margin-right: 15px;
  padding: 5px 2px;
}
.guideContainer #guideContent #guideItem #itemDetails .itemHeader #itemHeaderDetails .imageContainer .itemImage {
  display: block;
  float: left;
  width: 64px;
  height: 64px;
  padding: 5px;
}
.guideContainer #guideContent #guideItem #itemDetails .itemHeader #itemHeaderDetails .imageContainer .itemImage.quality-0 {
  background: url('https://players.dcuniverseonline.com/images/temporary/poor.png?v=2197493410') transparent no-repeat 0 0;
  background: url('https://players.dcuniverseonline.com/images/temporary/poor.png?v=2197493410') transparent no-repeat left center;
}
.guideContainer #guideContent #guideItem #itemDetails .itemHeader #itemHeaderDetails .imageContainer .itemImage.quality-1 {
  background: url('https://players.dcuniverseonline.com/images/temporary/common.png?v=2799818179') transparent no-repeat 0 0;
  background: url('https://players.dcuniverseonline.com/images/temporary/common.png?v=2799818179') transparent no-repeat left center;
}
.guideContainer #guideContent #guideItem #itemDetails .itemHeader #itemHeaderDetails .imageContainer .itemImage.quality-2 {
  background: url('https://players.dcuniverseonline.com/images/temporary/uncommon.png?v=903628309') transparent no-repeat 0 0;
  background: url('https://players.dcuniverseonline.com/images/temporary/uncommon.png?v=903628309') transparent no-repeat left center;
}
.guideContainer #guideContent #guideItem #itemDetails .itemHeader #itemHeaderDetails .imageContainer .itemImage.quality-3 {
  background: url('https://players.dcuniverseonline.com/images/temporary/marketplace_inventory_bg.png?v=1726083456') transparent no-repeat 0 0;
  background: url('https://players.dcuniverseonline.com/images/temporary/marketplace_inventory_bg.png?v=1726083456') transparent no-repeat left center;
}
.guideContainer #guideContent #guideItem #itemDetails .itemHeader #itemHeaderDetails .imageContainer .itemImage.quality-4 {
  background: url('https://players.dcuniverseonline.com/images/temporary/rare.png?v=4095159696') transparent no-repeat 0 0;
  background: url('https://players.dcuniverseonline.com/images/temporary/rare.png?v=4095159696') transparent no-repeat left center;
}
.guideContainer #guideContent #guideItem #itemDetails .itemHeader #itemHeaderDetails .imageContainer .itemImage.quality-5 {
  background: url('https://players.dcuniverseonline.com/images/temporary/epic.png?v=2130067426') transparent no-repeat 0 0;
  background: url('https://players.dcuniverseonline.com/images/temporary/epic.png?v=2130067426') transparent no-repeat left center;
}
.guideContainer #guideContent #guideItem #itemDetails .itemHeader #itemHeaderDetails .imageContainer .itemImage.quality-6 {
  background: url('https://players.dcuniverseonline.com/images/temporary/artifact.png?v=32597200') transparent no-repeat 0 0;
  background: url('https://players.dcuniverseonline.com/images/temporary/artifact.png?v=32597200') transparent no-repeat left center;
}
.guideContainer #guideContent #guideItem #itemDetails .itemHeader #itemHeaderDetails .imageContainer .itemImage.quality-7 {
  background: url('https://players.dcuniverseonline.com/images/temporary/legendary.png?v=440011852') transparent no-repeat 0 0;
  background: url('https://players.dcuniverseonline.com/images/temporary/legendary.png?v=440011852') transparent no-repeat left center;
}
.guideContainer #guideContent #guideItem #itemDetails .itemHeader #itemHeaderDetails p {
  font-family: 'Ari Savit';
  line-height: normal;
  font-size: 22px;
  text-shadow: 1px 1px 1px #000;
}
.guideContainer #guideContent #guideItem #itemDetails .itemHeader #itemHeaderDetails p.itemStyle {
  font-size: 15px;
  font-family: arial;
}
.guideContainer #guideContent #guideItem #itemDetails .itemHeader #itemHeaderDetails p.itemStyle span {
  color: #0c96ce;
}
.guideContainer #guideContent #guideItem #itemDetails .itemDetails {
  clear: both;
}
.guideContainer #guideContent #guideItem #itemDetails .itemDetails table {
  width: 100%;
}
.guideContainer #guideContent #guideItem #itemDetails .itemDetails table tbody tr {
  height: 50px;
}
.guideContainer #guideContent #guideItem #itemDetails .itemDetails table tbody tr td {
  background: url('https://players.dcuniverseonline.com/images/my-profile/horizontal-divider.png?v=2198964009') no-repeat right bottom transparent;
}
.guideContainer #guideContent #guideItem #itemDetails .itemDetails table tbody tr td:first-child {
  background-position: left bottom;
}
.guideContainer #guideContent #guideItem #itemDetails .itemDetails table tbody tr td.statName {
  font-weight: bold;
}
.guideContainer #guideContent #guideItem #itemDetails .itemDetails table tbody tr td.statValue {
  font-family: 'Ari Savit';
  line-height: normal;
  font-size: 25px;
  text-align: right;
  color: #A4E433;
}
.guideContainer #guideContent #guideItem #itemRightColumn {
  padding: 0;
}
.guideContainer #guideContent #guideItem #itemRightColumn #relatedItems .tableCap {
  display: block;
  height: 13px;
  background: url('https://players.dcuniverseonline.com/images/my-profile/table-cap.png?v=2577381578') no-repeat 0 0 transparent;
  border-right: 1px solid #0a2a47;
}
.guideContainer #guideContent #guideItem #itemRightColumn #relatedItems .relatedItems table {
  width: 100%;
  background: #000;
  border: 1px solid #0a2a47;
  border-top: 0;
}
.guideContainer #guideContent #guideItem #itemRightColumn #relatedItems .relatedItems table tr {
  padding-top: 0;
  border-bottom: 1px solid #061c2f;
}
.guideContainer #guideContent #guideItem #itemRightColumn #relatedItems .relatedItems table tr:last-child {
  border-bottom: 0;
}
.guideContainer #guideContent #guideItem #itemRightColumn #relatedItems .relatedItems table tr td {
  padding: 5px 15px;
  vertical-align: middle;
  border-top: none;
}
.guideContainer #guideContent #guideItem #itemRightColumn #relatedItems .relatedItems table tr td:last-child {
  text-align: right;
  font-family: 'Ari Savit';
  line-height: normal;
  font-size: 24px;
  color: #a4e433;
}
.guideContainer #guideContent #guideItem #itemRightColumn #relatedItems .relatedItems table tfoot {
  display: block;
  height: 15px;
}
.guideContainer #guideContent #guideItemList table {
  border-spacing: 0;
  width: 100%;
}
.guideContainer #guideContent #guideItemList table thead th {
  font-size: 15px;
  font-weight: bold;
}
.guideContainer #guideContent #guideItemList table thead th.itemName {
  padding-left: 15px;
}
.guideContainer #guideContent #guideItemList table thead th.itemStat {
  text-align: center;
}
.guideContainer #guideContent #guideItemList table thead th.itemType {
  text-align: center;
}
.guideContainer #guideContent #guideItemList table tbody tr:hover td.itemName {
  background-position: -900px bottom;
}
.guideContainer #guideContent #guideItemList table tbody tr:hover td.itemStat {
  background: #042f53;
}
.guideContainer #guideContent #guideItemList table tbody tr:hover td.itemType {
  background: #042f53;
}
.guideContainer #guideContent #guideItemList table tbody tr td {
  height: 80px;
}
.guideContainer #guideContent #guideItemList table tbody tr td.itemName {
  display: table;
  width: 100%;
  position: relative;
  background: url('https://players.dcuniverseonline.com/images/guide/td-name-gradient.png?v=2329640776') transparent left bottom repeat-y;
  border-top: 1px solid #07548e;
  margin: -1px 0 0 0;
}
.guideContainer #guideContent #guideItemList table tbody tr td.itemName a {
  width: 100%;
  height: 100%;
  display: block;
  text-decoration: none;
}
.guideContainer #guideContent #guideItemList table tbody tr td.itemName a:hover {
  text-decoration: none;
}
.guideContainer #guideContent #guideItemList table tbody tr td.itemName a p {
  font-size: 17px;
  display: table-cell;
  vertical-align: middle;
  height: 80px;
  margin: 0 0 0 20px;
  width: auto;
  color: #fff;
  overflow: hidden;
  padding-right: 10px;
}
.guideContainer #guideContent #guideItemList table tbody tr td.itemName a p span {
  color: #436377;
  font-style: italic;
}
.guideContainer #guideContent #guideItemList table tbody tr td.itemName a .itemContainer {
  background: url("https://players.dcuniverseonline.com/images/my-profile/item-container.png?v=943950207") no-repeat scroll center 0 rgba(0, 0, 0, 0);
  height: 73px;
  margin: 8px 7px;
  width: 69px;
  float: left;
  padding: 5px 2px;
}
.guideContainer #guideContent #guideItemList table tbody tr td.itemName a .itemContainer .itemIcon {
  float: left;
  width: 64px;
  height: 64px;
  vertical-align: middle;
  padding: 3px;
}
.guideContainer #guideContent #guideItemList table tbody tr td.itemName a .itemContainer .itemIcon.quality-0 {
  background: url('https://players.dcuniverseonline.com/images/temporary/poor.png?v=2197493410') transparent no-repeat 0 0;
  background: url('https://players.dcuniverseonline.com/images/temporary/poor.png?v=2197493410') transparent no-repeat left center;
}
.guideContainer #guideContent #guideItemList table tbody tr td.itemName a .itemContainer .itemIcon.quality-1 {
  background: url('https://players.dcuniverseonline.com/images/temporary/common.png?v=2799818179') transparent no-repeat 0 0;
  background: url('https://players.dcuniverseonline.com/images/temporary/common.png?v=2799818179') transparent no-repeat left center;
}
.guideContainer #guideContent #guideItemList table tbody tr td.itemName a .itemContainer .itemIcon.quality-2 {
  background: url('https://players.dcuniverseonline.com/images/temporary/uncommon.png?v=903628309') transparent no-repeat 0 0;
  background: url('https://players.dcuniverseonline.com/images/temporary/uncommon.png?v=903628309') transparent no-repeat left center;
}
.guideContainer #guideContent #guideItemList table tbody tr td.itemName a .itemContainer .itemIcon.quality-3 {
  background: url('https://players.dcuniverseonline.com/images/temporary/marketplace_inventory_bg.png?v=1726083456') transparent no-repeat 0 0;
  background: url('https://players.dcuniverseonline.com/images/temporary/marketplace_inventory_bg.png?v=1726083456') transparent no-repeat left center;
}
.guideContainer #guideContent #guideItemList table tbody tr td.itemName a .itemContainer .itemIcon.quality-4 {
  background: url('https://players.dcuniverseonline.com/images/temporary/rare.png?v=4095159696') transparent no-repeat 0 0;
  background: url('https://players.dcuniverseonline.com/images/temporary/rare.png?v=4095159696') transparent no-repeat left center;
}
.guideContainer #guideContent #guideItemList table tbody tr td.itemName a .itemContainer .itemIcon.quality-5 {
  background: url('https://players.dcuniverseonline.com/images/temporary/epic.png?v=2130067426') transparent no-repeat 0 0;
  background: url('https://players.dcuniverseonline.com/images/temporary/epic.png?v=2130067426') transparent no-repeat left center;
}
.guideContainer #guideContent #guideItemList table tbody tr td.itemName a .itemContainer .itemIcon.quality-6 {
  background: url('https://players.dcuniverseonline.com/images/temporary/artifact.png?v=32597200') transparent no-repeat 0 0;
  background: url('https://players.dcuniverseonline.com/images/temporary/artifact.png?v=32597200') transparent no-repeat left center;
}
.guideContainer #guideContent #guideItemList table tbody tr td.itemName a .itemContainer .itemIcon.quality-7 {
  background: url('https://players.dcuniverseonline.com/images/temporary/legendary.png?v=440011852') transparent no-repeat 0 0;
  background: url('https://players.dcuniverseonline.com/images/temporary/legendary.png?v=440011852') transparent no-repeat left center;
}
.guideContainer #guideContent #guideItemList table tbody tr td.itemStat {
  background: url('https://players.dcuniverseonline.com/images/guide/td-gradient.png?v=393878867') transparent left top repeat-y;
  max-width: 120px;
  text-align: center;
  border: 1px solid #07548e;
  font-family: 'Ari Savit';
  line-height: normal;
  font-size: 30px;
  color: #A4E433;
}
.guideContainer #guideContent #guideItemList table tbody tr td.itemType {
  background: url('https://players.dcuniverseonline.com/images/guide/td-gradient.png?v=393878867') transparent left top repeat-y;
  max-width: 220px;
  text-align: center;
  padding-right: 10px;
  border: 1px solid #07548e;
  font-size: 17px;
}
.guideContainer #guideContent .guidePagination .pagContainer {
  display: block;
  width: 270px;
  margin: 15px auto 0 auto;
}
.guideContainer #guideContent .guidePagination .pagContainer .pagButton {
  display: block;
  width: 33px;
  height: 26px;
  background: url('https://players.dcuniverseonline.com/images/global/pag-buttons-sprite.png?v=4216854804') transparent 0 0 no-repeat;
  float: left;
}
.guideContainer #guideContent .guidePagination .pagContainer .pagButton.pagFirst {
  background-position: 0 0;
  margin-right: 7px;
}
.guideContainer #guideContent .guidePagination .pagContainer .pagButton.pagPrev {
  background-position: -33px 0;
  margin-right: 7px;
}
.guideContainer #guideContent .guidePagination .pagContainer .pagButton.pagNext {
  background-position: -66px 0;
  margin-left: 7px;
}
.guideContainer #guideContent .guidePagination .pagContainer .pagButton.pagLast {
  background-position: -99px 0;
  margin-left: 7px;
}
.guideContainer #guideContent .guidePagination .pagContainer .pagButton.disabled {
  opacity: 0.3;
}
.guideContainer #guideContent .guidePagination .pagContainer .pagText {
  margin: 4px 0 0 0;
  float: left;
  width: 110px;
  text-align: center;
}
.guideContainer #guideContent #guideLoader {
  width: 100%;
  height: 200px;
  background: url('https://players.dcuniverseonline.com/images/global/loader-big.gif?v=4034955845') center center transparent no-repeat;
}
.guideContainer #guideContent #topCategories a {
  color: #fff;
  margin-bottom: 20px;
  border-bottom: 1px solid #fff;
  text-decoration: none;
}
.guideContainer #guideContent #topCategories a .guideCategoryImage {
  height: 98px;
  display: block;
  margin: 0 auto 30px;
  text-align: center;
  position: relative;
}
.guideContainer #guideContent #topCategories a .guideCategoryImage .categoryBGContainer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 98px;
  display: block;
}
.guideContainer #guideContent #topCategories a .guideCategoryImage .categoryBGContainer .categoryBGLeft {
  background: url('https://players.dcuniverseonline.com/images/temporary/guide-cat-left.png?v=1773462168') left top no-repeat transparent;
  width: 55%;
  position: absolute;
  top: 0;
  left: 0;
  height: 98px;
}
.guideContainer #guideContent #topCategories a .guideCategoryImage .categoryBGContainer .categoryBGRight {
  background: url('https://players.dcuniverseonline.com/images/temporary/guide-cat-right.png?v=3888006433') right top no-repeat transparent;
  width: 55%;
  position: absolute;
  top: 0;
  right: 0;
  height: 98px;
}
.guideContainer #guideContent #topCategories a .guideCategoryImage .categoryImage {
  position: absolute;
  top: 6px;
  left: 10px;
  right: 10px;
  height: 80px;
}
.guideContainer #guideContent #topCategories a .guideCategoryImage p {
  position: absolute;
  top: 10px;
  right: 20px;
  text-decoration: none;
  text-shadow: 1px 1px 1px #000;
  margin: 0;
  font-family: 'Ari Savit';
  line-height: normal;
}
.guideContainer #guideContent #topCategories a .guideCategoryImage .categoryIcon {
  background: url("https://players.dcuniverseonline.com/images/my-profile/item-container.png?v=943950207") no-repeat scroll center 0 rgba(0, 0, 0, 0);
  position: absolute;
  top: 45px;
  display: block;
  width: 69px;
  height: 73px;
  right: 15px;
}
.guideContainer #guideContent #topCategories a .guideCategoryImage .categoryIcon .categoryIconInner {
  margin: 5px 2px;
  display: block;
  width: 64px;
  height: 64px;
  background: url('https://players.dcuniverseonline.com/images/temporary/common.png?v=2799818179') transparent 0 0 no-repeat;
  padding: 10px;
}
.guideContainer #guideContent #topCategories a p {
  margin: 0 0 20px;
}
.guideContainer #guideContent #topCategories .categoryName {
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 1px;
  padding-left: 3px;
}
.guideContainer #guideContent .legend .legendItem {
  line-height: 35px;
  text-align: center;
}
.guideContainer #guideContent .legend .legendItem img {
  margin-right: 10px;
}
.guideContainer #guideContent .mapRow {
  margin: 0;
  position: relative;
  padding: 10px;
}
.guideContainer #guideContent .mapRow .mapBorderTL {
  position: absolute;
  display: block;
  width: 10px;
  height: 10px;
  top: 4px;
  left: 4px;
  background: #061b29;
  border-top: 1px solid #055a93;
  border-left: 1px solid #055a93;
}
.guideContainer #guideContent .mapRow .mapBorderTC {
  position: absolute;
  height: 10px;
  top: 4px;
  left: 14px;
  right: 14px;
  padding: 0 10px;
  background: #061b29;
  border-top: 1px solid #055a93;
}
.guideContainer #guideContent .mapRow .mapBorderTR {
  position: absolute;
  display: block;
  width: 10px;
  height: 10px;
  top: 4px;
  right: 4px;
  background: url('https://players.dcuniverseonline.com/images/guide/map-tr-cap.png?v=2731105624') transparent 0 0 no-repeat;
}
.guideContainer #guideContent .mapRow .mapBorderLC {
  position: absolute;
  padding: 10px 0 40px 0;
  width: 6px;
  margin-left: 4px;
  background: #061b29;
  border-left: 1px solid #055a93;
  top: 14px;
  bottom: 40px;
  left: 0;
}
.guideContainer #guideContent .mapRow .mapBorderRC {
  position: absolute;
  padding: 10px 0 40px 0;
  width: 6px;
  margin-right: 4px;
  background: #061b29;
  border-right: 1px solid #055a93;
  top: 14px;
  bottom: 40px;
  right: 0;
}
.guideContainer #guideContent .mapRow .mapBorderBL {
  position: absolute;
  bottom: 0;
  left: 0px;
  display: block;
  width: 10px;
  height: 40px;
  background: url('https://players.dcuniverseonline.com/images/guide/map-bottom-cap.png?v=791933010') transparent left bottom no-repeat;
}
.guideContainer #guideContent .mapRow .mapBorderBC {
  position: absolute;
  bottom: 0px;
  padding: 0 10px;
  display: block;
  height: 10px;
  left: 10px;
  right: 10px;
  background: url('https://players.dcuniverseonline.com/images/guide/map-bottom-center.jpg?v=1112028739') transparent 0 0 repeat-x;
}
.guideContainer #guideContent .mapRow .mapBorderBR {
  position: absolute;
  bottom: 0;
  right: 0px;
  display: block;
  width: 10px;
  height: 40px;
  background: url('https://players.dcuniverseonline.com/images/guide/map-bottom-cap.png?v=791933010') transparent right bottom no-repeat;
}
.guideContainer #guideContent #mapContainer {
  background: #0D1E31;
}
.guideContainer #guideContent #mapContainer .leaflet-bar {
  border-radius: 0;
  box-shadow: none;
}
.guideContainer #guideContent #mapContainer .leaflet-control-zoomslider-in:after {
  content: "";
}
.guideContainer #guideContent #mapContainer .leaflet-control-zoomslider-out:after {
  content: "";
}
.guideContainer #guideContent #mapContainer .leaflet-control-zoomslider-knob {
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0) #ffffff rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
  border-radius: 2px;
  border-right: 10px solid #FFFFFF;
  border-style: solid;
  border-width: 6px 10px 6px 5px;
  height: 12px;
  margin-left: 16px;
  position: relative;
  width: 0;
}
.guideContainer #guideContent #mapContainer .leaflet-bar a {
  border-radius: 0;
}
.guideContainer #guideContent #mapContainer .leaflet-control-zoomslider a {
  background: none repeat scroll 0 0 #06121F;
  border: 1px solid #073A63;
  color: #1DB2EB;
  display: block;
  height: 26px;
  text-align: center;
  text-decoration: none;
  width: 26px;
}
.guideContainer #guideContent #mapContainer .leaflet-control-zoomslider a.leaflet-control-zoomslider-in {
  background: url('https://players.dcuniverseonline.com/images/guide/map-zoom-sprite.jpg?v=740117562') 0 0 no-repeat;
}
.guideContainer #guideContent #mapContainer .leaflet-control-zoomslider a.leaflet-control-zoomslider-out {
  background: url('https://players.dcuniverseonline.com/images/guide/map-zoom-sprite.jpg?v=740117562') 0 -24px no-repeat;
}
.guideContainer #guideContent #mapContainer .leaflet-control-zoomslider a.leaflet-control-zoomslider-in:hover {
  background: url('https://players.dcuniverseonline.com/images/guide/map-zoom-sprite.jpg?v=740117562') -24px 0 no-repeat;
}
.guideContainer #guideContent #mapContainer .leaflet-control-zoomslider a.leaflet-control-zoomslider-out:hover {
  background: url('https://players.dcuniverseonline.com/images/guide/map-zoom-sprite.jpg?v=740117562') -24px -24px no-repeat;
}
.guideContainer #guideContent #mapContainer .leaflet-control-zoomslider a.leaflet-control-zoomslider-in.leaflet-control-zoomslider-disabled {
  background: url('https://players.dcuniverseonline.com/images/guide/map-zoom-sprite.jpg?v=740117562') -48px 0 no-repeat;
}
.guideContainer #guideContent #mapContainer .leaflet-control-zoomslider a.leaflet-control-zoomslider-out.leaflet-control-zoomslider-disabled {
  background: url('https://players.dcuniverseonline.com/images/guide/map-zoom-sprite.jpg?v=740117562') -48px -24px no-repeat;
}
.guideContainer #guideContent #mapContainer .leaflet-control-zoomslider-wrap {
  border: 1px solid #073A63;
  background: none repeat scroll 0 0 #06121F;
  padding-bottom: 5px;
  padding-top: 0;
  margin: 3px;
  width: 20px;
}
.guideContainer #guideContent #mapContainer .leaflet-control-zoomslider-body {
  background: url('https://players.dcuniverseonline.com/images/guide/map-scale.jpg?v=2176104068') no-repeat 0 0;
  border: 0;
  width: 20px;
}
.guideContainer #guideContent .mapsTitle {
  font-weight: bold;
  font-size: 14px;
  padding-left: 3px;
  letter-spacing: 1px;
  margin-bottom: 10px;
}
.guideContainer #guideContent #maps a {
  color: #fff;
}
.guideContainer #guideContent #maps a .mapImage {
  position: relative;
}
.guideContainer #guideContent #maps a .mapImage:hover .hoverIcon {
  display: block;
}
.guideContainer #guideContent #maps a .mapImage .hoverIcon {
  display: none;
  position: absolute;
  width: 76px;
  height: 76px;
  text-align: center;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url('https://players.dcuniverseonline.com/images/guide/map-hover-icon.png?v=2494524035') transparent 0 0 no-repeat;
}
.guideContainer #guideContent #maps a .mapImage .mapTitle {
  font-family: 'Ari Savit';
  line-height: normal;
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 18px;
  text-shadow: 1px 1px 1px #000;
}
.guideContainer #guideContent #maps a p {
  margin-top: 20px;
}
.guideContainer #guideContent #subCategories .categoryItem {
  margin-bottom: 35px;
}
.guideContainer #guideContent #subCategories .categoryItem a {
  color: #fff;
  margin-bottom: 20px;
  border-bottom: 1px solid #fff;
}
.guideContainer #guideContent #subCategories .categoryItem a .guideCategoryImage {
  height: 98px;
  display: block;
  margin: 0 auto;
  text-align: center;
  position: relative;
}
.guideContainer #guideContent #subCategories .categoryItem a .guideCategoryImage .categoryBGContainer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 98px;
  display: block;
}
.guideContainer #guideContent #subCategories .categoryItem a .guideCategoryImage .categoryBGContainer .categoryBGLeft {
  background: url('https://players.dcuniverseonline.com/images/temporary/guide-cat-left.png?v=1773462168') left top no-repeat transparent;
  width: 55%;
  position: absolute;
  top: 0;
  left: 0;
  height: 98px;
}
.guideContainer #guideContent #subCategories .categoryItem a .guideCategoryImage .categoryBGContainer .categoryBGRight {
  background: url('https://players.dcuniverseonline.com/images/temporary/guide-cat-right.png?v=3888006433') right top no-repeat transparent;
  width: 55%;
  position: absolute;
  top: 0;
  right: 0;
  height: 98px;
}
.guideContainer #guideContent #subCategories .categoryItem a .guideCategoryImage .categoryImage {
  position: absolute;
  top: 6px;
  left: 10px;
  right: 10px;
  height: 80px;
}
.guideContainer #guideContent #subCategories .categoryItem a .guideCategoryImage p {
  position: absolute;
  top: 10px;
  right: 20px;
  text-shadow: 1px 1px 1px #000;
  margin: 0;
  font-family: 'Ari Savit';
  line-height: normal;
}
.guideContainer #guideContent #subCategories .categoryItem a .guideCategoryImage .categoryIcon {
  background: url("https://players.dcuniverseonline.com/images/my-profile/item-container.png?v=943950207") no-repeat scroll center 0 rgba(0, 0, 0, 0);
  position: absolute;
  top: 45px;
  display: block;
  width: 69px;
  height: 73px;
  right: 15px;
}
.guideContainer #guideContent #subCategories .categoryItem a .guideCategoryImage .categoryIcon .categoryIconInner {
  margin: 5px 2px;
  display: block;
  width: 64px;
  height: 64px;
  background: url('https://players.dcuniverseonline.com/images/temporary/common.png?v=2799818179') transparent 0 0 no-repeat;
  padding: 10px;
}
.guideContainer #guideContent #subCategories .categoryItem a p {
  margin: 20px 0 20px 0;
}
.guideContainer .categoryImage {
  background: url('https://players.dcuniverseonline.com/images/temporary/guide-category-image.jpg?v=2046523251') left top no-repeat;
}
.guideContainer .categoryImage.weapons {
  background: url('https://players.dcuniverseonline.com/images/guide/cat-images/weapons.jpg?v=2651149607') no-repeat 0 0;
}
.guideContainer .categoryImage.consumables {
  background: url('https://players.dcuniverseonline.com/images/guide/cat-images/consumables.jpg?v=2155536373') no-repeat 0 0;
}
.guideContainer .categoryImage.armor {
  background: url('https://players.dcuniverseonline.com/images/guide/cat-images/armor.jpg?v=4186581521') no-repeat 0 0;
}
.guideContainer .categoryImage.staff {
  background: url('https://players.dcuniverseonline.com/images/guide/cat-images/staff.jpg?v=3447798458') no-repeat 0 0;
}
.guideContainer .categoryImage.martial-arts {
  background: url('https://players.dcuniverseonline.com/images/guide/cat-images/martial-arts.jpg?v=1063145599') no-repeat 0 0;
}
.guideContainer .categoryImage.two-handed {
  background: url('https://players.dcuniverseonline.com/images/guide/cat-images/two-handed.jpg?v=1115747295') no-repeat 0 0;
}
.guideContainer .categoryImage.dual-wield {
  background: url('https://players.dcuniverseonline.com/images/guide/cat-images/dual-wield.jpg?v=901608534') no-repeat 0 0;
}
.guideContainer .categoryImage.rifle {
  background: url('https://players.dcuniverseonline.com/images/guide/cat-images/rifle.jpg?v=1709718060') no-repeat 0 0;
}
.guideContainer .categoryImage.bow {
  background: url('https://players.dcuniverseonline.com/images/guide/cat-images/bow.jpg?v=691383834') no-repeat 0 0;
}
.guideContainer .categoryImage.dual-pistol {
  background: url('https://players.dcuniverseonline.com/images/guide/cat-images/dual-pistol.jpg?v=2976009308') no-repeat 0 0;
}
.guideContainer .categoryImage.one-handed {
  background: url('https://players.dcuniverseonline.com/images/guide/cat-images/one-handed.jpg?v=2234534996') no-repeat 0 0;
}
.guideContainer .categoryImage.brawling {
  background: url('https://players.dcuniverseonline.com/images/guide/cat-images/brawling.jpg?v=1404275650') no-repeat 0 0;
}
.guideContainer .categoryImage.hand-blast {
  background: url('https://players.dcuniverseonline.com/images/guide/cat-images/hand-blast.jpg?v=781060707') no-repeat 0 0;
}
.guideContainer .categoryImage.shield {
  background: url('https://players.dcuniverseonline.com/images/guide/cat-images/shield.jpg?v=1142811245') no-repeat 0 0;
}
.guideContainer .categoryImage.back {
  background: url('https://players.dcuniverseonline.com/images/guide/cat-images/back.jpg?v=895282948') no-repeat 0 0;
}
.guideContainer .categoryImage.waist {
  background: url('https://players.dcuniverseonline.com/images/guide/cat-images/waist.jpg?v=4146835395') no-repeat 0 0;
}
.guideContainer .categoryImage.ring {
  background: url('https://players.dcuniverseonline.com/images/guide/cat-images/ring.jpg?v=1115158672') no-repeat 0 0;
}
.guideContainer .categoryImage.head {
  background: url('https://players.dcuniverseonline.com/images/guide/cat-images/head.jpg?v=1792902048') no-repeat 0 0;
}
.guideContainer .categoryImage.shoulders {
  background: url('https://players.dcuniverseonline.com/images/guide/cat-images/shoulders.jpg?v=3538780170') no-repeat 0 0;
}
.guideContainer .categoryImage.hands {
  background: url('https://players.dcuniverseonline.com/images/guide/cat-images/hands.jpg?v=1484705014') no-repeat 0 0;
}
.guideContainer .categoryImage.feet {
  background: url('https://players.dcuniverseonline.com/images/guide/cat-images/feet.jpg?v=3939223540') no-repeat 0 0;
}
.guideContainer .categoryImage.legs {
  background: url('https://players.dcuniverseonline.com/images/guide/cat-images/legs.jpg?v=1486226838') no-repeat 0 0;
}
.guideContainer .categoryImage.neck {
  background: url('https://players.dcuniverseonline.com/images/guide/cat-images/neck.jpg?v=3265670084') no-repeat 0 0;
}
.guideContainer .categoryImage.face {
  background: url('https://players.dcuniverseonline.com/images/guide/cat-images/face.jpg?v=2068635268') no-repeat 0 0;
}
.guideContainer .categoryImage.chest {
  background: url('https://players.dcuniverseonline.com/images/guide/cat-images/chest.jpg?v=3768584705') no-repeat 0 0;
}
.guideContainer .categoryImage.cash {
  background: url('https://players.dcuniverseonline.com/images/guide/cat-images/cash.jpg?v=2722577807') no-repeat 0 0;
}
.guideContainer .categoryImage.utility-belts {
  background: url('https://players.dcuniverseonline.com/images/guide/cat-images/utility-belts.jpg?v=812040428') no-repeat 0 0;
}
.guideContainer .categoryImage.trinket {
  background: url('https://players.dcuniverseonline.com/images/guide/cat-images/trinket.jpg?v=2377809376') no-repeat 0 0;
}
.guideContainer .categoryImage.mods {
  background: url('https://players.dcuniverseonline.com/images/guide/cat-images/mods.jpg?v=638442174') no-repeat 0 0;
}
.guideContainer .categoryImage.collections {
  background: url('https://players.dcuniverseonline.com/images/guide/cat-images/collections.jpg?v=913748775') no-repeat 0 0;
}
.guideContainer .categoryImage.legends {
  background: url('https://players.dcuniverseonline.com/images/guide/cat-images/legends.jpg?v=2513219467') no-repeat 0 0;
}
.guideContainer .categoryImage.general {
  background: url('https://players.dcuniverseonline.com/images/guide/cat-images/general.jpg?v=1022525134') no-repeat 0 0;
}
.guideContainer .categoryImage.mission-granting {
  background: url('https://players.dcuniverseonline.com/images/guide/cat-images/mission-granting.jpg?v=1235335779') no-repeat 0 0;
}
.guideContainer .categoryImage.tokens-and-rewards {
  background: url('https://players.dcuniverseonline.com/images/guide/cat-images/tokens-and-rewards.jpg?v=984102179') no-repeat 0 0;
}
.guideContainer .categoryImage.marketplace-supplies {
  background: url('https://players.dcuniverseonline.com/images/guide/cat-images/marketplace-supplies.jpg?v=3842458501') no-repeat 0 0;
}
.guideContainer .categoryImage.research-and-development {
  background: url('https://players.dcuniverseonline.com/images/guide/cat-images/research-and-development.jpg?v=3181003297') no-repeat 0 0;
}
.guideContainer .categoryImage.style-items {
  background: url('https://players.dcuniverseonline.com/images/guide/cat-images/style-items.jpg?v=978651877') no-repeat 0 0;
}
.guideContainer .categoryImage.base-items {
  background: url('https://players.dcuniverseonline.com/images/guide/cat-images/base-items.jpg?v=2064137233') no-repeat 0 0;
}
.guideContainer .categoryImage.r-and-d-plans {
  background: url('https://players.dcuniverseonline.com/images/guide/cat-images/r-and-d-plans.jpg?v=1538256509') no-repeat 0 0;
}
.guideContainer .categoryImage.components {
  background: url('https://players.dcuniverseonline.com/images/guide/cat-images/components.jpg?v=848861596') no-repeat 0 0;
}
.guideContainer .categoryImage.auras {
  background: url('https://players.dcuniverseonline.com/images/guide/cat-images/auras.jpg?v=1274715425') no-repeat 0 0;
}
.guideContainer .categoryImage.emblems {
  background: url('https://players.dcuniverseonline.com/images/guide/cat-images/emblems.jpg?v=3500013064') no-repeat 0 0;
}
.guideContainer .categoryImage.hair {
  background: url('https://players.dcuniverseonline.com/images/guide/cat-images/hair.jpg?v=3685524828') no-repeat 0 0;
}
.guideContainer .categoryImage.skins {
  background: url('https://players.dcuniverseonline.com/images/guide/cat-images/skins.jpg?v=482313142') no-repeat 0 0;
}
.guideContainer .categoryImage.lighting {
  background: url('https://players.dcuniverseonline.com/images/guide/cat-images/lighting.jpg?v=2005028427') no-repeat 0 0;
}
.guideContainer .categoryImage.decorations {
  background: url('https://players.dcuniverseonline.com/images/guide/cat-images/decorations.jpg?v=3685002694') no-repeat 0 0;
}
.guideContainer .categoryImage.deeds-and-themes {
  background: url('https://players.dcuniverseonline.com/images/guide/cat-images/deeds-and-themes.jpg?v=3554090337') no-repeat 0 0;
}
.guideContainer .categoryImage.tools-and-appliances {
  background: url('https://players.dcuniverseonline.com/images/guide/cat-images/tools-and-appliances.jpg?v=2841599132') no-repeat 0 0;
}
.guideContainer .categoryImage.furniture {
  background: url('https://players.dcuniverseonline.com/images/guide/cat-images/furniture.jpg?v=900769837') no-repeat 0 0;
}
.guideContainer .categoryImage.storage {
  background: url('https://players.dcuniverseonline.com/images/guide/cat-images/storage.jpg?v=2740621407') no-repeat 0 0;
}
.s-social #socialCharBarContainer {
  display: block;
  height: 70px;
  background: url('https://players.dcuniverseonline.com/images/my-profile/character-info-bar.png?v=1994716500') bottom center transparent no-repeat;
  margin: 6px -15px 20px -15px;
}
.s-social #socialCharBarContainer #characterAvatar {
  display: block;
  float: left;
  width: 37px;
  height: 38px;
  background: url('https://players.dcuniverseonline.com/images/temporary/char-icon.png?v=1266789073') transparent 0 0 no-repeat;
  margin: 13px;
}
.s-social #socialCharBarContainer #characterInfo {
  float: left;
}
.s-social #socialCharBarContainer #characterInfo #characterName {
  font-family: 'Ari Savit';
  line-height: normal;
  color: #a4e433;
  font-size: 20px;
  margin: 13px 0 0 0;
}
.s-social #socialCharBarContainer #characterInfo #characterDetails {
  margin: 0;
}
.s-social #socialCharBarContainer #characterInfo #mobileCharacterLastUpdated {
  font-size: 12px;
  margin: 0;
  color: #7cb2e0;
}
.s-social #socialCharBarContainer #characterLastUpdated {
  float: right;
  color: #7cb2e0;
  font-size: 12px;
  margin: 37px 13px 0 13px;
}
@media (max-width: 767px) {
  .s-social #socialCharBarContainer {
    background: #020c16;
    background: -moz-linear-gradient(left, #020c16 0%, #03111d 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #020c16), color-stop(100%, #03111d));
    background: -webkit-linear-gradient(left, #020c16 0%, #03111d 100%);
    background: -o-linear-gradient(left, #020c16 0%, #03111d 100%);
    background: -ms-linear-gradient(left, #020c16 0%, #03111d 100%);
    background: linear-gradient(to right, #020c16 0%, #03111d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#020c16', endColorstr='#03111d', GradientType=1);
    margin-top: 0;
    margin-bottom: 0;
    border-bottom: 1px solid #08304f;
  }
  .s-social #socialCharBarContainer #characterInfo #characterName {
    margin-top: 5px;
  }
}
.s-social #socialContentContainer #paperdollContainer {
  margin-bottom: 20px;
  text-align: center;
}
.s-social #socialContentContainer #paperdollContainer .paperdollCap {
  max-width: 262px;
  width: 100%;
  margin: 0 auto;
}
.s-social #socialContentContainer #paperdollContainer .paperdollCap .paperdollLeftCap {
  display: block;
  float: left;
  height: 17px;
  width: 50%;
  background: url('https://players.dcuniverseonline.com/images/my-profile/paperdoll-top-cap.png?v=3790612073') left 0 no-repeat;
}
.s-social #socialContentContainer #paperdollContainer .paperdollCap .paperdollRightCap {
  float: right;
  display: block;
  width: 50%;
  height: 17px;
  background: url('https://players.dcuniverseonline.com/images/my-profile/paperdoll-top-cap.png?v=3790612073') right 0 no-repeat;
}
.s-social #socialContentContainer #paperdollContainer .paperdollMiddle {
  clear: both;
  max-width: 262px;
  margin: 0 auto;
  padding: 0;
}
.s-social #socialContentContainer #paperdollContainer .paperdollMiddle .paperdollLeft {
  margin: 0;
  padding: 0;
  width: 6px;
  background: url('https://players.dcuniverseonline.com/images/my-profile/paperdoll-left-right-border.jpg?v=2508029524') left 0 repeat-y;
}
.s-social #socialContentContainer #paperdollContainer .paperdollMiddle .paperdollImage {
  margin: 0;
  padding: 0;
}
.s-social #socialContentContainer #paperdollContainer .paperdollMiddle .paperdollImage img {
  width: 100%;
}
.s-social #socialContentContainer #paperdollContainer .paperdollMiddle .paperdollRight {
  margin: 0;
  padding: 0;
  width: 6px;
  background: url('https://players.dcuniverseonline.com/images/my-profile/paperdoll-left-right-border.jpg?v=2508029524') right 0 repeat-y;
}
.s-social #socialContentContainer #paperdollContainer .paperdollBottom {
  max-width: 262px;
  width: 100%;
  margin: 0 auto;
}
.s-social #socialContentContainer #paperdollContainer .paperdollBottom .paperdollLeftBottom {
  display: block;
  float: left;
  height: 6px;
  width: 50%;
  background: url('https://players.dcuniverseonline.com/images/my-profile/paperdoll-bottom-border.jpg?v=4066178117') left 0 no-repeat;
}
.s-social #socialContentContainer #paperdollContainer .paperdollBottom .paperdollRightBottom {
  display: block;
  float: right;
  height: 6px;
  width: 50%;
  background: url('https://players.dcuniverseonline.com/images/my-profile/paperdoll-bottom-border.jpg?v=4066178117') right 0 no-repeat;
}
.s-social #socialMobileSubNav {
  margin: 0 -15px 20px -15px;
}
.s-social #socialMobileSubNav ul {
  list-style: none;
  background: #074876;
  background: -moz-linear-gradient(top, #074876 0%, #085287 50%, #074475 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #074876), color-stop(50%, #085287), color-stop(100%, #074475));
  background: -webkit-linear-gradient(top, #074876 0%, #085287 50%, #074475 100%);
  background: -o-linear-gradient(top, #074876 0%, #085287 50%, #074475 100%);
  background: -ms-linear-gradient(top, #074876 0%, #085287 50%, #074475 100%);
  background: linear-gradient(to bottom, #074876 0%, #085287 50%, #074475 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#074876', endColorstr='#074475', GradientType=0);
  border-top: 1px solid #061a2c;
  border-bottom: 1px solid #0b7fd4;
  margin: 0;
  padding: 0;
}
.s-social #socialMobileSubNav ul li {
  width: 50%;
  margin: 0;
  float: left;
  text-align: center;
  border-left: 1px solid #095997;
  cursor: pointer;
}
.s-social #socialMobileSubNav ul li.subNavStats {
  border-left: 0;
}
.s-social #socialMobileSubNav ul li.active {
  background: #030e19;
}
.s-social #socialMobileSubNav ul li.active:hover {
  background: #030e19;
  cursor: default;
}
.s-social #socialMobileSubNav ul li:hover {
  background: #08598e;
  background: -moz-linear-gradient(top, #08598e 0%, #09609e 50%, #08538c 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #08598e), color-stop(50%, #09609e), color-stop(100%, #08538c));
  background: -webkit-linear-gradient(top, #08598e 0%, #09609e 50%, #08538c 100%);
  background: -o-linear-gradient(top, #08598e 0%, #09609e 50%, #08538c 100%);
  background: -ms-linear-gradient(top, #08598e 0%, #09609e 50%, #08538c 100%);
  background: linear-gradient(to bottom, #08598e 0%, #09609e 50%, #08538c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#08598e', endColorstr='#08538c', GradientType=0);
}
.s-social #socialMobileSubNav ul li .subNavIcon {
  width: 30px;
  height: 30px;
  display: block;
  margin: 5px auto;
  background: url('https://players.dcuniverseonline.com/images/main-nav/subnav-icons-sprite.png?v=1256414223') transparent;
}
.s-social #socialMobileSubNav ul li .subNavIcon.friends {
  background-position: 0 0;
}
.s-social #socialMobileSubNav ul li .subNavIcon.league {
  background-position: -30px 0;
}
.s-social #socialMobileSubNav ul li .hidden-xs p {
  color: #fff;
  font-family: 'Ari Savit';
  line-height: normal;
  font-size: 14px;
  margin: 0;
}
.s-social #subNavContainer {
  margin-bottom: 20px;
}
.s-social #subNavContainer ul {
  list-style: none;
  background: #074876;
  background: -moz-linear-gradient(top, #074876 0%, #085287 50%, #074475 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #074876), color-stop(50%, #085287), color-stop(100%, #074475));
  background: -webkit-linear-gradient(top, #074876 0%, #085287 50%, #074475 100%);
  background: -o-linear-gradient(top, #074876 0%, #085287 50%, #074475 100%);
  background: -ms-linear-gradient(top, #074876 0%, #085287 50%, #074475 100%);
  background: linear-gradient(to bottom, #074876 0%, #085287 50%, #074475 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#074876', endColorstr='#074475', GradientType=0);
  border-top: 1px solid #061a2c;
  border-bottom: 1px solid #0b7fd4;
  padding: 0;
  width: 100%;
}
.s-social #subNavContainer ul li {
  width: 50%;
  margin: 0;
  float: left;
  border-left: 1px solid #095997;
  text-align: center;
  cursor: pointer;
  position: relative;
}
.s-social #subNavContainer ul li.subNavStats {
  border-left: 0;
}
.s-social #subNavContainer ul li.active {
  background: #030e19;
}
.s-social #subNavContainer ul li.active:hover {
  background: #030e19;
  cursor: default;
}
.s-social #subNavContainer ul li.active .activeArrow {
  display: block;
  width: 100%;
  height: 8px;
  background: url('https://players.dcuniverseonline.com/images/main-nav/active-arrow.png?v=3779184137') center top no-repeat;
  position: absolute;
  float: left;
}
.s-social #subNavContainer ul li:hover {
  background: #08598e;
  background: -moz-linear-gradient(top, #08598e 0%, #09609e 50%, #08538c 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #08598e), color-stop(50%, #09609e), color-stop(100%, #08538c));
  background: -webkit-linear-gradient(top, #08598e 0%, #09609e 50%, #08538c 100%);
  background: -o-linear-gradient(top, #08598e 0%, #09609e 50%, #08538c 100%);
  background: -ms-linear-gradient(top, #08598e 0%, #09609e 50%, #08538c 100%);
  background: linear-gradient(to bottom, #08598e 0%, #09609e 50%, #08538c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#08598e', endColorstr='#08538c', GradientType=0);
}
.s-social #subNavContainer ul li .subNavIcon {
  width: 30px;
  height: 30px;
  display: block;
  margin: 5px auto;
  background: url('https://players.dcuniverseonline.com/images/main-nav/subnav-icons-sprite.png?v=1256414223') transparent;
}
.s-social #subNavContainer ul li .subNavIcon.friends {
  background-position: 0 0;
}
.s-social #subNavContainer ul li .subNavIcon.league {
  background-position: -30px 0;
}
.s-social #subNavContainer ul li .hidden-xs p {
  color: #fff;
  font-family: 'Ari Savit';
  line-height: normal;
  font-size: 14px;
  margin: 0;
}
#mainNav #main-nav {
  min-height: 58px;
}
#mainNav #main-nav .dcuoLogo {
  height: 53px;
  display: block;
  background: url('https://players.dcuniverseonline.com/images/dcuo-logo.png?v=43342589') transparent no-repeat center center;
}
@media (max-width: 767px) {
  #mainNav #main-nav .dcuoLogo {
    background-position: center center;
  }
}
#mainNav #main-nav .nav-pills {
  list-style: none outside none;
  float: left;
}
#mainNav #main-nav .nav-pills li {
  font-family: 'Ari Savit';
  line-height: normal;
  font-size: 19px;
  text-shadow: 1px 1px 1px #000;
  background: none;
  height: 58px;
  margin: 0;
}
#mainNav #main-nav .nav-pills li a {
  background: none;
  color: #fff;
  height: 58px;
  border-radius: 0;
  line-height: 38px;
}
#mainNav #main-nav .nav-pills li a.loggedIn {
  padding-right: 47px;
}
#mainNav #main-nav .nav-pills li.communityDD .nav-community {
  background: none;
  color: #fff;
  height: 58px;
  border-radius: 0;
  line-height: 38px;
  padding: 10px 15px;
  cursor: pointer;
}
#mainNav #main-nav .nav-pills li.communityDD ul {
  border-radius: 0;
  margin: -8px 0 0 0;
  border: 0;
  border-bottom: 1px solid #0B7FD4;
  background: #085287;
  cursor: pointer;
  z-index: 1021;
}
#mainNav #main-nav .nav-pills li.communityDD ul li {
  height: auto;
  line-height: auto;
}
#mainNav #main-nav .nav-pills li.communityDD ul li:hover {
  background: #030E19;
}
#mainNav #main-nav .nav-pills li.communityDD ul li.linkName {
  padding: 5px 10px;
}
#mainNav #main-nav .nav-pills li.communityDD ul li a {
  margin: 0;
  padding: 0;
  height: auto;
  line-height: normal;
  font-size: 16px;
}
#mainNav #main-nav .nav-pills li em {
  background: url('https://players.dcuniverseonline.com/images/global/dropdown-arrow.png?v=2980399588') no-repeat 0 0 transparent;
  width: 12px;
  height: 12px;
  margin: 0 0 0 10px;
  display: inline-block;
}
#mainNav #main-nav .nav-pills li #charSelectDD {
  position: absolute;
  height: 38px;
  right: 0;
  top: 15px;
  margin: 0 7px;
  width: 32px;
  cursor: pointer;
}
#mainNav #main-nav .nav-pills li #charSelectDD #charSelectDDTrigger {
  width: 100%;
  height: 100%;
  display: block;
}
#mainNav #main-nav .nav-pills li #charSelectDD #charSelectDDTrigger.open {
  background: #085287;
}
#mainNav #main-nav .nav-pills li #charSelectDD #charSelectDDTrigger .trigger {
  width: 100%;
  height: 100%;
  display: block;
}
#mainNav #main-nav .nav-pills li #charSelectDD #charSelectDDTrigger .trigger em {
  background: url('https://players.dcuniverseonline.com/images/global/dropdown-arrow.png?v=2980399588') no-repeat 0 0 transparent;
  width: 12px;
  height: 12px;
  display: inline-block;
  margin: 7px 10px 0 10px;
}
#mainNav #main-nav .nav-pills li #charSelectDD #charSelectDDTrigger .trigger:hover em {
  background-position: -12px 0;
}
#mainNav #main-nav .nav-pills li #charSelectDD #charSelectDDTrigger ul {
  border-radius: 0;
  margin: 0;
  border: 0;
  border-bottom: 1px solid #0B7FD4;
  background: #085287;
  z-index: 1021;
}
#mainNav #main-nav .nav-pills li #charSelectDD #charSelectDDTrigger ul li {
  height: auto;
  line-height: auto;
}
#mainNav #main-nav .nav-pills li #charSelectDD #charSelectDDTrigger ul li:hover {
  background: #030E19;
}
#mainNav #main-nav .nav-pills li #charSelectDD #charSelectDDTrigger ul li .charName {
  padding: 5px 10px;
}
#mainNav #main-nav .nav-pills li.navVertDivider {
  background: url('https://players.dcuniverseonline.com/images/main-nav/vert-nav-divider.png?v=1521651766') center center no-repeat transparent;
  display: block;
  width: 2px;
}
#mainNav #main-nav .nav-pills li.active a {
  background: url('https://players.dcuniverseonline.com/images/main-nav/main-nav-active.png?v=3323680447') center bottom no-repeat transparent;
}
#mainNav #main-nav .nav-pills li.active:hover {
  background: url('https://players.dcuniverseonline.com/images/main-nav/main-nav-active.png?v=3323680447') center bottom no-repeat transparent;
}
#mainNav #main-nav .nav-pills li:hover a {
  background: none;
}
@media (min-width: 1200px) {
  #mainNav #main-nav .nav-pills li {
    line-height: normal;
    font-size: 18px;
  }
}
#mainNav #main-nav #mainNavSearch {
  position: absolute;
  z-index: 1020;
  right: 15px;
  top: 4px;
  height: 48px;
  padding: 7px;
  display: none;
}
#mainNav #main-nav #mainNavSearch #searchExpand {
  float: left;
  height: 32px;
  width: auto;
  overflow: visible;
}
#mainNav #main-nav #mainNavSearch #searchExpand .searchDropdown {
  float: left;
  height: 32px;
  padding: 0 7px;
  background: #062440;
  background: -moz-linear-gradient(top, #062440 0%, #094e82 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #062440), color-stop(100%, #094e82));
  background: -webkit-linear-gradient(top, #062440 0%, #094e82 100%);
  background: -o-linear-gradient(top, #062440 0%, #094e82 100%);
  background: -ms-linear-gradient(top, #062440 0%, #094e82 100%);
  background: linear-gradient(to bottom, #062440 0%, #094e82 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#062440', endColorstr='#094e82', GradientType=0);
}
#mainNav #main-nav #mainNavSearch #searchExpand .searchDropdown.open {
  background: #094e82;
}
#mainNav #main-nav #mainNavSearch #searchExpand .searchDropdown.open .dropdown-toggle {
  box-shadow: none;
}
#mainNav #main-nav #mainNavSearch #searchExpand .searchDropdown .dropdown-toggle {
  margin: 0;
  padding: 0 7px;
  border-radius: 0;
  color: #fff;
  height: 32px;
  width: 20px;
  background: url('https://players.dcuniverseonline.com/images/main-nav/dropdown-arrow.png?v=3734359806') transparent no-repeat center center;
}
#mainNav #main-nav #mainNavSearch #searchExpand .searchDropdown .dropdown-menu {
  border-radius: 0;
  top: 30px;
  left: 0;
  border: 1px solid #094e82;
  border-top: 0;
  background: #0b2844;
  padding: 0;
  width: 188px;
}
#mainNav #main-nav #mainNavSearch #searchExpand .searchDropdown .dropdown-menu li a {
  color: #428BCA;
}
#mainNav #main-nav #mainNavSearch #searchExpand .searchDropdown .dropdown-menu li a:hover {
  color: #fff;
  background: #1469a8;
}
#mainNav #main-nav #mainNavSearch #searchExpand .twitter-typeahead {
  float: left;
  height: 32px;
}
#mainNav #main-nav #mainNavSearch #searchExpand .twitter-typeahead input {
  border-radius: 0;
  height: 32px;
  margin: 0;
  padding: 0 5px;
  border: 0 transparent;
  box-shadow: 1px 1px 6px #555 inset;
  color: #0F497B;
}
#mainNav #main-nav #mainNavSearch #searchExpand .twitter-typeahead input.tt-hint {
  color: #c4c4c4;
}
#mainNav #main-nav #mainNavSearch #searchExpand .twitter-typeahead .searchLoader {
  display: none;
  height: 16px;
  position: absolute;
  width: 16px;
  right: 5px;
  top: 9px;
}
#mainNav #main-nav #mainNavSearch #searchExpand .twitter-typeahead .tt-dropdown-menu {
  background: #0b2844;
  width: 100%;
  border-radius: 0;
  border: 1px solid #094e82;
  border-top: 0;
  top: 39px;
}
#mainNav #main-nav #mainNavSearch #searchExpand .twitter-typeahead .tt-dropdown-menu div .tt-suggestions .tt-suggestion {
  border-bottom: 1px solid #094e82;
}
#mainNav #main-nav #mainNavSearch #searchExpand .twitter-typeahead .tt-dropdown-menu div .tt-suggestions .tt-suggestion a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
}
#mainNav #main-nav #mainNavSearch #searchExpand .twitter-typeahead .tt-dropdown-menu div .tt-suggestions .tt-suggestion a table {
  table-layout: fixed;
  width: 100%;
}
#mainNav #main-nav #mainNavSearch #searchExpand .twitter-typeahead .tt-dropdown-menu div .tt-suggestions .tt-suggestion a table tbody tr td {
  overflow: hidden;
  text-overflow: ellipsis;
}
#mainNav #main-nav #mainNavSearch #searchExpand .twitter-typeahead .tt-dropdown-menu div .tt-suggestions .tt-suggestion a table tbody tr td:first-child {
  width: 36px;
  padding: 3px;
}
#mainNav #main-nav #mainNavSearch #searchExpand .twitter-typeahead .tt-dropdown-menu div .tt-suggestions .tt-suggestion a table tbody tr td span {
  background: #020C16;
  border-radius: 5px;
  font-size: 11px;
  line-height: 12px;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 30px;
  text-align: center;
  display: table-cell;
  margin: 5px;
}
#mainNav #main-nav #mainNavSearch #searchExpand .twitter-typeahead .tt-dropdown-menu div .tt-suggestions .tt-suggestion:last-child {
  border-bottom: 0;
}
#mainNav #main-nav #mainNavSearch #searchExpand .twitter-typeahead .tt-dropdown-menu div .tt-suggestions .tt-suggestion.tt-is-under-cursor {
  background: #0F497B;
  color: #fff;
}
#mainNav #main-nav #mainNavSearch #searchExpand .twitter-typeahead .tt-dropdown-menu div .tt-suggestions .tt-suggestion.tt-is-under-cursor a {
  color: #fff;
}
#mainNav #main-nav #mainNavSearch #searchExpand .twitter-typeahead .tt-dropdown-menu div .resultsTotal {
  padding-top: 5px;
  border-top: 1px solid #ccc;
  margin: 5px 0;
}
#mainNav #main-nav #mainNavSearch #searchExpand .twitter-typeahead .tt-dropdown-menu div .resultsTotal a {
  width: 100%;
  padding: 5px 7px;
}
#mainNav #main-nav #mainNavSearch .goButton {
  outline: 0;
  float: left;
  width: 32px;
  height: 32px;
  background: url('https://players.dcuniverseonline.com/images/main-nav/search-go-btn.jpg?v=1201257439') no-repeat left 0 transparent;
  margin: 0;
  border-radius: 0;
  padding: 0;
  border: 0;
}
#mainNav #main-nav #mainNavSearch .goButton.active {
  background-position: -32px 0;
}
#mainNav #main-nav #mainNavSearch #charMin {
  color: #ff0000;
  margin-top: 0;
  background: #0b2844;
  padding: 7px;
  border: 1px solid #094e82;
  border-top: 0;
}
@media (min-width: 768px) {
  #mainNav #main-nav #mainNavSearch {
    display: block;
  }
}
#mainNav #mobileSearchContainer {
  margin: 0 -15px;
  position: relative;
  z-index: 1020;
  right: 0;
  top: 0;
  height: 40px;
  display: none;
  background-color: #031d36;
}
#mainNav #mobileSearchContainer #mobileSearch {
  position: relative;
  top: 0;
  left: 0;
  height: 32px;
  width: 100%;
  overflow: visible;
  padding: 0 32px;
}
#mainNav #mobileSearchContainer #mobileSearch .searchDropdown {
  position: absolute;
  top: 0;
  left: 0;
  height: 32px;
  padding: 0 7px;
  background: #062440;
  background: -moz-linear-gradient(top, #062440 0%, #094e82 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #062440), color-stop(100%, #094e82));
  background: -webkit-linear-gradient(top, #062440 0%, #094e82 100%);
  background: -o-linear-gradient(top, #062440 0%, #094e82 100%);
  background: -ms-linear-gradient(top, #062440 0%, #094e82 100%);
  background: linear-gradient(to bottom, #062440 0%, #094e82 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#062440', endColorstr='#094e82', GradientType=0);
}
#mainNav #mobileSearchContainer #mobileSearch .searchDropdown.open {
  background: #094e82;
}
#mainNav #mobileSearchContainer #mobileSearch .searchDropdown.open .dropdown-toggle {
  box-shadow: none;
}
#mainNav #mobileSearchContainer #mobileSearch .searchDropdown .dropdown-toggle {
  margin: 0;
  padding: 0 7px;
  border-radius: 0;
  color: #fff;
  height: 32px;
  width: 20px;
  background: url('https://players.dcuniverseonline.com/images/main-nav/dropdown-arrow.png?v=3734359806') transparent no-repeat center center;
}
#mainNav #mobileSearchContainer #mobileSearch .searchDropdown .dropdown-menu {
  border-radius: 0;
  top: 30px;
  left: 0;
  border: 1px solid #094e82;
  border-top: 0;
  background: #0b2844;
  padding: 0;
  width: 188px;
}
#mainNav #mobileSearchContainer #mobileSearch .searchDropdown .dropdown-menu li a {
  color: #428BCA;
}
#mainNav #mobileSearchContainer #mobileSearch .searchDropdown .dropdown-menu li a:hover {
  color: #fff;
  background: #1469a8;
}
#mainNav #mobileSearchContainer #mobileSearch .twitter-typeahead {
  width: 100%;
  float: left;
  height: 32px;
}
#mainNav #mobileSearchContainer #mobileSearch .twitter-typeahead input {
  border-radius: 0;
  height: 32px;
  margin: 0;
  padding: 0 5px;
  border: 0 transparent;
  box-shadow: 1px 1px 6px #555 inset;
  color: #0F497B;
  width: 100%;
}
#mainNav #mobileSearchContainer #mobileSearch .twitter-typeahead input.tt-hint {
  color: #c4c4c4;
}
#mainNav #mobileSearchContainer #mobileSearch .twitter-typeahead .searchLoader {
  display: none;
  height: 16px;
  position: absolute;
  width: 16px;
  right: 5px;
  top: 9px;
}
#mainNav #mobileSearchContainer #mobileSearch .twitter-typeahead .tt-dropdown-menu {
  background: #0b2844;
  width: 100%;
  border-radius: 0;
  border: 1px solid #094e82;
  border-top: 0;
  top: 39px;
}
#mainNav #mobileSearchContainer #mobileSearch .twitter-typeahead .tt-dropdown-menu div .tt-suggestions .tt-suggestion {
  border-bottom: 1px solid #094e82;
}
#mainNav #mobileSearchContainer #mobileSearch .twitter-typeahead .tt-dropdown-menu div .tt-suggestions .tt-suggestion a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 5px 7px;
  text-decoration: none;
}
#mainNav #mobileSearchContainer #mobileSearch .twitter-typeahead .tt-dropdown-menu div .tt-suggestions .tt-suggestion a table {
  table-layout: fixed;
  width: 100%;
}
#mainNav #mobileSearchContainer #mobileSearch .twitter-typeahead .tt-dropdown-menu div .tt-suggestions .tt-suggestion a table tbody tr td {
  overflow: hidden;
  text-overflow: ellipsis;
}
#mainNav #mobileSearchContainer #mobileSearch .twitter-typeahead .tt-dropdown-menu div .tt-suggestions .tt-suggestion a table tbody tr td:first-child {
  width: 36px;
  padding: 3px;
}
#mainNav #mobileSearchContainer #mobileSearch .twitter-typeahead .tt-dropdown-menu div .tt-suggestions .tt-suggestion a table tbody tr td span {
  background: #020C16;
  border-radius: 5px;
  font-size: 11px;
  line-height: 12px;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 30px;
  text-align: center;
  display: table-cell;
  margin: 5px;
}
#mainNav #mobileSearchContainer #mobileSearch .twitter-typeahead .tt-dropdown-menu div .tt-suggestions .tt-suggestion:last-child {
  border-bottom: 0;
}
#mainNav #mobileSearchContainer #mobileSearch .twitter-typeahead .tt-dropdown-menu div .tt-suggestions .tt-suggestion.tt-is-under-cursor {
  background: #0F497B;
  color: #fff;
}
#mainNav #mobileSearchContainer #mobileSearch .twitter-typeahead .tt-dropdown-menu div .tt-suggestions .tt-suggestion.tt-is-under-cursor a {
  color: #fff;
}
#mainNav #mobileSearchContainer #mobileSearch .twitter-typeahead .tt-dropdown-menu div .resultsTotal {
  padding-top: 5px;
  border-top: 1px solid #ccc;
  margin: 5px 0;
}
#mainNav #mobileSearchContainer #mobileSearch .twitter-typeahead .tt-dropdown-menu div .resultsTotal a {
  width: 100%;
  padding: 5px 7px;
}
#mainNav #mobileSearchContainer .goButton {
  outline: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 32px;
  height: 32px;
  background: url('https://players.dcuniverseonline.com/images/main-nav/search-go-btn.jpg?v=1201257439') no-repeat left 0 transparent;
  margin: 0;
  border-radius: 0;
  padding: 0;
  border: 0;
}
#mainNav #mobileSearchContainer .goButton.active {
  background-position: -32px 0;
}
#mainNav #mobileSearchContainer #charMin {
  color: #ff0000;
  margin-top: 0;
  background: #0b2844;
  padding: 7px;
  border: 1px solid #094e82;
  border-top: 0;
}
@media (max-width: 767px) {
  #mainNav #mobileSearchContainer {
    display: block;
  }
}
#displayingText {
  padding-left: 15px;
  margin-bottom: 12px;
}
#searchHeader {
  position: relative;
  margin-top: 20px;
  margin-bottom: 20px;
}
#searchHeader #headerBG {
  padding: 0 15px;
  position: absolute;
  top: 0;
  left: 0;
  height: 37px;
  width: 100%;
  display: block;
}
#searchHeader #headerBG div {
  float: left;
  height: 37px;
  margin: 0;
}
#searchHeader #headerBG div#headerBGLeft {
  width: 10%;
  background: url('https://players.dcuniverseonline.com/images/global/header-left-cap.png?v=3429256847') no-repeat left top transparent;
}
#searchHeader #headerBG div#headerBGMiddle {
  width: 80%;
  background: url('https://players.dcuniverseonline.com/images/global/header-middle-cap.png?v=1335290659') no-repeat center top transparent;
}
#searchHeader #headerBG div#headerBGRight {
  width: 10%;
  background: url('https://players.dcuniverseonline.com/images/global/header-right-cap.png?v=1511982965') no-repeat right top transparent;
}
#searchHeader #headerContent #headerTitle {
  float: left;
  padding-left: 15px;
}
#searchHeader #headerContent #headerTitle p {
  font-family: 'Ari Savit';
  line-height: normal;
  line-height: 37px;
  font-size: 24px;
  margin: 0;
}
#searchItems table {
  width: 100%;
}
#searchItems table thead th {
  text-align: center;
}
#searchItems table thead th.name {
  text-align: left;
  padding-left: 15px;
}
#searchItems table tbody tr:hover td.itemName {
  background-position: -900px bottom;
}
#searchItems table tbody tr:hover td.itemName a {
  color: #fff;
}
#searchItems table tbody tr:hover td.itemStat {
  background: #042f53;
}
#searchItems table tbody tr:hover td.itemType {
  background: #042f53;
}
#searchItems table tbody tr td {
  height: 80px;
}
#searchItems table tbody tr td.itemName {
  display: table;
  width: 100%;
  position: relative;
  background: url('https://players.dcuniverseonline.com/images/guide/td-name-gradient.png?v=2329640776') transparent left bottom repeat-y;
  border-top: 1px solid #07548e;
  margin: -1px 0 0 0;
}
#searchItems table tbody tr td.itemName a {
  font-family: 'Ari Savit';
  line-height: normal;
  font-size: 20px;
  width: 100%;
  height: 100%;
  display: table-cell;
  text-decoration: none;
}
#searchItems table tbody tr td.itemName a:hover {
  text-decoration: none;
}
#searchItems table tbody tr td.itemName a .friendImage {
  float: left;
  width: 70px;
  height: 70px;
  background: url("https://players.dcuniverseonline.com/images/my-profile/social-paperdoll-container.png?v=2391602197") no-repeat 0 0 transparent;
  padding: 3px;
  text-align: center;
  margin: 10px;
}
#searchItems table tbody tr td.itemName a .friendImage img {
  height: 100%;
}
#searchItems table tbody tr td.itemName a p {
  font-size: 17px;
  display: table-cell;
  vertical-align: middle;
  height: 80px;
  margin: 0 0 0 20px;
  width: auto;
  color: #fff;
  overflow: hidden;
  padding-right: 10px;
}
#searchItems table tbody tr td.itemName a .itemContainer {
  background: url("https://players.dcuniverseonline.com/images/my-profile/item-container.png?v=943950207") no-repeat scroll center 0 rgba(0, 0, 0, 0);
  height: 73px;
  margin: 8px 7px;
  width: 69px;
  float: left;
  padding: 5px 2px;
}
#searchItems table tbody tr td.itemName a .itemContainer .itemIcon {
  float: left;
  width: 64px;
  height: 64px;
  vertical-align: middle;
  padding: 3px;
}
#searchItems table tbody tr td.itemName a .itemContainer .itemIcon.quality-0 {
  background: url('https://players.dcuniverseonline.com/images/temporary/poor.png?v=2197493410') transparent no-repeat 0 0;
  background: url('https://players.dcuniverseonline.com/images/temporary/poor.png?v=2197493410') transparent no-repeat left center;
}
#searchItems table tbody tr td.itemName a .itemContainer .itemIcon.quality-1 {
  background: url('https://players.dcuniverseonline.com/images/temporary/common.png?v=2799818179') transparent no-repeat 0 0;
  background: url('https://players.dcuniverseonline.com/images/temporary/common.png?v=2799818179') transparent no-repeat left center;
}
#searchItems table tbody tr td.itemName a .itemContainer .itemIcon.quality-2 {
  background: url('https://players.dcuniverseonline.com/images/temporary/uncommon.png?v=903628309') transparent no-repeat 0 0;
  background: url('https://players.dcuniverseonline.com/images/temporary/uncommon.png?v=903628309') transparent no-repeat left center;
}
#searchItems table tbody tr td.itemName a .itemContainer .itemIcon.quality-3 {
  background: url('https://players.dcuniverseonline.com/images/temporary/marketplace_inventory_bg.png?v=1726083456') transparent no-repeat 0 0;
  background: url('https://players.dcuniverseonline.com/images/temporary/marketplace_inventory_bg.png?v=1726083456') transparent no-repeat left center;
}
#searchItems table tbody tr td.itemName a .itemContainer .itemIcon.quality-4 {
  background: url('https://players.dcuniverseonline.com/images/temporary/rare.png?v=4095159696') transparent no-repeat 0 0;
  background: url('https://players.dcuniverseonline.com/images/temporary/rare.png?v=4095159696') transparent no-repeat left center;
}
#searchItems table tbody tr td.itemName a .itemContainer .itemIcon.quality-5 {
  background: url('https://players.dcuniverseonline.com/images/temporary/epic.png?v=2130067426') transparent no-repeat 0 0;
  background: url('https://players.dcuniverseonline.com/images/temporary/epic.png?v=2130067426') transparent no-repeat left center;
}
#searchItems table tbody tr td.itemName a .itemContainer .itemIcon.quality-6 {
  background: url('https://players.dcuniverseonline.com/images/temporary/artifact.png?v=32597200') transparent no-repeat 0 0;
  background: url('https://players.dcuniverseonline.com/images/temporary/artifact.png?v=32597200') transparent no-repeat left center;
}
#searchItems table tbody tr td.itemName a .itemContainer .itemIcon.quality-7 {
  background: url('https://players.dcuniverseonline.com/images/temporary/legendary.png?v=440011852') transparent no-repeat 0 0;
  background: url('https://players.dcuniverseonline.com/images/temporary/legendary.png?v=440011852') transparent no-repeat left center;
}
#searchItems table tbody tr td.itemStat {
  background: url('https://players.dcuniverseonline.com/images/guide/td-gradient.png?v=393878867') transparent left top repeat-y;
  max-width: 120px;
  text-align: center;
  border: 1px solid #07548e;
  font-family: 'Ari Savit';
  line-height: normal;
  font-size: 30px;
  color: #A4E433;
}
#searchItems table tbody tr td.itemType {
  background: url('https://players.dcuniverseonline.com/images/guide/td-gradient.png?v=393878867') transparent left top repeat-y;
  max-width: 220px;
  text-align: center;
  padding-right: 10px;
  border: 1px solid #07548e;
  font-size: 17px;
}
.searchPag .searchPagContainer {
  display: block;
  width: 270px;
  margin: 15px auto 0 auto;
}
.searchPag .searchPagContainer .pagButton {
  display: block;
  width: 33px;
  height: 26px;
  background: url('https://players.dcuniverseonline.com/images/global/pag-buttons-sprite.png?v=4216854804') transparent 0 0 no-repeat;
  float: left;
}
.searchPag .searchPagContainer .pagButton.pagFirst {
  background-position: 0 0;
  margin-right: 7px;
}
.searchPag .searchPagContainer .pagButton.pagPrev {
  background-position: -33px 0;
  margin-right: 7px;
}
.searchPag .searchPagContainer .pagButton.pagNext {
  background-position: -66px 0;
  margin-left: 7px;
}
.searchPag .searchPagContainer .pagButton.pagLast {
  background-position: -99px 0;
  margin-left: 7px;
}
.searchPag .searchPagContainer .pagButton.disabled {
  opacity: 0.3;
}
.searchPag .searchPagContainer .pagText {
  margin: 4px 0 0 0;
  float: left;
  width: 110px;
  text-align: center;
}
#mainLoader {
  background: url('https://players.dcuniverseonline.com/images/global/loader-big.gif?v=4034955845') center center transparent no-repeat;
  width: 100%;
  height: 200px;
  display: block;
}
.errorContainer {
  position: relative;
  max-width: 458px;
  margin: 50px auto 0 auto;
}
.errorContainer .errorContainerTop {
  position: relative;
  margin: 0 15px;
  display: block;
  height: 20px;
}
.errorContainer .errorContainerTop .errorContainerTopBG {
  height: 20px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.errorContainer .errorContainerMiddle {
  position: relative;
  margin: 0 15px;
  display: block;
  min-height: 150px;
  overflow: hidden;
}
.errorContainer .errorContainerMiddle .errorContainerMiddleBG {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
}
.errorContainer .errorContainerMiddle h1 {
  position: relative;
  z-index: 1;
  font-family: 'Ari Savit';
  line-height: normal;
  font-size: 22px;
  color: #56B8FC;
  margin: 0 auto;
  text-align: center;
  text-shadow: 1px 1px 1px #000;
}
.errorContainer .errorContainerMiddle h1.bigError {
  color: red;
}
.errorContainer .errorContainerMiddle p {
  text-align: center;
  font-size: 14px;
  position: relative;
  padding: 0 25px;
  z-index: 1;
}
.errorContainer .errorContainerMiddle .spinner {
  position: relative;
  width: 32px;
  height: 32px;
  margin: 25px auto 10px auto;
  z-index: 1;
  background: url('https://players.dcuniverseonline.com/images/global/loader-big.gif?v=4034955845') no-repeat 0 0 transparent;
}
.errorContainer .errorContainerMiddle button {
  position: relative;
  z-index: 1;
  margin: 25px auto 10px auto;
  display: block;
  width: 100px;
  height: 30px;
  background: #107baa;
  background: -moz-linear-gradient(top, #107baa 0%, #0c64a1 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #107baa), color-stop(100%, #0c64a1));
  background: -webkit-linear-gradient(top, #107baa 0%, #0c64a1 100%);
  background: -o-linear-gradient(top, #107baa 0%, #0c64a1 100%);
  background: -ms-linear-gradient(top, #107baa 0%, #0c64a1 100%);
  background: linear-gradient(to bottom, #107baa 0%, #0c64a1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#107baa', endColorstr='#0c64a1', GradientType=0);
  border: 0;
  border-bottom: 1px solid #0b7fd4;
  font-family: 'Ari Savit';
  line-height: normal;
  font-size: 20px;
  text-shadow: 1px 1px 1px #000;
  color: #FFF;
}
.errorContainer .errorContainerBottom {
  position: relative;
  margin: 0 15px;
  display: block;
  height: 12px;
}
.errorContainer .errorContainerBottom .errorContainerBottomBG {
  height: 12px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}


/* end /styles/core.css*/
