
#stats {
	float:right;
	padding: 10px;
	background-color: #374c5e;
	border-radius: 5px;
	margin-bottom: 5px
}
#stats h3 {
	margin: 0px 0px  5px 0px;
}
#stats ul, #stats li {
	  list-style-type: none;
  margin: 0;
  padding: 0;
}
#stats > ul > li > span:not(:last-child) {
	margin-right:5px;
}
#stats > ul > li {
	display: flex;
	justify-content: space-between;
}
.container {
	max-width:1100px;
	    max-width: 900px;
    padding: 0px 0px 0px 0px;
    margin: 10px 25px 0px 25px;
    padding: 1em 2em;
    margin: 1em 0;
    border-radius: 2;
    margin: 2em auto;
	border-radius: 2px;
	    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}
.markdown p {
	    font-size: 1.1em;

}
#jumpToClipCLip {
	float: right; 
	display: inline-block;
	margin-left: 8px;
}
.youtubeEmbed {
    float: left !important;
    margin: 0px 8px 0px 0px;
    display: inline;
	
    margin: 0em 1em 0em 0em;

}
.image .icon {
	display: none;
   position: absolute;
    top: 10px;
    right: 20px;
    font-size: 18px;
    bottom:0;
	background-color: RGBA(33,45,56,1);
	padding: 5px;
	color: #FFC112;
}


.image:after {
	clear: all;
}



.expandable {
	position: relative;
}
#siteGraphs {
	float: right;
	    margin: 0px 0px 0px 8px;
		

}
#siteGraph {
		    margin: 0px 0px 3px 0px;

}

#graphPicker {
	text-align: center;
}


.youtubeEmbed iframe {
	width: 420px;
    height: 236px;
}
#stats, #siteGraphs, #siteGraph, .youtubeEmbed iframe {
	max-width: 100%;
}

#siteGraph{
	width: 100%;
	height:100%;
}
#siteGraphs {
    width: 400px;
    display: flex;
    padding: 0em 0 0 1em;
    flex-direction: column;
}
#siteGraphs h2 {
    /* padding: 0 1em; */
    margin: 0 0 0.25em 0;
}
.markdown h1 {
	    font-size: 2em;
    text-align: center;
}
.markdown h2 {
	    font-size: 1.75em;
}
