@font-face {
  font-family: "Avgardd_bold";
  src: url(../fonts/Avgardd.ttf)
}


@font-face {
  font-family: "Avgardn";
  src: url(../fonts/Avgardn.ttf)
}

html,body{  }

html, body {
	margin:0;
	padding:0; 
  height: 100%;
  font-size:25px;
  min-width:800px;
}

body{
	margin:0px;
	padding:0px;
	
	background-image:url(../Images/Math_BG.jpg);
	background-position: top;
	background-repeat:no-repeat;
	background-size:cover;
	overflow:hidden;
}



/* =============================== */

div#load_screen{
	background-color:#10e0f3;
	opacity: 1;
	position: fixed;
    z-index:10;
	top: 0px;
	width: 100%;
	height: 1600px;
}
div#load_screen > div#loading{
	color:#ffffff;
	width:120px;
	height:24px;
	margin: 300px auto;
	
}
#loading{
	font-family: "Avgardn";
	-moz-animation-name: preloader;
    -moz-animation-duration: 1s;
    -moz-animation-timing-function: linear;

    -moz-animation-iteration-count: infinite;
    -moz-animation-play-state: running;

    -webkit-animation-name: preloader;

    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: linear;

    -webkit-animation-iteration-count: infinite;
    -webkit-animation-play-state: running;

    animation-name: preloader;
    animation-duration: 1s;

    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-play-state: running;
}


/* =============================== */

a{
	text-decoration:none;
	color:#000000;
}

#bodyContent{
	height:100%;
	width:100%;
	overflow: hidden;
    position: fixed;
}


.header{
	padding:10px 0px;
}

.indexHeader{
	padding:20px 0px;
}


#activitySubject{
	font-weight:bold;
	font-family: "Avgardd_bold";
	font-size:80%;
	margin-left:20px;
}

.content2{
	border:3px #F90 solid;
	/*border:2px red solid;*/
	-moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
    border-radius: 20px;
	z-index:3;
	padding:20px;
	position:relative;	
	height:80%;
	width:95%;
	margin:0px auto;
	background-image:url(../Images/whiteBG.png);
}

.contentWrapper{
overflow-y:auto;
overflow-x:hidden;
padding-right:5px;
height:100%;
}


.lessonObjectivesHolder{
	text-align:center;
	height:50%;
}


.lessonObjectives{
	height:70%;
}

.lessonObjectives h1{
	font-family: "Avgardd_bold";
	vertical-align:middle;
}

.btnHolder{
	position:inherit;
	bottom:0px;
}

.instruction{
	font-family: "Avgardd_bold";
}


.targetHolder{
	text-align:center;
}


.inline{
  display: flex;
  align-items: top;
  flex-wrap: nowrap;
  margin:0px auto;
  text-align:center;
  
}

.inline>div.dropHolder{
	margin: 0px auto;
	white-space: nowrap;
	text-align:left;
	
	width:30%;
	min-width:220px;
	height:300px;
	
	border-radius:20px;
}


#startBtn{
	text-decoration:none;
	font-family: "Avgardd_bold";
	background-color:#67d31f;
	border-radius:30px;
	color:#ffffff;
	padding:10px 50px;
}

#startBtn:hover{
	background-color:#4faf0f;
}

.droppableName{
	font-family: "Avgardd_bold";
	text-align:center;
	color:#ffffff;
	padding:20px 0px;
	display:block;
	width:100%;
	height:20px;
	border-radius:20px 20px 0px 0px;
}

.choices, .choices2, .choices3{
	display: inline-block;
	width:180px;
	line-height:40px;
	text-align:center;
	margin:10px 20px;
	background-color:#FFFFFF;
	padding:10px;
	border:1px #cccccc dotted;
	border-radius:20px;
}

.choices:hover, .choices2:hover, .choices3:hover{
	cursor:pointer;
}
.selected{
	color:#FFFFFF;
	background-color: #5ea0f2;
}


.choices table{
  margin-left:10px !important;
}

.choicesHolder{
	width:80%;
	margin:0px auto;
	text-align:center;
}

ul.choices{
	border:1px #333333 solid;
	width:650px;
	margin:50px auto;
	border-radius:30px;
	padding:20px;
	text-align:center;
}

ul.choices li{
	display:inline;
	margin:0px auto;
}

