html {
    background-color: #ddd; /* Background color */
}
body {
    background-color: #ddd; /* Background color */
    color: #222;            /* Foreground color used for text */
    font-family: Helvetica; 
    font-size: 40px;
    margin: 0;              /* Amount of negative space around the outside of the body */
    padding: 0;             /* Amount of negative space around the inside of the body */
}
#header h1 {
    background-color: #2b6c9e;
    border-bottom: 3px solid #666;
    color: #fff;
    display: block;
    font-size: 64px;
    font-weight: bold;
    padding: 30px 0;
    text-align: center;
    text-decoration: none;    
    margin-top: 0;
    text-shadow: 0px 1px 0px #fff;
    background-image: -webkit-gradient(linear, left top, left bottom, 
                                       from(#d8e7f3), to(#2b6c9e));
}
#header ul {
    list-style: none;
    margin: 30px;
    padding: 0;
}
#header ul li {
    position: relative;
    background-color: #FFFFFF;
    border: 1px solid #999999;
    color: #222222;
    display: block;
    font-size: 48px;
    font-weight: bold;
    margin-bottom: -1px;
    padding: 38px 30px;
    text-decoration: none;
}
#header ul li a {
    color: #222222;
    display: block;
    font-size: 48px;
    font-weight: bold;
    text-decoration: none;
}
#header ul li div.value {
    position: absolute;
    width: 25%;
    top: 38px;
    right: 30px;
    color: #222222;
    display: block;
    font-size: 48px;
    font-weight: bold;
    text-align: right;
}
#header ul li.center {
    text-align: center;
}
#header ul li.pending {
    background-color: #fff000;
    background-image: -webkit-gradient(linear, left top, left bottom, 
                                       from(#fff000), to(#bbb000));
}
#header ul li.won {
    color: #fff;
    background-color: #009900;
    background-image: -webkit-gradient(linear, left top, left bottom, 
                                       from(#0a0), to(#070));
}
#header ul li.lost {
    color: #fff;
    background-color: #aa0000;
    background-image: -webkit-gradient(linear, left top, left bottom, 
                                       from(#a00), to(#700));
}
#header ul li:first-child {
    -webkit-border-top-left-radius: 24px;
    -webkit-border-top-right-radius: 24px;
}
#header ul li:last-child {
    -webkit-border-bottom-left-radius: 24px;
    -webkit-border-bottom-right-radius: 24px;
}

#print {
    background-color: transparent;
    margin: 30px;
    width: auto;
    
}
#print {
    -webkit-border-top-left-radius: 24px;
    -webkit-border-top-right-radius: 24px;
    -webkit-border-bottom-left-radius: 24px;
    -webkit-border-bottom-right-radius: 24px;    
}
#print #print-coupon tr.match td.match div.match {
    min-height: 150px;
}

#print #print-coupon tr.head td {
    font-size: 48px;
}
#print #print-coupon tr.match td.code {
    font-size: 36px;
}
#print #print-coupon tr.selection-lost {
    background-color: #c00;
}
#print #print-coupon tr.selection-won {
    background-color: #0c0;
}
#print #print-coupon tr.selection-void {
    background-color: #ccc;
}
#print #print-coupon tr.selection td {
    font-size: 36px;
}
#print #print-coupon tr.match td.match {
    font-size: 42px;
}
#print #print-coupon tr.match td.match div.date {
    font-size: 42px;
}
#print #print-coupon table.bets td {
    font-size: 36px;
}
#print #print-coupon table.bets tr.hd td {
    font-size: 42px;
}
#print #print-coupon table.bets tr.totals td {
    font-size: 48px;
}
#print #print-coupon tr.match div.banker,
#print #print-coupon tr.match div.group,
#print #print-coupon tr.match div.combine {
    font-size: 42px;
}
#print #print-coupon tr.match div.group {
    font-size: 42px;
}

.cashout-pin {
     height: 60px;
     width: 180px;
     margin-left: 20px;
     font-size: 36px;
     line-height: 55px;
     font-weight: bold;
     letter-spacing: 5px;
     text-indent: 20px;
}

.cashout-button {
    height: 60px;
    width: 350px;
    background: green;
    color: white;
    font-size: 32px;
}

.cashout-form,
.cashout-message {
    font-size: 36px;
}