
table {
  border-collapse: collapse;
  /*width: 50em;*/
}

caption {
  font-size: 1.2em;
  font-weight: bold;
  margin: 1em 0;
}

col {

}

col#albumCol {
  border: none;
}

th {
  /*font-weight: normal;*/
  text-align: left;
}

#playlistPosHead {
  text-indent: -1000em;
}

th, td {
  /*padding: 0.1em 1em;*/
}

.odd {
  background-color:#edf5ff;
}
.errorMsg {
  color: #4A65F0;
  text-align: center;
}