div#setmsg {
  background-color: yellow;
  text-align: center;
  color: #132d50;
}

div#setmsg a{
  color: red;
  text-decoration: underline;
}
div#cardtable {
  width:500px;
  margin:0 auto;
}

div#foundsets {
  border: none;
  text-align: center;
  margin-left: 10px;
  font-size: small;
}

div#foundsets img.minicard {
  height: 25px;
  width: 40px;
  margin: 2px;
  padding: 0px;
}


div#cardtable img.card {
  border: solid;
  border-color: white;
  margin: 10px;
  background-color: white;
  padding: 0px;
}

div#setinfo {
  border: solid;
  border-color: #575821;
  padding: 5px;
  margin-top: 20px;
  width: 15em;
  font-size: large;
  float:left;
}

div#setnotes {
  width:40em;
  float:right;
}
