/* 
    Document   : services.css
    Created on : 16-Jun-2010, 11:32:15
    Author     : Magnus Forrester-Barker
    Description: extra styles for the Penrallt services pages
*/

.theme {  /* For sermon titles */
    font-style : italic;
}

.zebra { /* for table striping on songs list page */
         background-color: #bdb;
         color: #030;
}
#songlist td {
    padding: 1px 5px;
}

