﻿.tTitle, .tContent, .ticker
{
    height: 100%;
    overflow: hidden;
}
.ticker
{
    background-color: #EAEAEA;
}
.tTitle
{
    width: 120px;
    float: left;
    text-align: center;
    background-color: #156B3F;
    color: White;
    font-weight: bold;
    padding: 3px 0px;
}
.tContent
{
    float: left;
    padding: 3px;
}
