body {
  background: #000 url(../images/globe_background.jpg) no-repeat fixed 50% 40%;
  font-family: "Lucida Grande", "Arial Unicode MS", sans-serif;
  height: 100%;
  margin: 0;
}

html {
  height: 100%;
}

#google_logo {
  bottom: 6px;
  position: absolute;
  right: 6px;
}

#text_wrapper {
  background-image: url(../images/black50.png);
  padding: 10px;
  text-align: center;
}

.error-description {
  color: #fff;
}

div.btn-flextoolbtn {
  margin: .5em auto;
  min-width: 35%;
  width: 20em;
}

.btn-description {
  color: #000;
}

a {
  color: #bbf;
}

p {
  margin: 0;
  padding: 5px 0;
}

a:visited {
  color: #ebf;
}

ul, li {
  margin: 0 0 0 1em;
  padding: 0;
}

.list-class {
  align: center;
  font-size: .9em;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  width: 20em;
}

.title-class {
  font-size: 1.1em;
}

.description-class {
  font-size: .9em;
}

.hide {
  display: none;
}

.show {
  display: block;
}