/* Imports */
#sermonsWrapper {
  max-height: 360px;
  overflow: auto; }

#tblSermons {
  width: 100%; }
  #tblSermons thead tr {
    background-color: transparent !important; }
  #tblSermons thead td {
    font-weight: bold; }
  #tblSermons td {
    padding: 10px 5px; }
  #tblSermons tr:nth-child(odd) {
    background-color: #f5f4f2; }
  #tblSermons td:nth-child(1) {
    width: 47px;
    text-align: left; }
    #tblSermons td:nth-child(1) a:nth-child(2) {
      margin-left: 3px; }
  #tblSermons td:nth-child(2) {
    width: 245px;
    border-right: 1px solid #959595; }
  #tblSermons td:nth-child(3) {
    border-right: 1px solid #959595; }
  #tblSermons td:nth-child(4) {
    border-right: 1px solid #959595; }

.tbxStyle {
  font-size: 12px;
  padding: 3px 8px;
  border-radius: 3px;
  box-shadow: inset 1px 1px 5px #aaa;
  border: 1px solid #aaa;
  outline: none; }

#sermonSubscribe td {
  padding: 5px; }

.btnStyle {
  padding: 5px; }

