.feed-object{
    background-color: white;
    width:89%;
    margin:0 auto;
    margin-top:9px;
    padding:10px;
    border-radius: 5px;
    height:49px;
}

.feed-leaderboard{
    margin-top:0;
    width:99%;
    padding:3px;
    background-color: transparent;
    height:71px;
}

.feed-medal{
    margin-top:3px;
    width:95%;
    padding:6px;
    height:50px;
    background-color: #f5f5f5;
    text-align: left;
    border:1px solid #b4b4b4;
}

.feed-text{
    font-size:11px;
    white-space: nowrap;
    overflow-x: hidden;
    max-width: 175px;
    text-overflow: ellipsis;
    text-align: left;
}
@media only screen and (min-width: 720px) {
    .feed-text {
        max-width: 370px;
    }
}
.feed-table{
    width:100%;
}
.feed-table tr td:nth-child(1) {
    width:17%;
    font-size:11px;
    vertical-align: top;
}
.feed-table tr td:nth-child(2){
    width:66%!important;
}
.feed-table tr td:nth-child(1) {
    width:17%;
    font-size:11px;
}
.feed-table tbody tr td:last-child{
    text-align: left!important;
}
.feed-table tbody tr:nth-child(even){
    background-color: transparent!important;
}



.feed-info-left{
    clear:both;
    float:left;
}

.feed-small-text{
    font-size:11px;
    color:grey;
    margin-top:3px;
    float:left;
    clear:both;
}

.feed-small-clock{
    font-size:11px;
    color:grey;
}

.feed-follow{
    padding:13px 4px;
    cursor:pointer;
    border-radius:5px;
    font-size:13px;
    text-align: center;
}
.feed-position{
    text-align: center;
}

.feed-stars{
    text-align: center;
    margin-top:5px;
}

.user-history{
    height: 36px!important;
}
.user-history tbody tr:nth-child(1) td:nth-child(1){
    display:none;
}
.user-history tbody tr:nth-child(2){
    display:none;
}
.user-profit{
    text-align: center;
    vertical-align: middle;
    font-size:14px;
    font-weight: bold;
}

.feed-signed-up{
    font-size:11px;
    margin-left:15%;
}

.feed-goat-contender{
    text-align: center;
    font-size:15px;
    color:grey;
    margin-top:3px;
}

.acca-total-odds{
    margin-top: 7px;
    font-size:12px;
    text-align: left;
    margin-left:5px;
    font-weight: bold;
}

.acca-header{
    font-size:13px;
    margin-bottom:6px;
    text-decoration: underline;
}

.acca-table{
    text-align: left;
    border-bottom: 1px solid #55555545;
    min-width: 95%;
    padding: 3px;
}

.feed-team-image{
    width:18px;
}