*{margin:0;padding:0;}
body {
  background: #DFD; 
  font-family: 'Open Sans', sans-serif;
  color: #111;
  overflow-x: hidden;
}
p {
  margin-bottom: 1em;
}
header{
  position: absolute;
  z-index: 9999;
  width: 100%;    
  background: rgba(180,180,180,.3);    
}
h1, h2, h3{   
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 700; 
    margin: .8em 0 .2em 0;
}    
h1{   
 margin: .2em .5em;
 display: inline-block;       
}
h2{
 margin-top: 2em;
}
header p{
 display: inline-block; 
 font-size: .9em;    
}
.content{
    margin: 1em 2em;    
}
.content ul, .content ol{
    margin: .8em 1em .8em 2em;   
}
span.code{
    font-family: "Lucida Console", "Lucida Sans Typewriter", Monaco, "Bitstream Vera Sans Mono", monospace;   
    color: #999;
}
.gist{
    margin: 1em 1em 2em 2em;
}
ol .gist{
    margin: 1em 0 2em 0;
}
a:link {
  text-decoration: none;
  color:#949;
}
a:visited {
  text-decoration: none;
  color:#949;
}
a:hover {
  text-decoration: underline;
  color:#949;
}
a:active {
  text-decoration: underline;
  color:#b8b;
}
.num2{
    width: 85%;
    margin: 2em auto;
}
footer{
    color: #ccc;
    font-size: .8em;
    font-style: italic;
    text-align: center;
    background: #000;
    padding: 1.5em 0 .5em 0;
    margin-top: 5em;
}
footer span{
    font-size: 1.3em;
    color: #fff;
}
.txtnote {
    color: #ccc;
    font-size: .8em;
    font-style: italic;
}
.txtcentre {
    text-align: center;
    padding: 1.5em 0 .5em 0;
}
.txtcentrenopad {
    text-align: center;
}
@media screen and (max-width: 830px){
    h1{
     font-size: 1.3em;   
    }
    .desc{
        display: none;   
    }
}

@media screen and (max-width: 400px){
    h1{
     font-size: 1.1em;   
    }
    header span{
        display: none;   
    }
    .gist{
        width: 100%;
    }
}
.faqheading {
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 700; 
    display: block;
    margin: .5em 0 .2em 0;
    border: none;
    background-color: #DFD;
    font-size:1.2em;
    color: #111;
}
.faqheading:hover {
    color: #111;
}
.active {
    color: #111;
}
.faqanswer {
    display: block;
    overflow: hidden;
    margin-bottom: 0.3em;
    background-color: #DFD;
}
