
.btnMargin {
	margin-bottom:5px;
}
.imageIssue {
	width:80%;
	margin-left:auto;
	margin-right:auto;
}
.imageIssue img {
	max-width:80%;
  box-shadow: 10px 10px 5px lightblue;
}
.liberalSection {
	border-color: #118ab2ff;
	border-style:solid;
	border-width:2px;
	border-radius:3px;
	padding:5px 5px;
	color:#073b4cff;
}
.liberalSection p {
	margin-bottom:10px;
}
.liberalSection h2 {
	color:#118ab2ff;
	font-weight:bold;
}
.conservativeSection {
	border-color: #EF476F;
	border-style:solid;
	border-width:2px;
	border-radius:3px;
	padding:5px 5px;
	color:#073b4cff;
}
.conservativeSection h2 {
	color:#EF476F;
	font-weight:bold;
}
.conservativeSection p {
	margin-bottom:10px;
}