/*
*		    ________      .___   
*	__  _  _\_____  \   __| _/
*	\ \/ \/ / _(__  <  / __ |
*	 \     / /       \/ /_/ |
*	  \/\_/ /______  /\____ |
*	               \/      \/
*
*	@author			Jacques Baars <j@w3d.co.za>
*
*	@notice			This is the property of W3Designs, W3Development, W3D,
*					it is illegal to use this source code without the required permission,
*					contact j@w3d.co.za for further advice or permissions.
*
*	@license		Copyright (c) 2016 W3Designs (PTY) Ltd. (http://www.w3d.co.za)
*/

/* Audio */
#files{}
	
	#files .no-files{
		padding: 20px 0;
		text-align: center;
	}
	
	#files .file{
		padding: 4px;
	}
	
	#files .file:last-child{
		border-bottom: none;
	}
		
		#files .file .player{
			width: 100%;
			padding: 0 0 10px;
		}
		
		#files .file .download{
			padding: 0 10px;
		}
		
		#files .file .link{}
		
			#files .file .download .title,
			#files .file .link .title{}