div#banners {
    background: #333 url("/images/banner14.jpg") no-repeat 0 0;
}

table.demos {
    font: 14px Georgia, "Times New Roman", serif;
    line-height: 24px;
    width: 100%;
    margin-bottom: 48px;
}

table.demos th {
    font: 11px Georgia, "Times New Roman", serif;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #222;
    line-height: 21px;
    border-bottom: 3px double #222;
    padding: 0 3px;
    vertical-align: middle;
}

table.demos td {
    line-height: 23px;
    border-bottom: 1px solid #222;
    padding: 12px 3px;
    vertical-align: middle;
}

table.demos th.composer,
table.demos td.composer {
    width: 24%;
}

table.demos th.piece,
table.demos td.piece {
    width: 60%;
    font-weight: bold;
}
table.demos td.piece {
    letter-spacing: 0.25px;
}

table.demos td.piece a {
    display: block;
}

table.demos th.year,
table.demos td.year {
    width: 8%;
    text-align: center;
}

table.demos th.dur,
table.demos td.dur {
    width: 8%;
    text-align: center;
}

table.demos tbody tr:hover {
    background: #EFE2C2;
}

h2.tabletitle {
    line-height: 45px;
    border-bottom: 3px double #222;
}

#demotechinfo {
    background: #EFE2C2;
    padding-top: 24px;
    margin-top: -24px;
}

#demotechinfo p {
    font-size: 11px;
    font-style: oblique;
    padding: 0 7px;
}
