.error-message {
	color: red;
	font-size: 12px;
}

table tbody tr th {
	text-align: left;
	padding: 10px;
}

.text-right {
	float: right;
}
dl {
	margin-bottom: 20px;
}
dt {
	float: left;
	font-weight: bold;
	line-height: 17px;
	margin-right: 10px;
	text-align: right;
}
dd {
	margin-left: 20px;
}
dt, dd {
	line-height: 22px;
}
.talks label {
	float: left;
	padding-top: 4px;
	width: 100px;
}

.schedules select {
	display: inline;
}

.schedules table tr td.purchase a {
	color: #ffffff;
}

.purchase .button {
	padding: 5px 14px;
}

.paging span {
	margin: 5px;
}

.course-details {
	padding-top: 10px;
	padding-bottom: 10px;
}

.course-details-link {
	display: inline-block;
	margin-top: 15px;
}

.training-info > div {
	background: #f7f7f5;
}
.training-info .table {
	margin-bottom :0;
}
.training-info .table > tbody > tr > th {
	width: 17%;
	padding: 8px 15px;
	font-size: 14px;
	letter-spacing: 0.05em;
	font-weight: 700;
	border: none;
}
.training-info .table > tbody > tr > td {
	border: none;
	padding: 8px 10px;
	font-size: 14px;
	letter-spacing: 0.03em;
	font-weight: 500;
	margin: 0;
}
.training-info .table-striped > tbody > tr:nth-child(odd) {
	background: none;
}
.training-info .table-striped > tbody > tr:nth-child(even) {
	background: #f1f1ed;
}
.training-info .table a {
	white-space: nowrap;
}