/* program.css */

table.program {
#  width: 90%;
#  margin-left: auto;
#  margin-right: auto;

}

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

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

p.program_header {
  font-weight:bold;
}

img.imdb {
  float: right;
  border: 0px;
#  margin-right: 20px
}
/* potential clash of title tag */
p.title {
  font-size: small;
  font-weight:bold;
}
div.title {
  font-size: small;
  font-weight:bold;
}

.title_high {
  color: red;
  font-size: small;
  font-weight:bold;
}

.company {
#  color: #31849b;
  font-size: small;
  font-weight:bold;
}

.author {
#  color:  #31849b;
  font-size: small;
  font-weight:bold;
}

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

.date_high {
  color: red;
  font-size: small;
  font-weight:bold;
}

.date_high2 {
  color: blue;
  font-size: small;
  font-weight:bold;
}


.synopsis {
  font-size: small;
}

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


