
.retailbody
{
    background-color: white;
    width: 100%;
    font-family: arial;
    font-size: 24px;
    width: 98%;
}

.retailheader
{
    width: 100%;
    height: auto;
    float: left;
    clear: both;
    border-bottom: 1px solid gray;
}

.headerrow
{
    width: 96%;
    height: auto;
    float: left;
    clear: both;
    padding-left: 2%;
    padding-right: 2%;
}

.retailrow
{
    width: 96%;
    height: auto;
    float: left;
    clear: both;
    padding-left: 2%;
    padding-right: 2%;
    margin-top: 10px;
}

.rrheader
{
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 24px;
    font-weight: bold;
}

.retailrowlogo
{
    width: 50%;
    height: auto;
    float: left;
    clear: none;
}

.retailrowpagename
{
    width: 50%;
    height: auto;
    float: left;
    clear: none;
    text-align: right;
    font-size: 24px;
    font-weight: bold;
}

.retailworking
{
    margin-top: 10px;
    clear: both;
    height: auto;
}

.retailrowquestion
{
    width: 50%;
    height: auto;
    float: left;
    clear: none;
}

.retailrowanswer
{
    width: 50%;
    height: auto;
    float: left;
    clear: none;
}

.retailfield
{
    width: 75%;
    font-size: 24px;
    border: 1px solid gray;
    border-radius: 14px;
    padding: 4px;
    outline: none;
}
.retailfield:focus
{
    border: 1px solid red;
}

.retailbuttongo
{
    margin-top: 10px;
    width: 75%;
    font-size: 24px;
    color: white;
    height: auto;
    padding: 2%;
    background-color: #0c2448;
    border-radius: 10px;
}

.errorarea
{
    margin-top: 10px;
    width: 75%;
    font-size: 24px;
    color: red;
    height: auto;
}

.okarea
{
    margin-top: 10px;
    width: 75%;
    font-size: 24px;
    color: green;
    height: auto;
}

.retailfooter
{
    width: 96%;
    border-top: 1px solid gray;
    padding-top: 10px;
    font-size: 15px;
    height: auto;
    padding-left: 2%;
    padding-right: 2%;
    text-align: center;
    margin-top: 10px;
}

.fakelink
{
    color: #6699FF;
    cursor: pointer;
}
.fakelink:hover
{
    color: red;
    cursor: pointer;
}

#imageareas
{
    width: 95%;
}

.imagepreview
{
    width: 95%;
}

#andanotherarea
{
    margin-top: 10px;
}

.canceldeletebutton
{
    font-size: 15px;
    color: white;
    background-color: green;
    padding: 6px;
    border: 1px solid green;
    border-radius: 4px;
}

.uploadbutton
{
    font-size: 15px;
    color: white;
    background-color: green;
    padding: 6px;
    border: 1px solid green;
    border-radius: 4px;
}

.deletebutton
{
    font-size: 15px;
    color: white;
    background-color: red;
    padding: 6px;
    border: 1px solid red;
    border-radius: 4px;
}

.confirmdeletebutton
{
    font-size: 15px;
    color: white;
    background-color: red;
    padding: 6px;
    border: 1px solid red;
    border-radius: 4px;
}

.addanotherbutton
{
    font-size: 15px;
    color: white;
    background-color: orange;
    padding: 6px;
    border: 1px solid orange;
    border-radius: 4px;
}

.allbutton
{
    font-size: 15px;
    color: white;
    background-color: green;
    padding: 6px;
    border: 1px solid green;
    border-radius: 4px;
}

.declinereason
{
    font-size: 15px;
    width: 75%;
}

#otherarea
{
    clear: both;
}
#other
{
    font-size: 15px;
    width: 75%;
    height: 100px;
}

.okareaaccept
{
    margin-top: 10px;
    width: 75%;
    font-size: 24px;
    color: green;
    height: auto;
}

.okareadecline
{
    margin-top: 10px;
    width: 75%;
    font-size: 24px;
    color: green;
    height: auto;
}


@media screen and (orientation: portrait) {
    
    div{border:0px solid gray}
    
    .retailbody
    {
        margin: 0px;
        font-family: arial;
        font-size: 34px;
        width: 96%;
    }
    
    #rrnlogo
    {
        width: 100%;
    }
    .retailrowlogo
    {
        width: 50%;
    }
    
    .retailrow
    {
        width: 100%;
    }
    
    .retailrowquestion
    {
        width: 95%;
    }

    .retailrowanswer
    {
        clear: none;
        float: none;
        width: 100%;
    }
    
    .retailfield
    {
        width: 95%;
    }
    
    .retailbuttongo
    {
        width: 95%;
    }
    
}