.training-history-accordion > .panel-heading {
	background-color: #B8D8E2;
	color: #2b2b2b;
}
.training-history-accordion >.panel-collapse {
	background: #e5e4e5 url("../images/bg_main.png") repeat right top;
}
.training-history-accordion
{
	box-shadow: none;
	border: none;
}

.fixedTextArea
{
    resize: none;
    vertical-align: top;
	margin-bottom: 10px;
}

.stretchedFixedTextArea
{
	resize: none;
	vertical-align: top;
	width: 100%;
}