
html {
    background-color:#FFF;
    color:#000;
    font-family:Verdana, Arial, sans-serif;
    font-size:10px;
}

body {
    margin:10px;
    background-color:#FFF;
    color:#000;
    font-family:Verdana, Arial, sans-serif;
    font-size:10px;
    text-transform:uppercase;
}

input {

}

table {
    font-family:Verdana, Arial, sans-serif;
    font-size:10px;
    /*background-color:#0E2464;*/
    background-color:#FFF;
    color:#000;
    border:none;
}

tr {

}

td {
    padding:4px;
    border:none;
}

.one-hundred-percent-width {
    width:100%;
}

.container {
    width:700px;
}

.bet-type {
    background-color:#72A7E8;
}

.bet-type table {
    background-color:#72A7E8;
}

.outlay-returns-profit {
    background-color:#72A7E8;
}

.outlay-returns-profit table {
    background-color:#72A7E8;
}

.selection-odd {
    background-color:#DDD;
}

.selection-even {
    background-color:#AAA;
}

.bet-details-values td {
    background-color:#DDD;
}

.bet-format {
    background-color:#0E2464;
    color:#FFF;
}

.calculator-header {
    background-color:#0E2464;
    color:#FFF;
}

.calculator-buttons {
    background-color:#72A7E8;
    color:#000;
}

.bet-stake {
    background-color:#0E2464;
    color:#FFF;
    font-weight:bold;
}

.selection-label {
    white-space:nowrap;
}

.decimal-price-input {
    width:80px;
}

.stake-td {
    white-space:nowrap;
}

.stake-input {
    width:80px;
}

#pA9A {
    width:95%;
    font-size:9px;
    background-color:#72A7E8;
    color:#000;
}

#tot_stake, #pA4M, #pA6M {
    width:60px;
}

.top-labels td, .message-bar td, .calculated-section td,
.bet-details-labels td
{
    background-color:#72A7E8;
    color:#000;
}