ul.choices li img{
	width:100px;
	height:100px;
}

#image_div{
	/*border:1px #333333 solid;*/
}



.popupBg{
	position: absolute;
	top:0;
	height:100%;
	width:100%;
	background-image:url(../Images/blueBG.png);
	z-index:8;
	display:none;
}

.popupHolder {
  position: inherit;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border:2px #eb890a solid;
  background-color:#ffffff;
  border-radius:30px;
  height:400px;
  width:350px;
  padding:30px 20px;
  font-family: "Avgardn";
  text-align:center;
  background-color:#ffffff;
  z-index:9;
}

#feedBack{
	font-family: "Avgardd_bold";
	text-align:center;
}

.starHolder{
	width:200px;
	height:48px;
	background-size:100%;
	margin:0px auto;
}

.popupHolder table {
	font-size:80%;
	width:80%;
	margin:0px auto;
}

#average{
	font-size:90%;
}


table {
   border-collapse: collapse;
   margin:0;
}

table td, table td span{
   font-family: "Avgardn";
}

table td.left{
   text-align:left;
}
table td.right{
   text-align:right;
}

a#retakeBtn{
	margin:0px auto;
	position:relative;
	background-color:#f2eb22;
	top:50px;
	border-radius:25px;
	padding:10px 20px;
	font-family: "Avgardn";
}

a#retakeBtn:hover{
	background-color:#e2db10;
	cursor:pointer;
}
/*
a#activityRetakeBtn{
	margin:0px auto;
	position:static;
	background-color:#f2eb22;
	top:80px;
	border-radius:25px;
	padding:10px 20px;
	font-family: "Avgardn";
	display:none;
}
a#activityRetakeBtn:hover{
	background-color:#e2db10;
	cursor:pointer;
}


a#reviewBtn{
	position:absolute;
	background-color:#a5d028;
	color:#ffffff;
	right:-10px;
	top:-10px;
	border-radius:25px;
	line-height:30px;
	padding:5px 15px;
	font-family: "Avgardd_bold";
}

a#reviewBtn:hover{
	background-color:#84a919;
	cursor:pointer;
}
*/

a#reviewBtn{
	margin:0px auto;
	position:static;
	background-color:#f2eb22;
	top:100px;
	border-radius:25px;
	padding:10px 20px;
	font-family: "Avgardn";
}
a#reviewBtn:hover{
	background-color:#e2db10;
	cursor:pointer;
}
.controller{
	text-align:center;
	vertical-align:middle;
	margin-top:50px;
	margin-bottom:50px;
}


#submitBtn, #retakeBtn, #AnswerBtn, #nextBtn, #prevBtn{
	margin:0px auto;
	background-color:#f2eb22;
	border-radius:25px;
	padding:10px 50px;
	font-family: "Avgardn";
	font-size:20px;
}

#submitBtn:hover, #retakeBtn:hover{
	background-color:#e2db10;
	cursor:pointer;
}

#retakeBtn{
	margin-top:50px;
}

#refbtn img{
	width:40px;
	margin-left:20px;
	border:2px #000000 solid;
	border-radius:27px;
}

#highscorefeedBack{
	color:#1c46e0;
}

#recordedHighScoreHolder{
	font-family: "Avgardn";
	font-size:80%;
	color:#000000;
	margin-right:20px;
}
#backBtn{
	background-image:url(../Images/arrowLeft2.png);
	background-size:100%;
	width:40px;
	height:40px;
	margin:0px 20px;
}
#backBtn:hover{
	background-image:url(../Images/arrowLeft2.png);
	cursor:pointer;
}

#scoreboardHolder{
	float:right;
	background-image:url(../Images/scoreBoardIcn.png);
	background-size:100%;
	width:40px;
	height:40px;
}

#results{
	font-family: "Avgardn";
	text-align:center;
	margin:20px auto;
}

#instruction_div{
	font-family: "Avgardd_bold";
}

#instruction_div2{
	font-family: "Avgardd_bold";
	padding-left:25px;
	text-indent:-25px;
}

#scoreboardHolder:hover{
	background-image:url(../Images/scoreBoardIcn2.png);
	cursor:pointer;
}

#clearData{
	display:none;
	font-size:80%;
	color:#f57212;
	margin-top:20px;
}

