/*---------------------------------------- UNIVERSAL STYLES ----------------------------------------*/		

.sectionContainer {
	max-width: 800px;
}
header .sectionContainer{
	max-width: 1400px;
	display: flex;
	justify-content: space-between;
	width: 100%;
	align-items: center;
}
.tip {
	color: #000000;
	cursor: pointer;
	text-decoration: none;
}
.tip:hover {
	color: #000000;
	text-decoration: none;
}

.img-responsive {
	display: block;
	max-width: 100%;
	height: auto;
	margin: auto;
}

.authorAvatar{
	border-radius: 50%;
	margin-right: 8px;
}

.authorName{
	color: #005dae;
	font-weight: bold;
	margin-right: 8px;
}
