/* Render HTML 5 elements as block */
header, footer, aside, nav, article {
  display: block;
}

body {
  margin: 0 auto;
  min-width: 580px;
  max-width: 940px;
  font-weight: 200;
  font-size: 17px;
  background: rgb(221,221,238);
  background-image: url('../images/CDs-trans.jpg');
  background-size: 100% auto;
}

h1 {
  text-align: center;
}

table {
  background: rgba(221,221,238,0.8);
  padding: 0 16px;
  box-shadow: 0px -2px 2px rgba(221,221,238,0.3);
}

table tr.quarter td {
  padding: 10px 2px 2px 0;
  font-weight: 600;
  font-size: 21px;
  border-bottom: 1px solid gray;
}

table tr.comment td {
  font-size: 16px;
}

table tr {
  vertical-align: top;    
}

#sidebar {
  font-size: 16px;
  position: absolute;
  border: 1px solid gray;
  top: 24px;
  left: 10px;
  width: 140px;
  padding: 0 8px;
  background: rgba(200,200,200,0.8);
}

#linksbar {
  font-size: 14px;
  position: absolute;
  border: 1px solid gray;
  top: 24px;
  right: 10px;
  width: 190px;
  padding: 0 8px;
  background: rgba(200,200,200,0.8);
}
