a.demo{text-align:center;border:1px solid #d4d4d4;background:#C6E1EC;padding:5px 10px;margin-top:20px;margin-left:45%;}
#accordion-content label{font-family:Arial;padding:0px 15px;position:relative;z-index:20;display:block;height:auto;cursor:pointer;color:white;line-height:33px;font-size:13px;background:#3389e3;margin-bottom:0px;border-bottom:1px white solid;}
#accordion-content label:hover{background:#ddd;}
#accordion-content input:checked + label,
#accordion-content input:checked + label:hover{background:#3389e3;color:white;}
#accordion-content label:hover:after,
#accordion-content input:checked + label:hover:after{content:'';position:absolute;width:24px;height:24px;right:13px;top:7px;background:transparent url(../images/arrow_down.png) no-repeat center center;}
#accordion-content input:checked + label:hover:after{background-image:url(../images/arrow_up.png);}
#accordion-content input{display:none;}
#accordion-content section{background:rgba(255, 255, 255, 0.5);margin-top:0px;overflow:hidden;height:0px;position:relative;z-index:10;-webkit-transition:height 0.3s ease-in-out, box-shadow 0.6s linear;-moz-transition:height 0.3s ease-in-out, box-shadow 0.6s linear;-o-transition:height 0.3s ease-in-out, box-shadow 0.6s linear;-ms-transition:height 0.3s ease-in-out, box-shadow 0.6s linear;transition:height 0.3s ease-in-out, box-shadow 0.6s linear;}
#accordion-content section p{font-style:italic;color:#777;line-height:23px;font-size:14px;padding:20px;text-shadow:1px 1px 1px rgba(255,255,255,0.8);}
#accordion-content section ul{padding:0px;}
#accordion-content section ul li{list-style:none;font-size:16px;margin-bottom:0px;background:url(../images/recent_li_bg.gif) #EAEAEA no-repeat left 7px top 10px;padding-left:23px;line-height:30px;color:black;font-size:12px;font-weight:bold;}
#accordion-content section ul li a{color:black;}
#accordion-content a{    text-decoration: none;
    color: white;}
#accordion-content section ul li a:hover{color:#888;text-decoration:none;}
#accordion-content input:checked ~ section{-webkit-transition:height 0.5s ease-in-out, box-shadow 0.1s linear;-moz-transition:height 0.5s ease-in-out, box-shadow 0.1s linear;-o-transition:height 0.5s ease-in-out, box-shadow 0.1s linear;-ms-transition:height 0.5s ease-in-out, box-shadow 0.1s linear;transition:height 0.5s ease-in-out, box-shadow 0.1s linear;box-shadow:0px 0px 0px 1px rgba(155,155,155,0.3);}
#accordion-content input:checked ~ section.tab{height:auto;}