/**
 * @copyright
 * @package    EBR - Easybook Reloaded - Latest Entries Module Joomla 3.x - Module
 * @author     Viktor Vogel <admin@kubik-rubik.de>
 * @version    3.3.0-FREE - 2020-09-12
 * @link       https://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;
    font-style: italic;
}

div.easylast-noentry {
}

div.easylast-small {
    color: #666666;
    font-size: 92%;
    text-align: right;
    font-style: italic;
}

.easy_center {
    text-align: center;
}
