* {
  margin: 0; }

html, body {
  height: 100%;
  background-color: #3c4650;
  font-size: 100%;
  font-family: Helvetica, sans-serif;
  color: white; }

a {
  color: white;
  text-decoration: none; }

a:hover {
  color: #3c4650;
  padding: 0px 3px 2px 3px;
  background-color: white;
  border-radius: 3px;
  border: 1px solid white; }

.page {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -2em; }

#ccard {
  text-align: center;
  overflow: hidden; }

#cname {
  font-size: 2em;
  height: 1.5em; }

#cgp {
  height: 3em; }

#qrImg {
  width: 7em;
  height: 7em;
  padding: 0.25em;
  background-color: white;
  border-radius: 3px; }

.footer, .push {
  height: 2em;
  clear: both;
  text-align: center;
  line-height: 2em;
  font-size: 0.9em; }

.center {
  text-align: center; }

.obfusc {
  text-align: center; }

.obfusc div {
  display: inline-block;
  float: right; }

@media all and (min-height: 26.5em) {
  #ccard {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -11.5em;
    margin-left: -7em;
    width: 14em;
    height: 23em; }

  #cgp {
    height: 10em; }

  #cqr {
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -60px; } }
/* DEBUG --------------------------- */
