body {
    overflow-x: hidden;
}

.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;
}

.navbar-nav {
    float:none;
    margin:0 auto;
    display: block;
    text-align: center;
}

.navbar-nav>li {
    display: inline-block;
    float:none;
}

.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;
}