/**
 * Code snippet: cwsoft-anynews
 *
 * This code snippets grabs news entries from the WebsiteBaker news
 * module and displays them on any page you want by invoking the function
 * getNewsItems() via a page of type code or the index.php
 * file of the template.
 *
 * This file includes the CSS files used by Anynews for the frontend view.
 * 
 * LICENSE: GNU General Public License 3.0
 * 
 * @platform    CMS WebsiteBaker 2.8.x
 * @package     cwsoft-anynews
 * @author      cwsoft (http://cwsoft.de)
 * @copyright   cwsoft
 * @license     http://www.gnu.org/licenses/gpl-3.0.html
*/

@import "css/anynews.css";
@import 'thirdparty/flexslider/flexslider.css';
@import 'css/flexslider-custom.css';

.mod_anynews h1 {
	text-align: center;
}
.flex-direction-nav a {
	height: 50px;
}
h2 span {
	float: right;
	font-size: 14px;
	margin-top: 15px;
}