* {
	margin: 0px;
	padding: 0px;
}

html, body {
	width: 100%;
	height: 100%;
	min-width: 1000px;
	font-size: 13px;
}

td {
	font-size: 13px;
}

table.information td:first-child {
	width: 125px;
}

table.order-form td:first-child {
	width: 150px;
}

table.extra-space td {
	padding: 5px 0;
}

table.large-input input,
table.large-input textarea {
	width: 350px;
}

h5 {
	font-size: 16px;
	margin-bottom: 5px
}

input[type=radio] {
	margin: 0px;
	margin-right: 5px;
}

header {
	text-align: center;
	height: 50px;
	line-height: 50px;
	vertical-align: middle;
}

header > div {
	font-size: 24px;
}

header > div,
nav > ul,
.content-container {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}

.content-container {
	box-sizing: border-box;
	border: solid 1px #ddd;
	border-top: none;
}

.row div.content {
	padding: 10px;
}

div.content > p > span {
	font-style: italic;
}

.content-header {
	margin-left: 10px;
}

.input-small {
	width: 40px;
}

#carousel-russian-women,
#carousel-barrack,
#carousel-documents {
	width: 350px;
}

.news-article {
	font-size: 13px;
}
.news-article.unselected {
	cursor: pointer;
}
.news-article.selected {
	background-color: #ebf7ea;
}

.news-article > .news-title {
	font-weight: bold;
}

.news-article > .news-date {
	font-size: 0.9em;
	color: #aaa;
	font-style: italic;
}

.news-article > .news-read-more {
	border-bottom: solid 1px #ddd;
	margin-bottom: 15px;
}

.news-article > .news-read-more > a {
	color: #aaa;
}

.news-article > .news-content > img {
	margin-right: 5px;
}

.news-article > .news-content > img:last-of-type {
	margin-right: 0;
}

.news-article > .news-content li {
	margin-left: 20px;
}

span.validationMessage {
	display: block;
	color: #ff0000;
	margin-top: 5px;
}

#title > span {
	font-style: italic;
	font-size: 0.8em;
}

div.warning-message {
	background-color: #FEEFB3;
}
