#primary.content-area div.BigeTitleDiv h1 {
    padding: 8px 50px;
    line-height: 160%;
}
table tr td:nth-of-type(2n) span{
    font-weight: normal;
}
table tr:nth-of-type(2n+1) td span{
    background-color: #f5f5f5;
}
table tr:nth-of-type(2n) td span{
    background-color: #fff;
}
