/* start with mobile styles and override as needed */

body {
  margin: 0px;
  padding: 0px;
  background-color: #000000;
  color: #FFFFFF;
  font-family: courier, fixed-width;
  font-size: x-small;
}

a {
  font-family: courier, fixed-width;
  font-size: 12px;
  color: #CC99FF;
  text-decoration: none;
}

div.meta {
  position: relative;
  display: table-cell;
  text-align: right;
  float: right;
  z-index: 999;
}

div.gigs {
  font-family: courier, fixed-width;
}

div.venue {
  font-family: courier, fixed-width;
  font-size: large;
  font-weight: bold;
  margin: 0px;
  letter-spacing: 2px;
}
div.band {
  font-family: courier, fixed-width;
  color: #AADDFF;
  font-size: small;
  font-weight: bold;
  padding: 0px;
  margin: 0px;
}
div.date {
  font-family: courier, fixed-width;
  color: #AAFFDD;
  font-size: x-small;
  font-weight: bold;
  padding: 0px;
  margin: 0px;
}

h1.landing {
  width: 600px;
  font-family: courier, fixed-width;
  letter-spacing: 18px;
  border: 2px solid #FFFFFF;
  border-radius: 12px;
  padding: 12px;
  margin: 20px;
}

div.giglist {
  width: 600px;
  border: 2px solid #663399;
  border-radius: 12px;
  padding: 12px;
  margin: 20px;
}

@media only screen and (min-width: 768px) {
  /* desktop styles */

}

@media print {
   /* print-only styles */

  body {
    background: #FFFFFF !important;
    color: #000000;
  }

  /* keep chords stuck to lyrics across page breaks */
  pre.line {
    page-break-inside: avoid;
  }

  .nav {
    display: none;
  }
}

