html,body,.fdiv{
    margin: 0;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}
/* Spinner */
#d_spinner{

}
.sbutton {
    background-color: #00aeef; /* Green */
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
}
.prizev{
    font-size: 1em;
    width: 40px;
    border-left: 10px solid #00aeef;
}
.prizev:before{
/*    content: "\00BB";*/
    content: "£";
    margin-left: -10px;
}
#d_s_e{
    font-size: 2em;
}
#d_s_i{
    color: #ff0000;
}
.prs{
    font-size: 3em;
    margin-left: 25%;
}
#lrand{
    font-size: 2em;
    width: 500px;
    overflow: hidden;
    background-color: #FFF;
    color: #222;
    font-family: Courier, monospace;
    font-weight: normal;
    font-size: 24px;
    resize: none;
    line-height: 40px;
    padding-left: 100px;
    padding-right: 100px;
/*    padding-top: 45px;*/
/*    padding-bottom: 34px;*/
    background-image: url(assets/lines.png), url(assets/paper.png);
    background-repeat: repeat-y, repeat;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    -webkit-box-shadow: 0px 2px 14px #000;
    box-shadow: 0px 2px 14px #000;
    border-top: 1px solid #FFF;
    border-bottom: 1px solid #FFF;
    overflow: hidden;
    word-wrap: break-word;
    resize: none;
    height: 160px;
    overflow: auto;

}
}
