body {
    overflow-x: hidden;
}

a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

.page-header {
    border-bottom: none;
}

.game-name small {
    display: block;
}

.user-stats hr {
    margin: 10px;
}

.user-stats .well {
    padding: 5px 10px;
}

.page-title {
    margin-top: 0px;
}

.footer {
    bottom: 0;
    width: 100%;
    height: 60px;
    background-color: #f5f5f5;
    padding: 18px 0 4px 0;
}

.drop-up {
    top: auto;
    bottom: 100% !important;
}

.go-top {
    position: fixed;
    bottom: 2em;
    right: 2em;
    text-decoration: none;
    color: #fff;
    background-color: rgba(0,0,0,.3);
    font-size: 12px;
    padding: 1em;
    display: none;
    border-radius: 3px;
}

.go-top:hover {
	background-color: #474747;
    color: #fff;
}

label > input{
	display:none;
}

label > input:checked + img{
    color: #333;
    background-color: #e6e6e6;
}

.carousel-control.left, .carousel-control.right {
   background-image:none !important;
   filter:none !important;
}

.item-border {
    border: 4px solid grey;
    border-radius: 5px;
}

.item-border:hover {
    background: AntiqueWhite;
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.progress span {
    position: absolute;
    display: block;
    width: 95%;
    color: white;
    text-shadow: 1px 1px 1px black;
}

.sidebar {
    padding: 20px;
    background-color: white;
    border-left: 4px solid #D9DBDB;
}

#indbgr {
  background: url(../img/city2.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.nav-scroller {
  position: relative;
  z-index: 2;
  height: 2.25rem;
  overflow-y: hidden;
}

.nav-scroller .nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding-bottom: 1rem;
  margin-top: -1px;
  overflow-x: auto;
  color: rgba(255, 255, 255, .75);
  text-align: center;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.nav-underline .nav-link {
  padding-top: .50rem;
  padding-bottom: .50rem;
  font-size: .875rem;
  color: #6c757d;
}

.nav-underline .nav-link:hover {
  color: #007bff;
}

.nav-underline .active {
  font-weight: 500;
  color: #343a40;
}