.sermon_table_container{

float : left;
clear : both;
padding-left : 10px;
}
.sermon_table  {
width : 680px;
font-size : .8em;

border : 1px solid #33616A;
padding : 2px;

}
.sermon_table th{
text-align : left;
background-color : #5A5F3D;
color : #ffffff;
}

.dark {
color : #000000;
background-color : #D7DCB8;
}
.light{
background-color : #E9ECD9;
color : #000000;
}