  /* .mathLessonPlan-container {
		margin: 0;
		padding: 0;
		text-align: left;
		font-family:"Adobe Garamond Pro Bold", Georgia, "Times New Roman", Times, serif;
		font-size: 13px;
		color: #061C37;
    background: #0f0c29;
    background: repeating-radial-gradient(closest-side at 25px 35px, rgb(144, 187, 223) 15%, #eee 40%);
    background-size:60px 60px; */

	*
	{
	margin: 0 auto 0 auto;
	text-align:left;
  }
/* Header area  */
	#mainHeader
	{
	width:100%;
	height:120px;
  background-color: rgb(107, 107, 107);
  box-shadow: 3px 3px 30px 6px rgb(73, 73, 73);
	}

	#mainHeader .header
	{
  position:relative;
  top:5px;
	width:100%;
	height:110px;
  background-image: linear-gradient(to top, #fdd9cf 0%, #ffd1ff 100%);
	}

	#headerTitle1
	{
	position:relative;
	text-align: center;
  left:5px;
	top:5px;
	font-size:35px;
  line-height: 1.6;
	color:rgb(255, 255, 255); 
  text-shadow: 2px 2px 4px #202020;
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
  font-weight: 700;
	}
	#headerTitle2
	{
	position:relative;
	text-align: center;
  left:5px;
	top:5px;
	font-size:25px;
  line-height: 1.6;
	color:rgb(255, 255, 255);
  text-shadow: 2px 2px 4px #202020;
	font-family: "Comic Sans MS", cursive, sans-serif;
  font-weight: 700;
	}
/* Header area  end*/
/* content area  */
	.contentBox
	{
	width:870px;
	height:auto;
  background-color: #fff;
  background-image:
  linear-gradient(90deg, transparent 79px, #abced4 79px, #abced4 81px, transparent 81px),
  linear-gradient(#eee .1em, transparent .1em);
  background-size: 100% 1.2em;

	margin-top:25px;
  box-shadow: 3px 3px 30px 6px rgb(73, 73, 73);
	}

	.contentBox .innerBox
	{
	position:relative;
	width:850px;
	height:auto;
  top:10px;
	margin-left:15px;
	padding-bottom:35px;
	}

	.testContent
	{
	padding-top: 10px;
  padding-left: 20px;
	font-size:16px;
	font-family: "Comic Sans MS", cursive, sans-serif;
	line-height:24px;
	margin-left:70px;
	margin-right:13px;
  text-shadow: 0.01px 0.01px 0.01px #000000;
	}
  .contentText
	{
	padding-top: 10px;
	font-size:17px;
	font-family: "Comic Sans MS", cursive, sans-serif;
	line-height:24px;
	margin-left:70px;
	margin-right:13px;
	}
/* content sub list css */
    .contentSub a{
    font-size:16px;
    font-family: "Comic Sans MS", cursive, sans-serif;
    }
	.contentSub li
	{ 
    color:rgb(196, 0, 0);
    line-height: 2.8;
    font-size:18px;
    font-family:"Trebuchet MS", Helvetica, sans-serif;
    text-shadow: 0.01px 0.01px 0.01px #000000;
	}
	.contentSub li ul
	{
		list-style: none;
	}
	.contentSub li ul li:before
	{
    color:rgb(224, 0, 131);
		content: '✿ ';
  }
  .contentSub li ul li#subheading:before
	{
		content: '🎯 ';
  }
  .contentSub li ul li#subheading
	{
    color:rgb(185, 134, 24);
	}
	.contentSub li ul li
	{
    color:rgb(0, 158, 0);
    line-height: 1.5;
    font-size:16px;
    font-family: "Comic Sans MS", cursive, sans-serif;
	}

	.contentSub li ul li ul li
	{
		list-style: none;
	}
	.contentSub li ul li ul li:before
	{
    color:rgb(224, 0, 131);
		content: '✿ ';
  }

  .contentSub li ol li
{
  list-style-type: upper-roman;
  color:rgb(151, 0, 106);
  line-height: 1.5;
  font-size:16px;
  font-family: "Comic Sans MS", cursive, sans-serif;
}

	html, body {
	  text-align: center;
  }
  
  span{
    color:rgb(0, 0, 0);
  }

  span.test{
    color:rgb(0, 158, 0);
  }
  
  a {
	  text-align: left;
	}

  a:hover {
    color: rgb(0, 84, 99);
    text-shadow: -1px -1px 0 rgb(176, 239, 255), 1px -1px 0 rgb(167, 227, 241), -1px 1px 0 rgb(191, 241, 253), 1px 1px 0 rgb(169, 230, 245);
    font-size: 16px;
    font-family: "Comic Sans MS", cursive, sans-serif;
	}
  
  a.tooltip,a.kanini-link{
  color:rgb(55, 0, 255);
  }

  /* OFFLINE CONTENT LINK CSS 
      place it after 'a.tooltip', line no 177
  */
  a.tooltip.offline, a.kanini-link.offline {
    color:rgb(145, 145, 145);
    font-style: italic;
    /* background-color: rgba(253, 155, 155, 0.781); */
  }
  a.offline:hover {
    color:rgb(145, 145, 145);
    text-shadow: 0px 0px;
    font-size: 16px;
    font-family: "Comic Sans MS", cursive, sans-serif;
    cursor: no-drop;
	}
  /* CSS END */

  a.tooltip span, a.kanini-link span
  { 
  display:none; 
  box-shadow: 0px 0px 8px 4px #666; 
  }
  
  a.tooltip:hover span, a.kanini-link:hover span
  { 
  display:inline; 
  position:absolute;
  left: 750px;
  border:2px solid #FFF; 
  }
  /* content area end*/
/* ribbon start */
.ribbon{
  font-size:20px;
  position:relative;
  display:inline-block;
  margin:0.5em;
  text-align:center;
}
.text{
  display:inline-block;
  padding:0.5em 1em;
  min-width:20em;
  line-height:1.2em;
  background: rgba(125, 214, 117, 0.856);
  position:relative;
  font-family:"Trebuchet MS", Helvetica, sans-serif;
  color: rgb(51, 51, 51);
}
.ribbon:after,.ribbon:before,
.text:before,.text:after,
.bold:before{
  content:'';
  position:absolute;
  border-style:solid;
}
.ribbon:before{
  top:0.3em; left:0.2em;
  width:100%; height:100%;
  border:none;
  background:#EBECED;
  z-index:-2;
}
.text:before{
  bottom:100%; left:0;
  border-width: .5em .7em 0 0;
  border-color: transparent rgba(4, 148, 11, 0.767) transparent transparent;
}
.text:after{
  top:100%; right:0;
  border-width: .5em 2em 0 0;
  border-color: rgba(4, 148, 11, 0.767) transparent transparent transparent;
}
.ribbon:after, .bold:before{
  top:0.5em;right:-2em;
  border-width: 1.1em 1em 1.1em 3em;
  border-color: #FECC30 transparent #FECC30 #FECC30;
  z-index:-1;
}
.bold:before{
  border-color: #EBECED transparent #EBECED #EBECED;
  top:0.7em;
  right:-2.3em;
}
/* ribbon end */
  /* page fold */
  .foldtl {
  position: relative;
  }
  
  .foldtl:before {
  content: "";
  position: absolute;
  top: 0%;
  right: 0%;
  width: 0px;
  height: 0px;
  border-bottom: 70px solid #eee;
  border-right: 70px solid rgb(114, 114, 114); /*Set to background color, not transparent!*/
  box-shadow: 3px 3px 30px 6px rgb(73, 73, 73);
  }

  img {
    width:240px;
    height:auto;
    float:right;
  }

  [data-title]:hover:after {
    opacity: 1;
    transition: all 0s ease 0.5s;
    visibility: visible;

  }
  [data-title]:after {
    content: attr(data-title);
    background-color:  #f2EE93;
    color: #000000;
    font-size: 100%;
    border-radius: 6px;
    position: absolute;
    padding: 3px;
    font-weight: bold;
    opacity: 0;
    margin: 28px 28px 28px 28px;
    left:4%;
    Right:10%;
    z-index: 99999;
    border: 2px solid #222222;
    text-shadow: none;
    visibility: hidden;
  }

  &::-webkit-scrollbar {
    width: 10px;
  }
  &::-webkit-scrollbar-track {
    background: #f1f1f1;
  }

  /* Handle */
  &::-webkit-scrollbar-thumb {
    background: #888;
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
  }

  /* Handle on hover */
  &::-webkit-scrollbar-thumb:hover {
    background: #555;
    border-radius: 10px;
  }
  /* Background */
.popup {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4);

    justify-content: center;
    align-items: center;
}

/* Popup Box */
.popup-box {
    background: white;
    padding: 20px;
    width: 350px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
}

/* Button */
.popup-box button {
    margin-top: 15px;
    padding: 8px 20px;
    border: none;
    background: #007bff;
    color: white;
    border-radius: 5px;
    cursor: pointer;
}
/* } */
  /* page fold end  */