﻿
#pageTitle h1 {
    font-size: 2em;
    margin: 0 0 1em 0;
    color: #2b358a;
    background-repeat: no-repeat;
    background-image: url(Logo.jpg);
    background-position: 817px 10px;
    padding-top: 40px;
    height: 90px;
    vertical-align: middle;
}

@media only screen and (max-device-width: 480px) {
    /* define mobile specific styles come here */
    #pageTitle h1 {
        font-size: 2em;
        margin: 0 0 1em 0;
        color: #2b358a;
        background-image: none;
        padding-top: 40px;
        height: 90px;
        vertical-align: middle;
    }
}

#pageTitle {
    margin-top: -30px;
}

#pageContent {
    margin-top: -20px;
}

#scrollMessage {
    background-color: #00ADEF;
}

#versionNumber {
    display: block;
}

#pageWrapper textarea {
    width: 370px;
}

#pdfWrapper, #formBusyWrapper {
    z-index: 15;
}

#pdfProgressContent {
    width: 350px;
}

#pdfProgress, #formBusy, #forgottenWrapper {
    position: absolute;
    left: 300px;
    top: 100px;
    background-color: #666;
    z-index: 20;
}

#forgottenContent {
    height: 220px !important;
    width: 535px !important;
}

#forgottenContentHeader {
    width: 90%;
}

#pdfEmail {
    display: none;
}

#pageWrapper div.question.LongText.LongText p,
AddressLookup_label question Textbox,
#pageWrapper div.question.LongText.LongText,
#pageWrapper div.question.LongText.LongText li {
    margin-bottom: 10px;
}

.convictions {
    border: solid 1px #bbb;
}

    .convictions th, .convictions td {
        border: solid 1px #bbb;
        padding: 3px;
    }


    .convictions li {
        list-style: none;
        margin: 0;
        display: inline;
    }

