body {
  margin: 0;
}

label {
  margin-right: 5px;
  color: white;
}

.containerBackground {
  background-color: rgba(23, 23, 23, .85);
  padding: 5px;
  border-radius: 5px;
}

.containerBackground * {
  opacity: 1;
}

.containerBackground,
.containerBackground a,
.containerBackground td {
  color: white;
}

.defaultBodyBackground {
  background-repeat: repeat-x;
  background-color: #262627;
  background-attachment: fixed;
}

.customBodyBackground {
  background-color: #000000;
  background-position: center top;
  background-attachment: fixed;
  background-repeat: no-repeat;
}

.centerWithMargin {
  margin-left: auto;
  margin-right: auto;
}

.textCenter {
  text-align: center;
}

#charidInputForm {
  width: 100%;
  margin: 0;
  height: 21px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: rgba(23, 23, 23, .85);
  margin-bottom: 20px;
}

#steamGameFilter {
  margin-top: 30px;
  text-align: center;
  width: 380px;
  padding: 8px;
  border-radius: 5px 5px 0 0;
}

#steamGameSeachInput {
  width: 296px;
  margin-bottom: 2px;
}

#steamGameOrderCriteria {
  width: 209px;
}

#steamGameOrderDirection {
  width: 91px;
}

.inputDescription {
  width: 73px;
  display: inline-block;
}

#steamGameList {
  width: 75%;
}

.steamGame {
  display: inline-block;
  margin: 5px;
  border: 1px solid black;
}

.steamGameLogo {
  width: 184px;
  text-align: center;
  position: relative;
}

.steamGameName {
  width: 174px;
  height: 59px;
  position: absolute;
  top: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 5px;
}

.steamGameInfoTable {
  width: 100%;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  border-collapse: collapse;
}

.steamGameInfoTable td {
  width: 0;
  text-align: center;
}

.steamGameInfoTable td:first-child {
  border-right: 1px solid black;
}

#playerInfo {
  max-width: 700px;
  min-height: 258px;
}

#playerAvatar {
  margin-right: 10px;
  width: 184px;
  float: left;
  position: relative;
  z-index: 50;
  max-width: 100%;
  height: 258px;
  background-color: #333;
  background-position: center -30px;
  background-size: 220%;
}

#playerName {
  font-weight: bold;
  font-size: large;
  margin-top: 10px;
  margin-bottom: 10px;
}

.spacer {
  clear: both;
}

.progress {
  /*border-radius: 10px;*/
}

.outerProgress {
  /*height: 10px;*/
  height: 18px;
  width: 100%;
  /*border: 1px solid black;*/
  border-top: 1px solid black;
}

.innerProgress {
  height: 100%;
}

.green {
  background-color: green;
}

.blue {
  background-color: blue;
}

.orange {
  background-color: orange;
}

.red {
  background-color: red;
}

.refreshWarn {
  color: red;
  font-size: large;
  font-weight: bold;
}

.loadStats {
  color: white;
  text-align: center;
}
