.figure-box {
	float:right;
	width:50%;
	box-shadow:5px 5px 10px black;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 10px;
}

.nocolor {
	color: initial;
	text-decoration: none;
}

.tag {
	background: #DDDDDD;
	border-radius: 3px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	font-size: 75%;
}

.nav-tr {
	font-size: 200%;
	margin-bottom: 1rem;
}

.hljs {
	border: 1px solid;
}

figure {
  text-align: center;
  font-style: italic;
  font-size: smaller;
  text-indent: 0;
  margin: 0.5em;
  padding: 0.5em;
}

img.scaled {
  width: 100%;
}

blockquote {
    border-radius: 3px;
    position: relative;
    font-style: italic;
    text-align: center;
    padding: 0.5rem;
    width: 75%;
    color: #4a4a4a;
    margin: 1rem auto 2rem;
    color: #4a4a4a;
    background: #E8E8E8;
}
blockquote:before{
    font-family: FontAwesome;
    position: absolute;
    top: 13px;
    color: #E8E8E8;
    font-size: 34px;
    content: "\f10d";
    margin-right: 13px;
    right: 100%;
}

/*
blockquote:after{
    font-family: FontAwesome;
    position: absolute;
    top: 13px;
    color: #E8E8E8;
    font-size: 34px;
    content: "\f10e";
    margin-left: 13px;
    left: 100%;  
    top: auto;
    bottom: 13px;
}
*/

h3 {
	font-size: calc(1.1rem + .4vw);
}
