body{
    margin:0;
    padding:0;
}
.container-main{
    background-image:url(/liveodds-asset/netbetcouk/football/images/640x480_acumulator.jpg);
    background-repeat:no-repeat;
    width:640px;
    height:480px;
    text-align:center;
    padding-left:10px;
    padding-right:10px;
}
.container-logo{
    width:100%;
    height: 85px;
    text-align: center;
}
.netbet-logo{
    width: 202px;
    padding-top: 29px;
}
.container-title{
    text-align: center;
    width: 355px;
    height: 56px;
    margin-left: auto;
    margin-right: auto;
}
.box-title{
    background: #343843;
    color: white;
    font-family: 'Play', sans-serif;
    height: 50px;
    border-radius: 5px;
    padding: 14px 43px;
    font-size: 20px;
    font-weight: 700;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}
.tournament-title{
    overflow: hidden;
    word-wrap: break-word;
    text-overflow: ellipsis;
    max-height: 33px;
}
.container-odds{
    width: 100%;
    height: 232px;
    margin-bottom: 11px;
}
.odds-box{
    background: #f9f9f9;
    width: 307px;
    height: 114px;
    margin-bottom: 6px;
    border-radius: 5px;
    display: inline-block;
    margin-right: 3px;
}
.date-time{
    font-family: 'Play', sans-serif;
    color: black;
    font-size: 14px;
    font-weight: 700;
    background: #ff000000;
    height: 25px;
    text-align: left;
    padding-right: 0px;
    padding-top: 10px;
    line-height: 1;
    display: inline-block;
    vertical-align: top;
}
.teams{
    display: inline-block;
    vertical-align: top;
    line-height: 1;
}
.teams-inside{
    display: inline-block;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    padding-bottom: 4px;
    text-align: left;
    width:290px;
}
.team1, .team2, .teamx{
    font-family: 'Play', sans-serif;
    color: black;
    font-size: 12px;
    font-weight: 700;
    overflow: hidden;
    word-wrap: break-word;
    text-overflow: ellipsis;
    max-height: 12px;
    max-width: 82px;
    margin-top: 5px;
    width: 50%;
    border-radius: 3px;
}

.team1{
    float:left;
}
.team2{
    float:right;
    text-align: right;
}
.odds-style{
    display: inline-block;
    font-family: 'Play', sans-serif;
    font-size: 18px;
    font-weight: 700;
    background: #ececec;
    padding-top: 4px;
    padding-bottom: 4px;
    width: 95px;
    height: 28px;
    border-radius: 3px;
    margin-top: 4px;
    vertical-align: top;
}
.odds-style-clicked{
    background: #f2d024;
}

.container-mises{
    width: 223px;
    height: 43px;
    border-radius: 10px;
    margin-left: 35px;
    display: inline-block;
    vertical-align: top;
    text-align: left;
}
.mises-box{
    height: 34px;
    background: white;
    border-radius: 10px 10px 0 0;
    font-family: 'Play', sans-serif;
    font-size: 20px;
    font-weight: 700;
    padding-top: 6px;
    text-transform: uppercase;
    padding-left: 5px;
}
.stake-input{
    width: 60px;
    text-align: center;
}
.gains-box{
    height: 34px;
    background: black;
    border-radius: 0 0 10px 10px;
    font-family: 'Play', sans-serif;
    font-size: 20px;
    font-weight: 700;
    padding-top: 6px;
    text-transform: uppercase;
    color: #56ae26;
    padding-left: 5px;
 }
.gain-input{
    width: 60px;
    text-align: center;
    display: inline-block
}
.container-button{
    height: 44px;
    display: inline-block;
    vertical-align: top;
    width: 345px;
}
.generic-buton{
    font-family: 'Play', sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: white;
    background: #56ae26;
    text-transform: uppercase;
    padding: 14px 5px;
    border-radius: 50px;
    margin-top: 10px;
    width: 190px;
}
.container-tc{
    position: absolute;
    top: 457px;
}
.tc-text{
    font-family: 'Play', sans-serif;
    font-size: 11px;
    color: white;
    margin-top: 0px;
    display: inline-block;
    vertical-align: middle;
}
.plus18{
    width: 130px;
    display: inline-block;
    vertical-align: middle;
}