h1
{
	margin-left:10px;
}



/* For Homework pages */

.objectives
{
	margin-left: auto;
	margin-right: auto;
	/*width: 50%;*/
    border: solid 1px #C5C5C5;
    border-radius: 1em;
    padding: 1em;
	background-color: #E0F1B5;
	border-color: #8BAF5B;
}

.payoff {
    background-color: #fbd2d2;
    color: #171616;
    border: solid 1px #999;
    border-radius: 1em;
    margin: 10px;
    padding: 0px 10px;
}

.payoff > h3 {
    border-bottom: 1px solid;
}

.requirements
{
	margin-left: auto;
	margin-right: auto;
	/*width: 50%;*/
    border: solid 1px #C5C5C5;
    border-radius: 1em;
    padding: 1em;
	background-color: #FCEAD1;
	border-color: #F58B4C;
}

.requirements > ul > li:before
{
	content: "\e157";
	font-family: "Glyphicons Halflings";
	font-size: 9px;
	float: left;
	margin-top: 4px;
	margin-left: -17px;
	color: #F58B4C;
}

.requirements > ul > li
{
	display: block;
	margin-left: 17px;
}

.user-story
{
	margin-left: auto;
	margin-right: auto;
	margin-top: 1em;
	margin-bottom: 1em;
	width: 70%;
    /*padding: 0em 0em 0em 10px;
	border-left: 10px solid #CCC;
    font-style: italic;*/
}

/* Add space between questions, but not nested lists. */
.questions > ol > li
{
	margin: 0 0 1em 0;
}

/* http://css3.wikidot.com/blog:lined-paper-with-css */
.paper {
    font: italic 12px/1.5 "Lucida Grande", arial, sans-serif;
    /*width: 300px;*/
    margin: 1em auto 10px;
    padding: 6px 5px 4px 42px;
    position: relative;
    color: #444;
    line-height: 20px;
    border: 1px solid #d2d2d2;
 
    background: #fff;
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#d9eaf3), color-stop(4%, #fff)) 0 4px;
    background: -webkit-linear-gradient(top, #d9eaf3 0%, #fff 8%) 0 4px;
    background: -moz-linear-gradient(top, #d9eaf3 0%, #fff 8%) 0 4px;
    background: -ms-linear-gradient(top, #d9eaf3 0%, #fff 8%) 0 4px;
    background: -o-linear-gradient(top, #d9eaf3 0%, #fff 8%) 0 4px;
    background: linear-gradient(top, #d9eaf3 0%, #fff 8%) 0 4px;
 
    -webkit-background-size: 100% 20px;
    -moz-background-size: 100% 20px;
    -ms-background-size: 100% 20px;
    -o-background-size: 100% 20px;
    background-size: 100% 20px;
 
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
 
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.07);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.07);
    box-shadow: 0 1px 2px rgba(0,0,0,0.07);
}
.paper::before {
    content: '';
    position: absolute;
    width: 4px;
    top: 0;
    left: 30px;
    bottom: 0;
    border: 1px solid;
    border-color: transparent #efe4e4;
}

.paper p {margin: 0 0 20px;}
.paper p:last-child {margin: 0;}

figure figcaption {
    
    text-align: center;
}

table.inside {
    width: auto;
}

td {
    font-size: 14px;
}

.th-inverse {
    background-color: #8C8C8C;
    color: #FFFFFF;
}

.standout {
    font-style: italic; 
    color:darkgray;
}

.notcovered { 
    color:lightgray;
}

.pullquote {
    text-align: justify;
    border-bottom: 1px dotted #4a4a4a;
    border-top: 1px dotted #4a4a4a;
    /*float: right;*/
    font-size: 1.4rem;
    line-height: 2rem;
    margin: 0 0 10px 25px;
    padding: 7px 0 9px;
    width: 80%;
    font-family: Georgia,serif;
    color: #97120b;
}

