div#calcBettingOdds {
    max-width: 400px;
    background-color: #F9EDEF;
    border: 3px solid #C91F40;
    padding: 5px 10px;
}
div#calcBettingOdds div.result {
    background: #FFF;
    border: 3px solid #eee;
}
div#calcBettingOdds div.result > div > div {
    text-align: center;
}
div#calcBettingOdds div.result > div > div > * {
    display: block;   
}
div#calcBettingOdds div.result label {
    color: #aaa;
}

div#calcBettingOdds div.result span {
    font-size: 24px;
    font-weight: bold;
}
div#calcBettingOdds label.form-label {
    margin: 0px;
}