html{
    min-height: 100%;
}
body{
    background-image:linear-gradient(#DDD,#333);
    min-height: 100%;
}
footer{
    height:24px;
    position:fixed;
    left:0;
    bottom:0;
    width:100%;
    text-align:center;
    background:#333;
    color:#6DDB07;
}
.footLeft{
    width:calc(100%-75px);
    float:left;
    margin-left:10px;
} 
.footRight{
    width:65px;
    float:right;
} 
.footRight > a {
    color:#6DDB07;
} 
.footLeft > a {
    color:#6DDB07;
} 
ul,address{
    margin-bottom:0rem;
}
#filterButton {
    background:#333;
    color:#DDD;
}
.cButtonUl{
    background-color:#333;
    color:#DDD;
    top:-7px;
    left:-1px;
}
.cButtonUl > li > a{
    background-color:#333;
    color:#DDD;
}
.cButtonUl > li > a:hover{
    background-color:#333;
    color:#6DDB07;
    text-decoration: none;
}
.cGreen {
    color:#6DDB07;
}
#csslist > li {width:80%;padding-top:20px;}
#csslist > li > ul > li {width:100%;padding-left:20px;list-style-type: none;}
#csslist > li > ul > li > ul > li {width:100%;padding-left:20px;list-style-type: none;}