#table-corner {
    width: 450px;
    text-align: left;
    border-collapse: collapse;
    margin: auto;
    margin-top: 10px;
    border-radius: 5px;
}

    #table-corner th,
    #tbl-corner .picks-header div {
        /*padding: 3px 3px 3px 10px;*/
        padding: 5px 1px;
        font-weight: normal;
        font-size: 11px;
        color: #fff;
        background: #1b3262;
        text-align: center;
    }

    #table-corner td {
        font-size: 12px;
        background: #eff2f5;
        /*border-top: 1px solid #fff;*/
        color: #1b3262;
        text-align: center;
    }

    #table-corner th a {
        color: #fff;
        text-align: left;
        text-decoration: none;
    }

        #table-corner th a:hover {
            color: #fff;
            text-align: left;
            text-decoration: none;
        }

    #table-corner tr:nth-child(even) td {
        background: #e0e3e6;
    }


    #table-corner tbody tr:hover td {
        background: #ced9ee;
    }

table {
    /*width: 450px;
    display:block;*/
}

.pickslist {
    display: inline-block;
}

    .pickslist ul {
        padding: 0px;
        margin: 0px;
        padding-right: 8px;
        font-size: 12px;
        width: 450px;
    }

#top10source {
	min-height: 380px !important;
    height: 380px;
    overflow-y: hidden;
}

#top10dest {
    width: 450px;
}

#backupsource {
    height: 190px;
    overflow-y: hidden;
}

.pickslist ul li {
    border-spacing: 2px;
    border-color: gray;
    height: 38px;
    vertical-align: middle;
    list-style: none;
    display: block;
}

    .pickslist ul li .hide {
        display: none;
    }

    .pickslist ul li table {
        margin-bottom: 1px;
        height: 37px;
    }

    .pickslist ul li td {
        /*height:100%;*/
        vertical-align: middle;
        text-align: center;
    }

        .pickslist ul li td img {
            float: left;
            max-height: 37px;
            max-width: 40px;
        }

#scroll1 {
    height: 380px;
    width: 480px;
}

#scroll2 {
    height: 190px;
    width: 480px;
}

.empty .feed_winner,
.empty .feed_remove,
.empty .feed_addteam {
    background: inherit;
}

#top10source .feed_winner,
#top10source .feed_remove,
#top10dest .feed_rank,
#top10dest .feed_addteam,
#backupsource .feed_winner,
#backupsource .feed_remove,
#backupdest .feed_rank,
#backupdest .feed_addteam,
#backupdest .feed_winner {
    display: none;
}

#top10source .feed_rank,
#top10source .feed_addteam,
#top10dest .feed_winner,
#top10dest .feed_remove,
#backupsource .feed_rank,
#backupsource .feed_addteam,
#backupdest .feed_remov {
    display: table-cell;
}


.feed_token {
    width: 80px;
    border-radius: 5px 0px 0px 0px;
}

.feed_image {
    width: 40px;
    padding: 0px;
}

.feed_name {
    width: 145px;
    max-width:145px;
    text-align: left !important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.feed_country {
    width: 30px;
}

.feed_rank {
    width: 70px;
}

.feed_addteam {
    width: 75px;
    background-color: #518a2c;
    cursor: pointer;
    background: url('../images/theme/arrow-right-white.png') no-repeat #518a2c;
    background-position: center;
}

.picks-header .feed_addteam {
    border-radius: 0px 5px 0px 0px;
}

.feed_winner {
    width: 114px;
    background-color: #b7ceb2;
    cursor: pointer;
    color: #518a2c;
}

.selected .feed_winner {
    background-color: #518a2c;
    color: white;
}

.feed_remove {
    width: 30px;
    background-color: #ce0608;
    cursor: pointer;
    background: url('../images/theme/remove.png') no-repeat #ce0608;
    background-position: center;
}

.picks-header .feed_remove {
    border-radius: 0px 5px 0px 0px;
}

.empty,
.empty .feed_token,
.empty .feed_image,
.empty .feed_name,
.empty .feed_country,
.empty .feed_rank,
.empty .feed_winner,
.empty .feed_remove,
.empty .feed_addteam {
    cursor: default;
}

