body {
  font-family: Arial, sans-serif;
  font-size: small;
}

#container {
  width: 700px;
  align: left;
}

.install {
  color: white;
  background-color: #F90;
  border: 2px solid #FC6;
  padding: 4px;
  font-size: 1.2em;
  -moz-border-radius: 8px;
  font-weight: bold;
  cursor: pointer;
  text-decoration: none;
}

.install:hover {
  text-decoration: underline;
}
