﻿.divInfoPageMainContent
{
    /*background-color:#EFEFEF;   */
    /*width:830px;*/
    width: 97%;
    height:610px;
}

.divInfoPageHeading
{    
    /*font-size:34px;*/
    font-family:Times New Roman;
    /*font-weight:normal;*/
    background-color:rgba(226, 226, 220, 0.965);
    display: block;
    width: 100%; /*830px;*/
    position:relative;
    height:54px;
     
    border-bottom-style: solid; 
    border-bottom-width: 1px; 
    border-bottom-color: #BEBEBE;
    border-top-style: solid; 
    border-top-width: 1px; 
    border-top-color: #BEBEBE;    

    border-radius:1px;

    -webkit-box-sizing:border-box;
    box-sizing:border-box;
}

.divInfoTypes
{     
     height : 100%; /*55px;*/    
     position: relative;
     width: 514px;     
     /*line-height:1em;*/
     /*display:inline-block;*/
}

.divInfoPageHeaderQuillImage
{
    /*margin-top:-13px;*/    
    position: absolute; /*relative;*/
    top: -13px;
    right: -7px;
    /*left:8px;*/
    /*display:inline-block;*/
    /*float:right;*/
}

.divInfoContentTop
{
     background-color: #EEEEEE;
     width: 100%;/*820px;*/
     /*margin-top:30px;*/
     height:15px;
     
}
        
.imgDesign
{
    float:right;
    margin-top:-12px;
    margin-right:-6px;
}

.divHead1
{
    margin-bottom:10px;
    margin-top:10px;
    margin-left:10px;
    width:72%;
    float:left;
}

.spnInfoContentHead1
{
    position:relative;    
    font-size: x-large; /*small;*/
    display :inline-block ;
    /*bottom:18px;*/
    left:25px;
    color:#63645F; 

    float: left;
    top: 50%;

    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.spnInfoContentHead2
{
    position:relative;
    /*font-size:x-large;*/   
    position:relative;
    left:35px;
    /*bottom:38px;*/
    color:#63645F; 
    display:inline-block;
    /*float: left;*/
    /*line-height: 20px;*/
    top: 50%;
    
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    
    /*height: 50px;*/
    /*background-color:red;*/
}

.text-terms-of-use
{
    font-size: 28px;
    display: inline-block;
    width:90%;
    line-height:1em;
}

.text-EULA
{
    font-size: 17px;
    /*float: left;*/
    margin-left: 30px;
    display:inline-block;
    line-height:1em;
}

.info-pg-content-area-background
{
    width:100%;
    height: 519px;
    padding-top:20px;
    background-color: #EEEEEE;
}

.info-pg-content-area-holder
{
    height: 481px;
    width: 92%;
    margin: 0 auto;
    border: 1px solid Gray;
    border-radius:1px;
    background-color: #FFFFFF;
    /*padding: 0px 0px 0px 8px;*/
    position:relative;
}
        
.infoPageContent
{
    /*border: 1px solid Gray;*/
    /*background-color: #FFFFFF;*/
    position:relative;
    /*left:20px;*/
    display:block;
    /*float:left;*/
    height: 480px;
    width: 100%; /*100%;*/ /*750px;*/
    text-align:justify;
    padding:0px 8px;
    /*padding: 2px 8px 2px 8px;*/
    overflow-y: auto; /*scroll;*/
    /*font-family: Cambria;
    font-size: 12px;*/
    font-size:15px;
    color: #222E37;
    /*margin: 20px auto 0px auto;*/    
    
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
}

.infoPageContent p
{
    width: 100%;
}