#clearData:hover{
	cursor:pointer;
}

.finalFeebackHolder{
	width:95%;
	margin:100px auto;
	text-align:center;
	position: absolute;
	border:1px yellow solid;
}

.finalFeebackHolder table{
	width:400px;
	margin:10px auto;
	text-align:center;
}

#finalFeedback{
	text-align:center;
	font-family: "Avgardd_bold";
	margin-top:50px;
}

#finalscoreLabel, #wrongansLabel{
	text-align:left;
	font-size:80%;
}
#percentLabel{
	text-align:left;
}

#finalscore, #wrongans{
	text-align:right;
	font-size:80%;
}
#percent{
	text-align:right;
}


/*===============================================*/

@-moz-keyframes preloader {
    0%   {
		 opacity: 1;
		}
    50%  {
		 opacity: 0.2;
		}
    100%  {
		opacity: 1;
		}
}
@-webkit-keyframes preloader {
      0%   {
		 opacity: 1;
		}
    50%  {
		 opacity: 0.2;
		}
    100%  {
		opacity: 1;
		}
}

/* Standard syntax */
@keyframes preloader {
     0%   {
		 opacity: 1;
		}
    50%  {
		 opacity: 0.2;
		}
    100%  {
		opacity: 1;
		}
}

#AnswerBtn{
	display:none;
}

.marks{
	display:none;
	width:40px;
	height:40px;
	background-position: center;
	background-repeat:no-repeat;
	background-size:100% 100%;
	text-align:center;
	background-image:url(../Images/xMark.png);
	/*display:inline-table;*/
	margin-bottom: -10px;
}

input[disabled] {
	background:transparent;
}


/*=====================================================================*/



.tableLabel{
	font-size:70%;
}

.imageHolder{
	width:400px;
	margin:50px auto;
}
.imageHolder img{
	width:100%;
}

.inlineChoices{
  display: inline-block;
  align-items: top;
  flex-wrap: nowrap;
  margin:10px 0px 10px 0px;
  text-align:left;
  
  
}

.inlineChoices>div.item{
	margin: 0px 10px;
	white-space: nowrap;
	width:450px;
	border:1px red solid;
}


.label{
	font-size:80%;
}

.tableHolder{
	margin:30px auto;
	width:90%;
	overflow-x:auto;
}

.tableHolder td.tdTextboxHolder{
	width:80px;
	height:80px;
	padding:5px;
	text-align:center;
}

.tableHolder table{
	margin:0px auto;
}

textarea:focus,
input:focus {
  outline: none;
  background:transparent;
}

.textField{
	font-size:25px;
	width:50px;
	margin:3px Auto;
	text-align:center;
	font-family: "Avgardn";
	text-transform: lowercase;
	
}

.textField2{
	text-align:center;
	font-size:25px;
	width:150px;
	margin:3px Auto;
	font-family: "Avgardn";
	text-transform: lowercase;
	
	background:transparent;
	border:none;
	border-bottom:1px #000000 solid;
}
.textField3{
	font-size:25px;
	width:100px;
	margin:3px Auto;
	text-align:left;
	font-family: "Avgardn";
	text-transform: lowercase;
	
}


.textFieldHolder{
	border-bottom:1px #000000 solid;
	width:200px;
	display:inline-block;
}



.images{
	border-radius:20px; 
	width:260px; 
	border:2px #999999 solid;
}

.images2{
	width:260px; 
	vertical-align:middle;
}

.images3{
	width:350px; 
	vertical-align:middle;
}


.itemNumber{
	vertical-align:text-top;
	padding-top:8px;
}

.txtLeft{
	margin-left:20px;
	text-align:left;
}

.itemTable{
	background-color:#FFFFFF;
	margin:0px !important;
}

.itemTableHeader{
	padding:5px 20px;
	background-color:#FFB564; 
	text-align:center;
	font-family: "Avgardd_bold";
	height:50px;
}

.itemTableBody{
	vertical-align:middle;
	text-align:center;
	padding:5px 10px;
	height:90px;
	white-space:nowrap;
}

.wholeNum{
	border-bottom:1px #000000 solid;
	text-align:center;
	display:inline-table;
}

.setPages{
	display:none;
	overflow-x:auto;
}



