.image-left {
	float: left;
	margin: 5px 1em 0.5em 0;
}
.image-right {
	float: right;
	margin: 5px 0 0.5em 1em;
}
.image-center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.left   { text-align: left; }
.right  { text-align: right; }
.center { text-align: center; }
.full   { text-align: justify; }

.text ul,
.text li {
    padding: 0;
    list-style-type: none;
}
.text li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 5px;
}
.text li:before {
    content: "✓";
    position: absolute;
    top: -2px;
    left: 0;
    margin-right: 5px;
    color: #50913c;
    font-size: 20px;
}
