body {
    background: -webkit-linear-gradient(rgba(228, 228, 228, 0.95), rgba(228, 228, 228, 0.95)), url(../img/dome.jpg) no-repeat top center;
    background: linear-gradient(
      rgba(228, 228, 228, 0.95), 
	  rgba(228, 228, 228, 0.95)
    ), url(../img/dome.jpg) no-repeat top center;
    background-size: cover;
    background-attachment: fixed;
}

#content-container {
    color: #333333;
}

#content-container .box {
    margin-top: 30px;
}

#content-container .docs-list ul {
    background: white;
}

#content-container .docs-list ul li {
    background: white;
    -webkit-transition: all 100ms ease-in-out;
            transition: all 100ms ease-in-out;
}

#content-container .docs-list ul li a {
    display: inline-block;
    padding: 20px;
    padding-left: 60px;
    line-height: 1.4em;
    background: white;
    width: 100%;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    position: relative;
    -webkit-transition: all 100ms ease-in-out;
            transition: all 100ms ease-in-out;
}

#content-container .docs-list ul li:hover {
    background-color: #f2f2f2;
    padding-left: 2px;
}

#content-container .docs-list ul li:hover a {
    background-color: #f2f2f2;
}

#content-container .docs-list ul li a.pdf1:before {
    content: '';
    top: 0;
    left: 0;
    height: 100%;
    display: block;
    position: absolute;
    padding: 25px;
    opacity: 0.7;
    filter: alpha(opacity=70);
    background-image: url(../img/icons/pdf.png);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: 20px center;
}

#content-container .docs-list ul li a.pdfn:before
{
	content: '';
    top: 0;
    left: 0;
    height: 100%;
    display: block;
    position: absolute;
    padding: 25px;
    opacity: 0.7;
    filter: alpha(opacity=70);
   
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: 20px center;
	
	
	
	
	}
#content-container .docs-list h2 {
    font-weight: bold;
    color: #333333;
    line-height: 1.3em;
    padding: 11px 25px;
    font-weight: bold;
    background: #F3F3F3;
}