@charset "utf-8";
/* CSS Document */

table {
  margin:20px 0px;;
  border-collapse: collapse;
  width: 100%;
  font-size: 75%;
}

caption {
  font-size: 110%;
  font-weight: bold;
  padding: 5px 0px;
}

col {
  border-right: 1px solid #ccc;
}

col#albumCol {
  border: none;
}

thead {
  background: #ccc;
  color: #fff;
  border-top: 1px solid #a5a5a5;
  border-bottom: 1px solid #a5a5a5;
}

th {
  font-weight: bold;
  text-align: left;
}

th, td {
  padding: 5px;
}

.odd {
  background-color:#eee;
}
