/**
 * @Copyright
 * @package    EBR - Easybook Reloaded - Latest Entries Module Joomla 3.x - Module
 * @author     Viktor Vogel <admin@kubik-rubik.de>
 * @version    3.2.1 - 2016-08-30
 * @link       https://joomla-extensions.kubik-rubik.de/ebr-easybook-reloaded
 *
 * @license GNU/GPL
 * This program is free software: you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation, either version 3 of the License, or
 * (at your option) any later version.
 *
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 *
 * You should have received a copy of the GNU General Public License
 * along with this program.  If not, see <http://www.gnu.org/licenses/>.
 */

div.easylast_entry {margin-bottom: 1.2em !important; overflow: hidden;}
div.easylast_name {margin-bottom: 0.3em !important; font-weight: bold; font-size: 1em;}
div.easylast_name a {font-weight: bold;}
div.easylast_title {font-weight: bold; font-size: 110%;}
div.easylast_text {}
div.easylast_link {text-align:right;}
div.easylast_noentry {}
div.easylast_small {color:#666666;font-size:92%;text-align: right;}
.easy_center {text-align: center;}