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

		.files .file_element{position:relative; text-align:left;  padding:10px; margin-bottom:5px;}
		
		.files .file_title{font-size:20px; font-weight:bold}
		.files .file_title a{color:#333; text-decoration:none;  color:rgb(0, 153, 204); transition:0.5s;  }
		
		.files .file_title a:hover{ color:#069;}
		
		
		@media only screen and (max-width:980px){
			
			
		}
		
		
		@media only screen and (max-width:750px){
			
			
		}
		
		@media only screen and (max-width:490px){
			
		}

