html { background-color: #ffffff; }

body {margin:0;padding:0;
    font-family: PT Sans, San Francisco, Helvetica Neue, Roboto, Helvetica, Arial, sans-serif;
    font-size: 18px;
    color: #333333;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: PT Sans, San Francisco, Helvetica Neue, Roboto, Helvetica, Arial, sans-serif;
}
p {line-height: 150%}

h1 { font-size: 175%;}
h2 { font-size: 150%; color: green; }
h3 { font-size: 110% }

a:link { background:transparent; text-decoration:underline; color:#993300; }
a:active { background:transparent; text-decoration:underline; color:#993300; }
a:visited { background:transparent; text-decoration:underline; color:#993300; }
a:hover { background:transparent; text-decoration:none; color:#993300; }

.none a:link { background:transparent; text-decoration:none; color:#993300; }
.none a:active { background:transparent; text-decoration:none; color:#993300; }
.none a:visited { background:transparent; text-decoration:none; color:#993300; }
.none a:hover { background:transparent; text-decoration:underline; color:#99cc33; }

#ee-dt-topmenu {display: block}

td { vertical-align: top; }

#ee-page {
	margin: auto;
  background-color: #fff;
}

.btn {
  background: #77bb77;
  background-image: -webkit-linear-gradient(top, #77bb77, #55aa55);
  background-image: -moz-linear-gradient(top, #77bb77, #55aa55);
  background-image: -ms-linear-gradient(top, #77bb77, #55aa55);
  background-image: -o-linear-gradient(top, #77bb77, #55aa55);
  background-image: linear-gradient(to bottom, #77bb77, #55aa55);
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 28px;
  font-family: Arial;
  color: #ffff66;
  font-size: 20px;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
  margin: .5em 0;
  outline: none;
}

.btn:hover {
  background: #55aa55;
  background-image: -webkit-linear-gradient(top, #55aa55, #448844);
  background-image: -moz-linear-gradient(top, #55aa55, #448844);
  background-image: -ms-linear-gradient(top, #55aa55, #448844);
  background-image: -o-linear-gradient(top, #55aa55, #448844);
  background-image: linear-gradient(to bottom, #55aa55, #448844);
  text-decoration: none;
}

#ee-sidebar {
  text-align: center;
  margin: 1em 0;
  }


#ee-break {
	display:none;
}

#ee-main {
  padding-left: 0;
  padding-right: 0;
  text-align: left;
  }
  
  .ee-back a {
	padding: 10px;
	background: #fff095;
	display: block;
	margin: 1em 0;
	border-top: solid 1px #ffdb95;
	border-bottom: solid 1px #ffdb95;
	text-decoration: none;
}

.ee-back a:before {
    content: "← ";
}

.ee-next a {
	padding: 10px;
	background: #fff095;
	display: block;
	margin: 1em 0;
	border-top: solid 1px #ffdb95;
	border-bottom: solid 1px #ffdb95;
	text-align: right;
	text-decoration: none;
}

.ee-next a:after {
    content: " →";
}

#ee-mastfoot {
  text-align: left;
  }
  
  #ee-mofootnav {
  border-bottom: #000;
  color: #fff;
  padding: 0 0 1em;
  margin-bottom: 1em;
  }
  
  .ee-mofootlinks {
  list-style: none; 
  margin: 0;
  padding: 0;
  }

.ee-mofootlinks li a {
  display: block;
  margin: 0 10px;
	padding: 1em 0 .7em .4em;
  color: #006600;
  text-decoration: none;  
  }
  
.ee-mofootlinks a {
	border-bottom: solid 1px #A7A7A7;
  }
  
  li.ee-mo {
	margin-bottom: 0;
}

#ee-copy {
  text-align: center;
  margin-top: 1em;
  margin-bottom: 1em;
}

img#learner {width: 90px; height: 100px; float: right}	
img#teacher {width: 100px; height: 100px; float: right}	

@media (min-width: 500px) {

img#learner {width: 180px; height: 200px; float: right}  
img#teacher {width: 200px; height: 200px; float: right} 

}



@media (min-width: 970px) {
	
	
  body {
    margin: auto;
    max-width: 970px;
    }

#ee-page {
	padding: 0 .7em;
}

  #ee-sidebar {
    background-color: #FFF;
    float: left;
    width: 300px;

    }
    
      #ee-main {
    background-color: #FFF;
    float: right;
    width: 630px;
    }

	#ee-break {
    clear:both;
	display:block;
}

.ee-back, .ee-next {
	display: none;
}

  #ee-mastfoot {
    background-color: #FFF;
    text-align: center;
    }
    
      #ee-mofootnav {
    display: none;
    }
    
#ee-footban {
  border-left: solid 1px #999;
  border-right: solid 1px #999;
  border-bottom: solid 1px #999;
  padding: 1em;
}

}

}