.block{
	display: block;
}

.inline-block{
	display: inline-block;
}

.left{
	float: left;
}

.center{
	margin-left: auto;
	margin-right: auto;
}

.right{
	float: right;
}

.text-left{
	text-align: left;
}

.text-center{
	text-align: center;
}

.text-right{
	text-align: right;
}

strong{
	font-weight: bold;
}

em{
	font-style: italic;
}

.imgresp, .imgresp img, img.imgresp{
	display: block;
	max-width: 100%;
	height: auto;
}