body {
  text-align: center;
  min-width: 50px;

  font-size: 0.9em;
  font-family: sans serif, Copperplate, 'Gill Sans', serif;

  cursor: default;
}

div {
  border-color: #5AC3EC;
}

a img {
  border: none;
}

img.b {
  height: 1.12em;
  width: 1.12em;
}

img.card {
  height: 25em;
}

div#header {
  height: 10em;
  font-weight: bold;
  font-family: "Arial", serif
}

div#content {
  font-weight: normal;
}

div#main {
  text-align: left;

  width: 40%;
  min-width: 550px;

  min-height: 600px;

  margin-top: 2%;
  margin-bottom: 2%;

  margin-left: auto;
  margin-right: auto;
  padding: 1em;

}

p {
  text-align: left;
  font-family: 'arial narrow', 'century gothic', sans-serif;
}

p:before {
  content: "+ ";
  color: #FF6800;

  font-size: 1.2em;
}

