/* 
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.

*/

/* Custom */
div.question {
border:1px solid #ccc;
margin:5px;
padding:5px;
background-color:#e4e4e4;
}

div.question span.title {
font-weight:bold;
}

div.answer {
border:1px solid #ccc;
margin:5px;
padding:5px;
background-color:#FFFFCC;
}

div.answer span.title {
font-weight:bold;
}
