/*
*
* @package Pretty topic
* @author dmzx (www.dmzx-web.net)
* @copyright (c) 2014 by dmzx (www.dmzx-web.net)
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
* 
*/

span.prettytopic {
    display: inline-block;
    font-size: 0.8em;
    margin-left: 0.5em;
    margin-right: 5px;
    vertical-align: text-top;
    background-color: #22C55E; /* green background like your announcement */
    color: #ffffff;
    padding: 1px 4px;
    border-radius: 3px;
    position: relative;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
    top: -3px;
}

