.side-note:before {
	font-family: FontAwesome;
	content: "\f0a1";
	float:right; 
	color:#aaa;
	display:block;
	background:#e3e3e3;
	width:100%;
	padding:5px 15px;
	margin-bottom:7px;

}
.side-note {
	float:right;
	background:#f0f0f0;
	margin:0 0 5px 5px; 
	width:33%;
	min-width:300px;
	font-size:90%;
	font-style:italic;
}
.side-note p  {
	padding:15px;
	margin:0;
}
.side-note h1, .side-note h2, .side-note h3, .side-note h4  {
	padding:15px 15px 0 15px;
	margin:0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Oswald", sans-serif;
    font-weight: 400;
    font-style: normal;
    margin: 13.5px 0;
    color: #676767
}

p {
  text-align: justify;
}