/* 
WOO CUSTOM STYLESHEET
---------------------

Instructions:

Add your custom styles here instead of style.css so it 
is easier to update the theme. Simply copy an existing 
style from style.css to this file, and modify it to 
your liking.

*/

.entry a {
     color: #0091D5;
}

.entry a:link {
     color: #0091D5;
}

#gallery-1 {
padding-bottom: 15px;
}

h3.faq {

font-size:150%;
padding: 18px 12px 5px 1px;

}

.answer {

margin-left: 12px;

}

.zebra-table {
    margin: 20px auto;
    border-collapse: collapse;
    border: 1px solid #882345;
    color: #333;
    background-color: #fff;
    }

.zebra-table thead {
   border-bottom: 1px solid #882345;
   background: #882345;
   color: #fff;
   }
                      
.zebra-table thead th {
   padding: 4px 10px;
   color: #fff;
   }
											
											
											
tr.zebra-row {
    background: #F7F9FF;
    border: 1px solid #CCCCCC;
    color: #333;
    }