.droparea{
	width:150px;
	height:100px;
	margin:5px auto;
	border-radius:10px;
	display:inline-block;
	overflow-y:auto;
	overflow-x:hidden;
}

.ui-state-active{
	background-color:#8ED4EF;
}

.draggable{
	color:#FFFFFF;
	width:150px;
	height:100px;
	line-height:50px;
	text-align:center;
	border-radius:10px;
	margin:10px;
	display:block;
	background-position: center;
	background-repeat:no-repeat;
	background-size:100%;
}

.dropped{
	color: #000000 !important;
    /* background-color: #FFFFFF; */
    width: 130px;
    height: 80px;
    text-align: center;
    top: 10px !important;
    left: 5px !important;
}

.SPACE{
	width:100px;
}

.columnB{
	position:relative;
	width:250px; 
	vertical-align:text-top;
}

.mathForm, .mathForm2{
	margin-left:0px !important;
}


.mathForm td{
	width:30px;
	text-align:center;
}

.mathForm2 td{
	width:30px;
	text-align:right;
}

.curvelineHolder{
	position:relative;
	display:inline;
}

.curveline{
	position: absolute;
    right: -13px;
    top: -2px;
    height: 30px;
}

.curveline2{
	position: absolute;
    top: -2px;
    height: 30px;
}



/*   MATH EQUATIONS  */

.math{
	display: inline;
	position: relative;
	font-size:80%;
	margin-top:20px;
	white-space:nowrap !important;
	/*font-family: "Avgardn_normal" !important;*/
	text-justify: none !important;
}
.math span.mn, .math span.mtext{
	/*font-family: "Avgardn_normal" !important;*/
}
.math span.mi, .math span.mn em{
	/*font-family: "Avgardn_normal" !important;*/
	font-style: italic;
	font-size:105%;
}
.math sup, .math sub, .math span sup, .math span sub{
	/*font-family: "Avgardn_normal" !important;*/
	font-size:70%;
}
.math sup.mi, .math sub.mi, .math span sup.mi, .math span sub.mi{
	/*font-family: "Avgardn_normal" !important;*/
	font-size:80%;
	font-style: italic;
	margin-left:-2px;
}
.math span sup, .math span sub, .math span sup.mi, .math span sub.mi{
	margin:0px 2px;
}
.math span.mo{
	/*font-family: "Avgardn_normal" !important;*/
	font-size:105%;
	margin:0px 2px;
}

.math span.mequals{
	/*font-family: "Avgardn_normal" !important;*/
	margin:0px 3px;
	font-size:105%;
}

.math span.mbracket{
	/*font-family: "Avgardn_normal" !important;*/
	font-size:120%;
}

.math span.mcancel{
	position:absolute;
	margin-left:-7px;
	font-size:150%;
}

.math span.mcancel2{
	position:absolute;
	transform: rotate(-20deg); 
	margin-top:-10px;
	font-size:150%;
}

.math span.mcancel3{
	position:absolute;
	margin-left:-7px;
	margin-top:3px;
	font-size:150%;
}

.math span.mcancel4{
	position:absolute;
	transform: rotate(20deg); 
	font-size:150%;
	margin-left:-10px;
}
.math span.mcancel5{
	position:absolute;
	margin-left:-7px;
	margin-top:-3px;
	font-size:100%;
	font-weight:bold;
}
.math span.mcancel6{
	position:absolute;
	transform: rotate(-13deg); 
	margin-top:-6px;
	font-size:150%;
}
.math span.mcancel7{
	position:absolute;
	transform: rotate(-30deg); 
	margin-top:-7px;
	font-size:150%;
}

.math span.mCarryOver{
	position:absolute;
	margin-left:-10px;
	margin-top:-12px;
	font-size:70%;
}
.math span.mCarryOverBottom{
	position:absolute;
	margin-left:-7px;
	margin-top:15px;
	font-size:70%;
}

.math span.bracketA, .math span.bracketA2, .math span.bracketA3{
	margin-right:10px;
}
.math span.bracketB{
	margin-right:10px;
}
.math span.bracketB2, .math span.bracketB3{
	margin-right:13px;
}
.math span.bracketA img, .math span.bracketB img{
	width:6px !important;
	margin-top:5px; 
	position:absolute;
}
.math span.bracketA2 img, .math span.bracketB2 img{
	width:8px;
	margin-top:5px; 
	position:absolute;
}
.math span.bracketA3 img, .math span.bracketB3 img{
	width:12px ;
	position:absolute;
}

