
        /* This is the  Timeline plugin for Wordpress */
        /* Author : Raphael Jolivet                   */
        /* Web    : www.lalala.fr                     */

        /* -------- */
        /* Timeline */
        /* -------- */

        .timeline-box {
            width : 221px;
            overflow : scroll;
            overflow : -moz-scrollbars-horizontal;
            overflow-x : scroll;
            overflow-y : hidden;
        }

        .timeline a img {
            border : 0px;
        }

        .tl-displayed img {
            /* border-bottom : 2px solid black !important; */
        }

        table.timeline {
            font-size       : xx-small;
            font-family     : Verdana, arial, Helvetica, sans-serif;
            border-collapse : collapse;
            border : none;
            margin : 0px;
        }

        table.timeline a {
            text-decoration : none;
        }

        table.timeline td {
            padding : 1px;
            text-align : center;
            white-space:nowrap;
        }

        .tl-year a {
            color: black;
        }

        .tl-month a{
            color: rgb(255,255,255);
        }

        .tl-day a{
            color: white;
        }

        .tl-post a{
            color: white;
        }

        .tl-year-even {
            background-color : rgb(255,255,102);
        }

        .tl-year-odd {
            background-color : rgb(255,255,102);
        }

        .tl-month-even {
            background-color : rgb(51,51,51);
        }

        .tl-month-odd {
            background-color : rgb(00,00,00);
        }

        .tl-day-even {
            background-color : rgb(204,204,204);
        }

        .tl-day-odd {
            background-color : rgb(102,102,102);
        }

        .tl-posts-even {
            background-color : rgb(153,153,153);
        }

        .tl-posts-odd {
            background-color : rgb(51,51,51);
        }