﻿.FAQs{ /*header of 1st demo*/
font-family: 'Himalaya', 'Bernhard Modern Std Roman', sans-serif;
font-weight:normal;
cursor: hand;
cursor: pointer;
padding: 10px 5px;
font-size:20pt;
color: #fff;
margin:5px auto;
text-align:left;
text-transform:none;
border-bottom:1px solid rgba(0,0,0,0.05);
background:#033901;
/*background: rgba(47,161,39,1);
background: -moz-linear-gradient(top, rgba(47,161,39,1) 0%, rgba(20,82,20,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(47,161,39,1)), color-stop(100%, rgba(20,82,20,1)));
background: -webkit-linear-gradient(top, rgba(47,161,39,1) 0%, rgba(20,82,20,1) 100%);
background: -o-linear-gradient(top, rgba(47,161,39,1) 0%, rgba(20,82,20,1) 100%);
background: -ms-linear-gradient(top, rgba(47,161,39,1) 0%, rgba(20,82,20,1) 100%);
background: linear-gradient(to bottom, rgba(47,161,39,1) 0%, rgba(20,82,20,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2fa127', endColorstr='#145214', GradientType=0 );
*/
}

.openFAQs{ /*class added to contents of 1st demo when they are open*/
background:#303030;
border-bottom:1px solid rgba(0,0,0,0.0);
}

.theFAQ{
font-family: 'Himalaya', 'Bernhard Modern Std Roman', sans-serif;
font-size:18pt;
color:#000000;	
background-color:#F2F2F2;
max-width:1300px;
margin:10px auto;
padding:10px;
border-width: 4px;
  border-style: solid;
  border-image: linear-gradient(to bottom, #ccc, #eee) 1;
}

