/**
 *
 * Adds a user time spent on a page. An extension for the phpBB Forum Software package.
 *
 * @copyright (c) 2022, Martin, https://www.martins-play-ground.com
 * @license GNU General Public License, version 2 (GPL-2.0)
 *
 */
 
.spent {
    font-size: 1.3em !important;
    float: left !important;
    margin-top: -2px;
    font-weight: bold;
}
