﻿.onDiv, .offDiv{
padding:5px 10px;
clear:both;
border:2px solid rgb(173, 152, 91);
background:rgb(235, 230, 210);
margin-bottom:15px;
}
a.showLink, a.hideLink{
float:left; 
margin:5px 10px 0 5px;
text-decoration:none !important;
width:25px;
font-size:1.5em;
text-align:center;
color:rgb(173, 152, 91) !important; 
text-shadow: rgba(155, 140, 80,.6) 1px 1px 3px !important;
}
.faqTitle{
color:rgb(173, 152, 91); 
text-shadow: rgba(155, 140, 80,.6) 1px 1px 3px;
font:1.6em 'Devroye', Georgia, "Times New Roman", Times, serif;
margin:0;
cursor:pointer;
margin-bottom:10px;
}
.onDiv .showLink{
display:none;
}
.offDiv .hideLink{
display:none;
}
.show-hide{
padding:0 15px 0 10px;
line-height:1.4; 
text-align:justify;
}
show-hide p{
margin-top:0;
padding-top:0;
}
/*------- These links are shown with JS, hidden if JS is off ------ */
a.showLink, a.hideLink, a.hideAll, a.showAll{
display:none;
}
