@import url(https://fonts.googleapis.com/css?family=Roboto:400,500,300,700);
.TopFlexiDivision{
position:fixed;
top:0px;
width:100%;
height:50px;
background-color:#FFFFFF;
border-bottom-color:#000000;
border-bottom:3px;
border-bottom-style:solid;
}

.TopSupFlexDivision{
position:fixed;
top:54px;
width:0px;
height:0px;
z-index:-1;
display: none;
transition:width 2s;
}

#logo { 
    float:left;
    width: 50px;
    height:50px;
	object-fit: fill;
    background:white url(logo.png); /**no-repeat 0 0**/
}

#MenuDiv{
	float:right;
	width:50px;
	padding:30px 20px 0px 30px;
	background:#FFFFFF;
	cursor:pointer;
}

.SubMenuDiv{
	margin-top:5px;
	width:150px;
	float:left;
	padding-left:20px;
	color:#FFFFFF;
	cursor:pointer;
background-color:transparent;}

.MainDisplay{
position:absolute;
margin-top:95px;
width:100%;
height:auto;
min-height:80%;
background-color:#FFFFFF;
border-bottom-color:#000000;
border-bottom:3px;
border-bottom-style:solid;
border-top-color:#000000;
border-top:3px;
border-top-style:solid;
overflow:scroll;
z-index:-2;}

.Strick{
text-decoration:line-through;
color:#FF0000;
}
.OnPointer{
cursor:pointer;
color:#FFFF00;
}

.OnPointer1{
cursor:pointer;
color:#1A0ADE;
}




.lastrow{
	background:#99CC00;
	border-bottom: 3px solid #000;	
	border-top: 3px solid #000;	
}
.boxstyle{
background-color:transparent;
padding-left:20px;
}

.Imp{
background-color:#EEFDE3;
}

.HeightImp{
height:300px;
overflow-y:auto
}