html, body{
    background: linear-gradient(-20deg, #f83, #fff, #f83) fixed;
    width: 100%;
}

.wrapper{
    background-color: #fff;
    border: solid 2px #aaa;
    box-shadow: 6px 6px 10px 0 #aaa;
    display: block;
    line-height: 1.4;
    margin: 3% 3% 0;
    padding: 2% 2%;
    width: 90%;
}

.title{
    color: #38f;
    font-size: 25px;
    text-align: center;
    text-shadow:
        0 0 1px #aaa,
        0 1px 1px #aaa,
        1px 0 1px #aaa,
        1px 1px 1px #aaa;
    width: 100%;
}

.outer{
    text-align: left;
    width: 100%;
}

.inputRow{
    font-size: 18px;
    line-height: 2.5;
}

.header{
    width: 30%;
}

.content{
    width: 70%;
}

.content input{
    font-size: 20px;
    width: 100%;
}

.caution{
    display: none;
    color: #f00;
}

.submitRow{
    text-align: left;
    width: 100%;
}

.jsSubmitBtn{
    display: none;
    font-size: 30px;
    width: 20%;
}

.jsResistArg{
    font-size: 20px;
    width: 100%;
}

.jsJumpTo{
    font-size: 30px;
}