html, body
{
    height: 99%;
}
#orderReady
{
    width: 99%;
    height: 63%;
    background: #15add1;
}
#orderPrevious
{
    width: 99%;
    height: 34%;
    background: #98c313;
}

.container
{
    margin: 4px 4px;
    padding: 3px 3px;
    border-radius: 15px;
    color: #fff;
    font-size: .75em;
    line-height: 2em;
    vertical-align: middle;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

#lblOrderNumber
{
    font-weight: bold;
    border-radius: 15px;
}

textarea
{
    margin: 1px 4px;
    border-radius: 15px;
    height: 45.5%;
    width: 23.5%;
    font-weight: bold;
    overflow: auto;
    float: left;
    overflow: hidden;
    text-align: center;
}

.hideme
{
    width: 0px;
    position: absolute;
    left: -1000px;
}
