* {
  box-sizing: border-box;
}

body {
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  background-color: #34383c;
  font-size: 14px;
  margin: 0;
}


@media only screen and (max-width: 968px) {
	.logo {
		width:150px;
		height: auto;
	}
	.app-container {
		width: 100% !important;
	}
	
}
		
.logo {
	position: absolute;
	top: 0px;
	left: 0px;
}

.app-container {
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 610px;
  height: auto;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  background-color: #3e4246;
  box-shadow: 0 32px 44px 0 rgba(0, 0, 0, 0.06);
  border-radius: 6px;
  
}
.app-container .app-logo {
  width: 100px;
  height: 100px;
  background-image: url('../hc.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: -50px;
  left: 38px;
  box-shadow: 0 10px 14px 0 rgba(0, 0, 0, 0.08);
  border-radius: 6px;
}

.app-container .app-logo svg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.app-title {
  font-size: 22px;
  color: #fff;
  padding-top: 15px;
  position: relative;
  left: 177px;
  margin-top: 20px;
  font-weight: bold;
}

.app-table .app-header {
  color: #fff;
  display: flex;
  position: relative;
  left: 177px;
  margin-top: 10px;
  color: #fff;
}
.app-table .app-row {
  padding: 6px 25px 6px 15px;
  border-bottom: 1px solid #565a60;
}
.app-table .app-row .player {
  display: flex;
  align-items: center;
}
.rank {
	width: 110px !important;
	text-align: center;
}
.app-table .app-row .player .rank {
  width: 87px;
  color: #f7f7f7;
  font-size: 60px;
}
.app-table .app-row .player .image {
  height: 57px;
  width: 57px;
  background-color: #f7f7f7;
  border-radius: 50%;
}
.avatar {
  border-top-left-radius: 50% 50%;
  border-top-right-radius: 50% 50%;
  border-bottom-right-radius: 50% 50%;
  border-bottom-left-radius: 50% 50%;
  height: 57px;
  width: 57px;
}
.footer {
	text-align:center;
	padding: 15px;
	color: #afafaf;
}
.app-table .app-row .player .name {
  width: 245px;
  margin-left: 20px;
}
.app-table .app-row .player .xp {
  width: 108px;
}
.lbl {
	font-size: 17px;
}
.app-table .app-row .player .lbl {
  width: 50px;
  text-align: center;
}
