﻿/* ===== Helpers ===== */
/* Helping classes to apply on the go */

.strong,
.bold {
	font-weight: bold;
}
.no-bold {
	font-weight: normal;
}
.small {
	font-size: 0.8em;
	line-height: 1.2em;
}
.center {
	text-align: center;
}
.align-right {
	text-align: right;
}
.align-left {
	text-align: left;
}
.inline-block {
	display: inline-block;
}
.img-left {
	float: left;
	margin-right: 1em;
}
.img-right {
	float: right;
	margin-left: 1em;
}
.inline-field-items .field-item {
	display: inline;
}
.inline-field-items img {
	margin: 7px;
}
.teaser-no-picture .node-teaser img {
	display: none;
}
.center-pane .pane-content {
	text-align: center;
}
.views-row-nowrap .views-row {
 	white-space: nowrap;
 	overflow: hidden;
}
.row-seperation .views-row {
	margin-top: .5em;
	margin-bottom: .5em;
}
.hide-submitted .submitted {
	display: none;
}
