.left, .alignleft {
	float: left;
	margin: 10px 20px 10px 0px;
}
 
.center, .aligncenter{
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 85% !important;
}
 
.right, .alignright {
	float: right;
	margin: 10px 0px 10px 20px;
}
 
.half {
	width:50% !important;
	height: auto;
}
 
.one-third {
	width: 33% !important;
	height: auto;
}
 
.two-thirds {
	width: 66% !important;
	height: auto;
}

.one-fifth {
	width: 20% !important;
	height: auto;
}

.lede-wrapper {
	font-size: 1.2rem;
}