/*  Css for Calendar page only  */

#mytable {
  color: rgb(102, 0, 0);
  /*float: right;*/
  margin-top:  80px;
  margin-right: 05px;
  margin-left: 10px;
}

#cap {
  font-weight: bold;
  color: rgb(102, 0, 0);
  font-size: 1.5em;
  text-align: center;
}
.kduo {
  font: x-small Verdana, Geneva, Arial, sans-serif;
  font-size: 1.4em;
  font-style: italic;
  color: rgb(0, 0, 153);
  line-height: 1.4em;
  background-color: rgb(255, 255, 204);
  padding: 5px;
  margin-top:  10px;
}
table {
  margin:10px;
}

.month {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 1.4em;
  font-style: italic;
  color: rgb(0, 0, 153);
  line-height: 1.4em;
  /*background-color: #dce3ed;*/
  padding: 5px;
  margin-top:  10px;
}
 .words {
  line-height: 1.2em; 
  padding: 10px;
  margin-top:  10px;
  text-align: center;
  background-color: rgb(220, 227, 237)}
 .day {
  line-height: 1.2em;
  padding: 10px;
  margin-top:  10px;
  text-align: center;
}
 
  .date{
  line-height: 1.2em;
  padding: 10px;
  margin-top:  10px;
  text-align: center;
}

 .venue {
  width: 500px;
  line-height: 1.2em;
  padding: 10px;
  margin-top:  10px;
}

 .city {
  line-height: 1.2em;
  padding: 10px;
  margin-top:  10px;
  text-align: center;
}
 .state {
  line-height: 1.2em;
  padding: 10px;
  margin-top:  10px;
  text-align: center;
}

 .time {
  width: 100px;
  line-height: 1.2em;
  padding: 10px;
  margin-top:  10px;
  text-align: center;
}

 .phone {
  width: 100px;
  line-height: 1.2em;
  padding: 10px;
  margin-top:  10px;
  text-align: center;
} 
.duo {
  background-color: rgb(255, 255, 204);
}
.single {
  background-color: #dce3ed;
}
/* .tablehead {
  color: rgb(10, 10, 10);
} 
*/
