/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
    background: gray;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}


/*  8888888888888888888888888888888888888888888888888888888888888    done reset   88888888888888888888888888888888 */
#lpr-ques{
    position: relative;
     background: rgba(255,0,255,.1);
       background: gray;
     padding: 1%;
     width:75%;
     margin: auto;
}
select {
    font-family: Georgia, "Times New Roman", Times, serif;
    background: rgba(255,255,255,.1);
   
    border: 1px solid #16a085;
    border-width: 1px 1px 3px;
    font-size: 16px;
    margin: 0%;
    outline: 0;
     padding: 1px;
    width: 95%;
    background-color: #e8eeef;
    color:#8a97a0;
    border-radius: 6px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;

    -webkit-box-shadow: 0 1px 0 rgba(0,0,0,0.03) inset;
    box-shadow: 0 1px 0 rgba(0,0,0,0.03) inset;
    /*margin-bottom: 30px;
    */
   
}
label {
    font-family: Georgia, "Times New Roman", Times, serif;
    display: block;
    margin: 0px 0px 0px;
    font-weight: bold;
     font-size: 16px;
     padding:0;
     padding-left: 2%;
     
}
#quest{
     display: none;
     width: 100%;
}
.lprq1{
    width: 55%;
    float: left;
 
}

.lprq{
    width: 22%;
    float: left;
 
}
.lprqx{
    width: 33%;
    float: left;
 
}

.row{
    width: 38%;
    height: 30px;
    float: left;
    z-order: 999;
}

.lprq span{
        font-style: italic;
    }

.calcButton{
     position: relative;
    display: block;
    padding: 19px 39px 18px 39px;
    color: #FFF;
    margin: 0 auto;
    background: #404040;
    font-size: 18px;
    text-align: center;
    font-style: normal;
    width: 90%;
    border: 1px solid #000000;
    border-width: 1px 1px 3px;
    margin-bottom: 10px;
    
}
.calcButton:hover{
   background: #808080;
}

#ffxtra{
    width:75%;
    display: none;
}

#pkxtra{
    width:75%;
    display: none;
}