﻿#ticker {
        height: 12em;
        padding: 0.6em 0;
        margin: 0 0 1.8em 0;
    }
        /*#ticker .cursor
    {display: inline-block; background: #565c61; width: 0.6em; height: 1em; text-align: center;}*/
        #ticker p {
            /*margin-bottom: 0.8em;*/
            line-height:25px;
            text-align:left;
        }

    .ticker_hide {
        display:none;
    }

        #ticker code {
            margin: 0.4em 0.4em;
            display: block;
        }

        /*#ticker .next {
            position: absolute;
            bottom: 1em;
        }*/