.steam-container {
  display: block;
  margin: 0px;
  padding: 0px;
  position: fixed;

  bottom: 0px;
  right: 0px;
}

.steam-achievement {
  overflow: hidden;
  position: relative;

  display: block;
  margin: 1px;
  border: 1px solid;
  box-shadow: 0px 0px 5px #888;
  min-width: 240px;
  height: 96px;

  border-radius: 2px 2px 0px 0px;

  background: -moz-linear-gradient(top, rgba(54,53,52,1) 0%, rgba(26,24,25,1) 75%);
  background: -webkit-linear-gradient(top, rgba(54,53,52,1) 0%,rgba(26,24,25,1) 75%);
}

.steam-achievement img {
  float: left;
  width: 66px;
  height: 66px;
  margin: 15px 10px 15px 15px;
}

.steam-achievement p.title {
  color: white;
  margin: 24px 15px 5px 88px;
  font-size: 10pt;
  white-space: nowrap;
}

.steam-achievement p.name {
  color: #bbb;
  margin: 5px 15px 15px 88px;
  font-size: 10pt;
}

.steam-achievement progress {
  margin: -25px 10px 100px 90px;
}

.steam-achievement .onbar {
  color: black;
  bottom: -3px;
  position: absolute;
  font-size: 9pt;
  width: 100%;
  margin-left: 45px;
  text-align: center;
}