aside.sidebar {
    width: 260px;
    padding: 1.2em 20px 20px;
}

aside.sidebar {
	background: none;
	clear: none;
	float: right;
	/* margin: 0 -100% 0 0; */
	margin: 0 1% 0 0;
	border-top: 1px solid #eaeaea;
	border-left: 1px solid #000000;
}

section.sidebar {
	overflow: hidden;
	color: #4b4b4b;
	text-shadow: #fff 0 1px;
	display: block;
	border: 1px;
	vertical-align: baseline;
}

aside.sidebar img {
	border-radius: 0.3em;
	box-shadow: rgba(0,0,0,0.15) 0 1px 4px;
	box-sizing: border-box;
	border: #eee 0.3em solid;
}

aside.sidebar img {
	/* -webkit-border-radius: 0.3em; */
	/* -moz-border-radius: 0.3em; */
	/* -ms-border-radius: 0.3em; */
	/* -o-border-radius: 0.3em; */
	border-radius: 0.3em;
	/* -webkit-box-shadow: rgba(0,0,0,0.15) 0 1px 4px; */
	/* -moz-box-shadow: rgba(0,0,0,0.15) 0 1px 4px; */
	box-shadow: rgba(19, 19, 19, 0.15) 0 1px 4px;
	/* -webkit-box-sizing: border-box; */
	/* -moz-box-sizing: border-box; */
	box-sizing: border-box;
	border: #fff 0.3em solid;
}

.strava {
	fill: #BABABA;
}

.strava:hover {
    /* fill: #666666; */
    fill: #FC4C01;
}