.math>.radicalSym img.rad2{
	width:5px ;
}

.math span.mathLetterSymbols, span.mathLetterSymbols{
	/*font-family: "Avgardn_normal" !important;*/
	color:#FFFFFF !important;
	-webkit-text-stroke-width: 1px;
   -webkit-text-stroke-color: black;
   font-size:105%;
}

.math span.mRadical{
	border-top:1px #212121 solid;
	margin-left:-1px;
	padding-left:2px;
	font-size:15px !important;
	line-height:15px !important;
}
.math span.mRadical2{
	border-top:1px #212121 solid;
	margin-left:-1px;
	padding-left:2px;
	padding-top:1px;
	font-size:15px !important;
	line-height:17px !important;
}
.math span.radicalSym{
	font-size:17px;
}
.math span.radicalSym2{
	font-size:19px;
}
.math sup.nrad{
	position:absolute; 
	margin-top:-7px; 
	margin-left:-25px;
}
.math sup.nrad2{
	position:absolute; 
	margin-top:-7px;
}

.math sup.nrad3{
	position:absolute; 
	margin-top:8px; 
}
.math sup.nrad4{
	position:absolute; 
	margin-top:8px; 
	margin-left:-2px;
	margin-top:-8px; 
}

.math sup.nrad5{
	position:absolute;
	margin-top:-7px;	
	margin-left:20px;
}
/*
.math span.radicalSym > .normal{
	font-size:90% !important;
*/
.math span.mDecimal{
	border-top:1px #000000 solid;
}
.math span.mdot{
	font-weight:bold;
}

.math .mfrac {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    text-align: center !important;
}
.math .mfrac > span {
    display: block;
    padding: 1px;
	text-indent:0 !important;
	 text-align: center !important;
	/*font-family: "Avgardn_normal" !important;*/
}
.math .mfrac span.bottom {
	 text-align: center !important;
	 margin-top:-3px;
	 border-top:1px #000000 solid;
}
.math .mfrac span.symbol {
    display: none;
}

.math .mfrac2 {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    text-align: center !important;
}
.math .mfrac2 > span {
    display: block;
    padding: 1px;
	font-size:15px !important;
	text-indent:0 !important;
	 text-align: center !important;
	/* font-family: "Avgardn_normal" !important; */
	/* font-family: "Avgardn_normal" !important; */
}
.math .mfrac2 span.bottom {
	 text-align: center !important;
	 border-top:1px #000000 solid;
}
.math .mfrac2 span.symbol {
    display: none;
}

.math .mfracSigma {
    display: inline-block;
    position: relative;
    vertical-align: bottom;
    text-align: center !important;
	margin:0px 2px;
}
.math .mfracSigma > span {
    display: block;
    padding: 1px;
	font-size:15px !important;
	text-indent:0 !important;
	 text-align: center !important;
	font-family: "Avgardn_normal" !important;
}
.math .mfracSigma span.bottom {
    border-top: thin solid black;
	 text-align: center !important;
}
.math .mfracSigma span.symbol {
    display: none;
} 

.math .mfracSigma2 {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    text-align: center !important;
	margin:0px 2px;
}
.math .mfracSigma2 > span {
    display: block;
    padding: 1px;
	font-size:15px !important;
	text-indent:0 !important;
	 text-align: center !important;
	font-family: "Avgardn_normal" !important;
}
.math .mfracSigma2 span.bottom {
    border-top: thin solid black;
	 text-align: center !important;
}
.math .mfracSigma2 span.symbol {
    display: none;
} 

.math .mfrac2 {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    text-align: center !important;
	margin:0px 2px;
}
.math .mfrac2 > span {
    display: block;
    padding: 1px;
	font-size:15px !important;
	text-indent:0 !important;
	 text-align: center !important;
	font-family: "Avgardn_normal" !important;
}
.math .mfrac2 span.bottom2 {
	 text-align: center !important;
}
.math .mfrac2 span.sigma {
    font-size:250% !important;
} 
.math .mfrac2 span.top {
	 text-align: center !important;
} 

