.tts-grid-item {
    text-transform: none;
    font-weight: normal;
    text-shadow: 0 1px 0 #bc3918;
    background: linear-gradient(to bottom, #ee5a27 0, #ca3a0f 100%) repeat-x;
    border-color: #1b5381;
    color: #fff;
    padding: 2px 4px;
    line-height: 13px;
    border-radius: 4px;
    white-space: nowrap;
    display: inline-block;
    text-decoration: none;
}
.tts-grid-item:hover {
    text-decoration: none;
    color: #fff;
}