* {
    margin: 0px;
    padding: 0px;
    font-family: Helvetica;
}

body {
    font-family: 'helvetica';
    color:#707478;
    background: #fff
}

address {
    font-size: 17px;
    font-style: normal;
}

.profileArea {
    border: 2px solid #ddd;
    padding-bottom: 10px;
    height: 85%;
    border-bottom: none;
}

.headerArea {
    padding: 20px;
    border-bottom: 1px solid #ddd;
}

.siteLogo {
    float: left;
    width: 25%;
    padding-top: 10px;
    padding-left: 10px
}

.siteTile {
    float: right;
    width: 75%;
}

.siteTitle h2 {
    font-size: 30px;
    margin: 0px;
    padding-top: 5px;
    line-height: 25px;
    font-family: Helvetica;
}

.siteTitle p {
    margin: 0px;
    padding: 0px;
    font-size: 17px;
    font-family: Helvetica;
}

.siteLogoimg {
    width: 120px;
    height: 120px;
}



.title {
    text-align: center;
    font-weight: bold;
    font-family: Helvetica;
}

.signatureArea {
    width:50%;
    float: right;
    text-align: center;
    padding-top: 30px; 
}

.signatureArea p {
    margin: 0px;
}

.userName {
    font-weight: bold;
    font-size: 20px;
}

.noticeArea {
    padding: 20px !important;
}

.footerTop {
    padding: 20px;
}

.question {
    font-size: 25px !important;
    margin-bottom: 10px;
}

.fillinBox {
    width: 100%;
    font-size: 20px;
}

.fillinLabel {
    display: inline-block;
    float: left;
    width: 40px;
    overflow: hidden;
    border-radius: 100%;
}

.fillinValue {
    overflow: hidden;
    font-size: 20px;
    display: inline-block;
    float: left;
}

.fillinValue label {
    border-bottom: 1px solid #ddd;
    text-align: left;
    display: inline !important;
}

.table {
    width: 100% !important;
}

.table tr{
    width: 100%;
}

.singleQuestionBank {
    width: 50% !important;
    vertical-align: top;
}

.questionBankChecked {
    background: #44a1ef;
    padding: 10px;
    border: 2px;
    height: 100px;
    width: 100px;
    display: inline-block;
    overflow: hidden;
    float: left;
}

.footerArea {
    text-align: center;
    border: 2px solid #ddd;
    border-top: none;
    padding-bottom: 10px;
}

.flogo {
    width: 40px;
    height: 40px;
}

.copyright {
    margin: 0px;
    font-size: 14px;
}