/* page styles */

/* LESSON NAV STYLES */
.circle {
    display:inline-block; 
    width:60px; 
    height:60px; 
    border-radius:30px;
    text-align:center;
    padding-top:8px; 
    padding-left:2px;
}

#pageLinks label{
    display:inline-block;
    font-size:.9em;
}
#pageLinks .xs, #pageLinks .smPlus{
    text-align:center;
}

#pageLinks .xs label{
    font-size:.8em;
}



#slideDown{
	margin-left:20px;
}

/* LESSON CODE STYLES */
section{
	margin-bottom:40px;
}
section pre{
	margin-bottom:5px;
}
.note{
	display:inline-block;
	color:#888888;
	font-style:italic;
	margin-top:10px;
	margin-left:10px;
	font-size:.9em;
}
hr{
	margin-bottom:30px;
}

footer{
	margin-bottom:30px;
	text-align:center;
}

/*PRETTY PRINT NUMBERING STYLES */

li.L0, li.L1, li.L2, li.L3,
li.L5, li.L6, li.L7, li.L8 {
  list-style-type: decimal !important;
}

/* interaction styles */
.interaction{
	border:5px solid #2C3E50;
	border-radius:25px;
	padding:10px;
	
}

/*misc */
.interaction{
	border:5px solid #2C3E50;
	border-radius:25px;
	padding:10px;
	
}
