body {
  height: auto;
  background-color: white;
}

#page {
  border: 0;
  height: auto;
  border-bottom: 1px solid #ccc;
}

.invitation {
  border: 1px solid blue;
  background: lightblue;
  margin: 10px 20px 30px 20px;
}

.user_panel {
  float: left;
  width: 260px;
  margin-left: 10px;
  display: none;
  padding: 4px;
  border: 1px solid lightgreen;
}

.user_panel .inner {
  background-color: #e0ffcc;
  padding: 4px 4px 8px 4px;
  margin-bottom: 0;
}

.user_panel hr {
  color: lightgreen;
  background-color: lightgreen;
  height: 1px;
  border: 0;
}

#competitions {
  margin-bottom: 20px;
}

#intro {
  float: right;
  width: 550px;
}

#img {
  float: left;
  width: 96px;
  margin-right: 100px;
}

.steps {
  font-size: 120%;
}

.step {
  padding-bottom: 1.5em;
  padding-right: 50px;
  visibility: hidden;
}

.step img {
  float: left;
  width: 48px;
  margin-right: 20px;
  margin-bottom: 20px;
}

.partner {
  border: 0;
  display: block;
  text-align: center;
  margin-top: 20px;
  background-color: transparent;
}
