@charset "utf-8";
/* CSS Document */

/*#contract {
	
	         width: 960px;
             margin: 0px auto;
}
*/





#contract p{
	
	               float:left;
				   width:700px;
				   margin-top:65px;
				   margin-left:140px;
				   
				   border-radius:10px;
				   text-align:justify;
				   
}



.list-of-posts
{
    min-height:1400px;  
}


.pagination{
	
	             margin-left:140px;
				 margin-top:10px;
}


.pagination li
{
    list-style:none;  
    float:left;
    width : 20px;
    height:20px;
    border: 1px solid white;
	border-radius:10px;
    background-color:green;
    color:#e7efa3;
    text-align:center;
    cursor:pointer;
	
}

.pagination li:hover
{
    background-color: white;
    border:1px solid black;
    color: black;
	opacity:.3;
}


.pagination ul
{
    border: 0px;
    padding: 0px;
	
}

button[name^="download"]:hover {
	                              cursor:pointer;
						  
	
}




.download {
	
	      
		    position:relative;
			
			
		  
	
	
}





.download ul {
	
	            margin-left:17.5em;

		        position:inherit;
				
				
		 
		  
		
	
	
}


.download  li {
	            float:left;
	            text-decoration: none;
                vertical-align:text-bottom;
			    display:inline;
			    width:200px;
			   
			  
	
}




/*/////////////////////////////////////////////////////////////ToolTip Section//////////////////////////////////////*/


/*/////////////////CSS3 ToolPips With Removed a tag for more flexablity///////////////////*/

.tooltip {
            position: relative;
			
			
			
} 


.tooltip span {
                 display: none;
				 
}
	
	
.tooltip:hover span {
                        display: block;
                        position: absolute;
                        top: 1em;
                        left: 2em;
						
						
}	

.tooltip:hover span, a.tooltip :focus span {
                                                display:block;
                                                position:absolute;
                                                top:1em;
                                                left:3em;
                                                padding: 0.2em 0.6em;
												border:1px solid #ffffff;
                                                background-color:#666;
                                                color:#ffffff;
												border-radius: 6px;
												opacity:0.9;
												font-size:16px;
											    margin-top:-45px;
												float:right;
												
												
												
												
                                              
}