.ueber-dot {
  margin-top: 25px;
  height: 304px;
  width: 304px;
  border: #009999 solid 2px;
  border-radius: 50%; }

.game-row {
  margin-left: 0px;
  margin-right: 0px; }

.title-tags {
  font-size: 16px;
  line-height: 30px;
  margin-top: 10px;
  margin-right: 0px;
  margin-left: 0px;
  padding-left: 10px;
  color: #999;
  background-color: #404048;
  width: 100%; }

.nav-pills li a {
  border-radius: 50%;
  height: 34px;
  width: 34px;
  margin-left: 8px; }

.nav li a {
  font-size: 16px;
  padding: 6px 9px;
  color: #999;
  background-color: #404048; }

.map-planet {
  margin-top: 0px;
  background: url(../images/planet_001-s.png) center top no-repeat;
  height: 100%; }

/*
 * Style tweaks
 * --------------------------------------------------
 */
html,
body {
  overflow-x: hidden;
  /* Prevent scroll on narrow devices */ }

body {
  padding-top: 0px; }

footer {
  padding: 30px 0; }

/*
 * Off Canvas
 * --------------------------------------------------
 */
@media screen and (min-width: 767px) {
  .row-offcanvas {
    position: relative;
    -webkit-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out; }

  .row-offcanvas-right {
    right: 0; }

  .row-offcanvas-left {
    left: 0; }

  .row-offcanvas-right
  .sidebar-offcanvas {
    right: -320px;
    /* -50% for 6 columns */ }

  .row-offcanvas-left
  .sidebar-offcanvas {
    left: -320px;
    /* 6 columns */ }

  .row-offcanvas-right.active {
    right: 320px;
    /* 6 columns */ }

  .row-offcanvas-left.active {
    left: 320px;
    /* 6 columns */ }

  .sidebar-offcanvas {
    position: absolute;
    top: 0;
    padding-top: 65px;
    width: 320px;
    /* 6 columns */ } }
@media screen and (min-width: 1025px) {
  .row-offcanvas {
    position: relative;
    -webkit-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out; }

  .row-offcanvas-right {
    right: 0; }

  .row-offcanvas-left {
    left: 0; }

  .row-offcanvas-right
  .sidebar-offcanvas {
    right: -33.333%;
    /* -50% for 6 columns */ }

  .row-offcanvas-left
  .sidebar-offcanvas {
    left: -33.333%;
    /* 6 columns */ }

  .row-offcanvas-right.active {
    right: 33.333%;
    /* 6 columns */ }

  .row-offcanvas-left.active {
    left: 33.333%;
    /* 6 columns */ }

  .sidebar-offcanvas {
    position: absolute;
    top: 0;
    padding-top: 65px;
    width: 33.333%;
    /* 6 columns */ } }
