/* program.css */

td.lpanel {
  text-align: center; 
  vertical-align: middle;
  padding: 5px 10px 5px 10px;
  background-color:  rgb(208,227,242);
}

td.rpanel {
  text-align: justify;
  vertical-align: middle;
  padding: 5px 20px 5px 20px;
  background-color:  rgb(208,227,242);
}

img.imdb {
  float: right;
  border: 0px;
}

img.film {
  border: 2px;
}

/* potential clash of title tag */
.title {
/*  font-size: small; */
  font-weight:bold;
}

.price {
  float: right;
  font-size: small;
/*  font-weight:bold; */
}

.company {
  font-size: small;
  font-weight:bold;
}

.date {
  font-size: small;
  font-weight:bold;
}

.synopsis {
  font-size: small;
}

.synopsis_high {
  font-size: small;
  font-weight:bold;}



