@charset "utf-8";
/* CSS Document */

a:hover img 
{
	opacity: 0.8;
}

.panel-group
{
	margin-top: 20px;
}

.text-entry
{
	border: none;
}

.panel-default>.panel-heading {
    background-color: #c37c9b;
	color: #fff;
}

.panel-title a
{
	text-decoration: none;
}

.panel-title a:focus, .panel-title a:hover
{
	color: #fff;
}

@media print
{
	.panel-collapse
	{
		display: block;
		height: auto !important;
	}
}