.math sup .mfrac {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    text-align: center !important;
	margin:-5px 0px 0px -3px;
}
.math sup  .mfrac > span {
    display: block;
    padding: 1px;
	font-size:10px !important;
	text-indent:0 !important;
	 text-align: center !important;
	font-family: "Avgardn_normal" !important;
	 line-height:9px;
}


.math .mdesfrac {
    display: inline-block;
    position: relative;
    vertical-align: top;
    text-align: center;
	margin-right:2px;
}
.math .mdesfrac > span {
    display: block;
    padding: 1px;
	font-size:14px !important;
	text-indent:0 !important;
	font-family: "Avgardn_normal" !important;
}
.math .mdesfrac span.line {
   margin-top:-10px;
}
.math .mdesfrac span.bottom {
    /*border-top: thin solid black;*/
	margin-top:-3px;
	font-size:80% !important;
}
.math .mdesfrac span.symbol {
    display: block;
	padding:0px!important;
	margin-top:-5px;
} 

.math .mdesfrac2 {
    display: inline-block;
    position: relative;
    vertical-align: top;
    text-align: center;
	margin-right:2px;
}
.math .mdesfrac2 > span {
    display: block;
    padding: 1px;
	font-size:14px !important;
	text-indent:0 !important;
	font-family: "Avgardn_normal" !important;
}
.math .mdesfrac2 span.line {
   margin-top:-15px;
}
.math .mdesfrac2 span.bottom {
    /*border-top: thin solid black;*/
	margin-top:-3px;
	font-size:80% !important;
}
.math .mdesfrac2 span.symbol {
    display: block;
	padding:0px!important;
	margin-top:-5px;
} 

.math .mLineSegment {
    display: inline-block;
    position: relative;
    vertical-align: bottom;
    text-align: center !important;
	/*margin-top:-15px;*/
	margin-left:1px;
	margin-right:1px;
}
li div.math .mLineSegment {
    display: inline-block;
    position: relative;
    vertical-align: bottom;
    text-align: center !important;
	margin-left:-3px;
	margin-right:-3px;
	margin-bottom:0px;
}
.math .mLineSegment > span {
    display: block;
    padding: 1px;
	font-size:15px !important;
	text-indent:0 !important;
	 text-align: center !important;
	font-family: "Avgardn_normal" !important;
	
}
.math .mLineSegment span.lineSegment1 {
	width:25px !important;
	line-height:5px;
	/*margin-bottom:-10px;*/
}
.math .mLineSegment span.lineSegment1 img {
	 width:100%;
	 
}

.math .mLineSegment span.lineSegment2 {
	width:20px !important;
	line-height:5px;
	/*margin-bottom:-10px;*/
}
.math .mLineSegment span.lineSegment2 img {
	 width:100%;
}

.math .mLineSegment span.lineSegment3 {
	width:30px !important;
	line-height:5px;
	/*margin-bottom:-10px;*/
}
.math .mLineSegment span.lineSegment3 img {
	 width:100%;
	 
}



.math .mLineSegment span.bottom {
	 text-align: center !important;
	  font-style:italic;
	  line-height:-17px;
	  margin-top:-5px;
}

.mathTable .math .mLineSegment span.lineSegment1 img,
.mathTable .math .mLineSegment span.lineSegment2 img,
.mathTable .math .mLineSegment span.lineSegment3 img {
	 width:100%;
	 margin-bottom:0px !important;
}

.math span.mPunc{
	margin-left:-7px;
}
.math span.mPunc2{
	margin-left:-3px;
}
.mathNextline{
	margin-left:30px; 
	margin-top:5px;
}

img.planeSymbol{
	width:15px;
	margin-top:5px;
	 vertical-align: middle;
}

span.curve img{
	width:6px !important;
	margin-top:-1px;
	margin-right:-5px;
	margin-bottom:-2px;
	position: absolute;
}
.curveline{
	padding-top:4px;
	padding-left:10px;
	margin-left:2px;
}
   
span.mdividend{
	border-right:2px #000000 solid;
	border-radius:0px 10px 20px 0px;
	padding:5px 5px;
	margin-right:-7px;
}

.num{
	margin-top:-20px;
}

.num2{
	margin-top:30px;
}

.itemImages{
	width:100px;
}

.itemImages2{
	width:150px;
}
