/* CSS Document */

#wrapper {
	margin:10px 0 40px;
}
h2 {
	background:#b0c4de;
	padding:10px 15px;
}

[class^="img-flex-"] {
	margin-bottom: 20px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.img-flex-2 img { width: 49%; }
.img-flex-3 img { width: 32%; }
.img-flex-4 img { width: 24%; }

.text-right {
	text-align: right;
}
.float_r {
	margin-bottom: 10px;
	margin-left: 10px;
	float: right;
}
.center {
	text-align: center;
}
