body {
    margin: 0;
    font-family: Helvetica;
    background: #FFFFFF;
    color: #000000;
    overflow: hidden;
}

table {
padding: 0;
border-width: 0;
border-spacing: 0;
width: 100%;
}

thead
{
    box-sizing: border-box;
    margin: 0;
    padding: 10px;
    line-height: 20px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    text-shadow: rgba(0, 0, 0, 0.6) 0px -1px 0;
    text-overflow: ellipsis;
    color: #FFFFFF;
    background: url(img/iPhoneToolbar.png) #6d84a2 repeat-x;
    border-bottom: 1px solid #2d3642;
}

input[type=button]
{
color: #781351;
background: #fee3ad;
border: 1px solid #781351
}

input[type=text]
{
color: #580331;
font-size: 20px;
text-overflow: ellipsis;
background: #fee3ad;
border: 1px solid #781351
}

.roll 
{
}

.result
{
border-style: none;
}
