/**
 * @Copyright
 * @package    FRC - Fewest Read Content for Joomla! 3
 * @author     Viktor Vogel <admin@kubik-rubik.de>
 * @version    3.2.3 - 2019-07-13
 * @link       https://kubik-rubik.de/frc-fewest-read-content
 *
 *  Based on Core Module Popular Content
 *
 * @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/>.
 */

ul.fewestread {
    list-style-type: inherit;
}

ul.fewestread li {
    padding-bottom: 5px;
}

ul.fewestread .fewestread_hits {
    font-size: 90%;
}

ul.fewestread .fewestread_date {
    font-weight: bold;
}

ul.fewestread .fewestread_hits {
    font-weight: normal;
}

.fewestread .fewestread_title {
    font-weight: bold;
    font-size: 110%;
}