    .betptc-title{
        font-size:large;
        font-weight:bold;
        color:#F70A0A;
        text-transform:uppercase;
    }

    .tracklist a , .tracklist a:link, .tracklist a:visited, .tracklist a:active{
        color:black;
        text-decoration:none;
        margin-right:5px;
    }
    .overnights-list{
        width:700px;
        margin-right:auto;
        margin-left:auto;        
        min-height:400px;
        margin-top:20px;
    }
    .overnights-list table{
        width:100%;
    }
    .overnights-desc{
        margin-top:20px;

        margin-right:auto;
        margin-left:auto;
    }
    .betptc-wrapper{
        width: 800px;
        margin-top:30px;
        margin-left:auto;
        margin-right:auto;
    }
    .tracklist {
        border:0;
        border-spacing: 0px 2px;
    }
    .tracklist .trackname {
        width:270px;
        color:white;
        padding-left: 5px;
    }
    .tracklist .odd {
        background-color:#5F8BD4;
        font-weight: bold;
        height: 20px;
        margin: 20px;
    }
    .tracklist .even {
        background-color:#4871B5;
        font-weight: bold;
        height: 20px;
        margin: 20px;
    }
