.bodybg
{
    background-color: #D3D3D3;
}
.DivHeader
{   
    display: table;
    background-color: #239B8D;
    position:fixed;
    top:0;
    left: 0;
    width: 100%;
    height: 100px;
}

.DivFooter
{   
    display: block;
    background-color: #FFFFFF;
    width: 100%;
    height: 10px;
}

.logoproperty
{
    width: 60;
    height: 60;
    margin-left: 100;
    margin-top:  25;
    margin-bottom: 25;
    margin-right: 14;
}
.appnamelabel
{   
    width: 100%;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
    font-size: 14pt;
    font-weight: bold;
    text-shadow: 1px 1px gray;
    color: white
}
.playstoreproperty
{
    min-width: 200px;
    height: 60;
    margin-top:  25;
    margin-bottom: 25;
    margin-left: 50;
    margin-right: 100;
    border-radius: 8px;
    border-color: white;
}
.DivContent
{
    width: 80%;
    height: auto;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: 106px;
    overflow-y: auto;
    background-color: white;
}
.TermsConditionHeader
{
    width: 400;
    height: 20;
    font-size: 16pt;
    font-weight: bold;
    text-shadow: 0.5px 0.5px gray;
    margin-top:  25;
    margin-bottom: 10;
    margin-left: 50;
    margin-right: 50;
    color: #239B8D;
}
.TermsSubHeaders
{
    width: 400;
    height: 10;
    font-size: 14pt;
    font-weight: 200;
    margin-top:  40;
    margin-bottom: 5;
    margin-left: 80;
    margin-right: 80;
    color: gray;
}
.Content
{
    width: 80%;
    height: auto;
    margin-top:  24;
    margin-bottom: 5;
    margin-left: 120;
    margin-right: 120;
    color: black;
}
.InsideContent
{
    width: 70%;
    height: auto;
    margin-top:  18;
    margin-bottom: 5;
    margin-left: 160;
    margin-right: 160;
    color: black;
}
.InsideContentMore
{
    width: 70%;
    height: auto;
    margin-top:  6;
    margin-bottom: 5;
    margin-left: 160;
    margin-right: 160;
    color: black;
}

@media screen and (max-width:768px){
.DivHeader {
display:table;
height:0px;
}
.logoproperty {
    width: 50px;
    height: 50px;
    margin-left: 4px;
    margin-top: 4px;
	margin-right:2px;
	margin-bottom:0px;
}
.appnamelabel big{
position: absolute;
    top: 13px;
	}
.playstoreproperty {
height: 40px;
    margin-right: 10px;
    margin-top: 4px;
    min-width: 22px;
    margin-bottom: 0px;
    margin-left: 0px;
}
.DivContent {
margin-top: 54px;
    width: 100%;
    padding: 20px;
	overflow-x: hidden;
}

.TermsConditionHeader {
width:100%;
font-size:12pt;
margin-left:0px;
margin-top:0px;
text-align:center;
letter-spacing:2px;
}
.DivContent .Content{
text-align:justify;
margin-left:0;
width:100%;
}
.TermsSubHeaders {
margin-left:0px;
}

.InsideContent,.InsideContentMore{
width:100%;
margin-left:0px;
text-align:justify;
}
}













