h1, h2, h3, h4, h5
{
	color: #ff4940;
}

a
{
	color: #ff4940;
}

a:hover
{
	color: #c93961;
}

.tcpanel
{
	padding: 20px;	
	background-color: #f9f9f9;
}

.rscolor
{
	color: #ff4940;
}

.footer {
  background-color: #f5f5f5;
}

main
{
	margin-top:60px;
}

.logo
{
	max-height: 40px;
}

.rsgradient
{
	background: rgba(255,88,85,1);
	background: -moz-linear-gradient(top, rgba(255,88,85,1) 0%, rgba(201,57,98,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,88,85,1)), color-stop(100%, rgba(201,57,98,1)));
	background: -webkit-linear-gradient(top, rgba(255,88,85,1) 0%, rgba(201,57,98,1) 100%);
	background: -o-linear-gradient(top, rgba(255,88,85,1) 0%, rgba(201,57,98,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,88,85,1) 0%, rgba(201,57,98,1) 100%);
	background: linear-gradient(to bottom, rgba(255,88,85,1) 0%, rgba(201,57,98,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff5855', endColorstr='#c93962', GradientType=0 );
}