/* ------------------   info block below content    ------------------ */

#info {
	width: auto;
	list-style: none;
	border-top: 3px solid #135;
	margin: 0;
	padding: 20px 0;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;

	-webkit-flex-flow: row wrap;
	justify-content: space-between;
	align-content: center;
}

#info li {
	width: 300px;
	margin: 0 5px;
	text-align: justify;
}

#info h3, #info h4 {
	margin: 0;
	font-weight: bold;
	float: left;
}
#info h3 {
	font-size: 100%;
}

#info h4 {
	font-size: 80%;
	clear: both;
}

#info p {
	font-size: 80%;
	clear: both;
}

#info a {
	color: #777;
	text-decoration: underline;
}
#info a:hover {
	color: #135;
	text-decoration: underline;
}

#info img {
	display: inline;
	max-width: 300px;
	height: auto;
	float: left;
	padding: 0;
	margin: 0 5px 5px 0;
	border-width: 0;
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
#info img:hover {
	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1;
}

#info p {
	display: inline;
	float: left;
	width: 100%;
	width: auto;
	margin: 0;
	font-size: 80%;
	font-weight: normal;
	text-align: justify;
}

@media only screen and (max-width: 640px) {
#info {
	justify-content: space-around;
}
#info li {
	margin: 10px 5px;
	text-align: justify;
}
}

@media only screen and (max-width: 310px) {
#info li {
	width: auto;
	width: 95%;
	margin: 0;
	padding: 0;
	margin: 10px 5px;
}
#info img {
	width: 100%;
	height: auto;
}
}

#follow_list {
	list-style: none;
	margin:  0;
	padding: 5px 0 0 0;
	font-size: 80%;
}

#follow_list li {
	clear: both;
	margin:  0;
	padding: 0;
}

#follow_list img {
	width: 32px;
	height: 32px;
	display: inline;
	border-width: 0;
	margin: 0 3px 5px 0;
	opacity: 0.9;
}

#follow_list img:hover {
	opacity: 1;
}

#share {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;

	-webkit-flex-flow: column wrap;
	justify-content: space-between;
	align-content: space-between;
}

#share li {
	margin: 0;
	padding: 0;
}

#space-cell {
	height: 20px;
	background: white;
}

.italic {
	font-style: italic;
}

.more {
	text-decoration: underline;
}
