@import url(https://fonts.googleapis.com/css?family=Josefin+Slab:600|Open+Sans:400,700,800|Oswald);

body {
	background: #fff;
	font: 1.3em Open Sans, Helvetica, Arial;
	color: #444;
	text-align: center;
	line-height: 1.5;
}
a {
	text-decoration: none;
}
em, strong {
	color: #d05102;
}

#header {
	margin: 0 auto;
}

#header .logo > img {
	margin: 30px auto 3%;
	text-align: center;
}

.content {
	margin: 0 auto;
	padding: 0 0 40px 0;
}

.support-messages{
	margin: 20px 0 40px 0;
}
.support-messages .msg-item{
	padding:5px 0 5px 0;
}
.support-messages .msg-item .msg-date {
	color: #1E3464;
	float: right;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	padding: 0 8px;
	font-weight: bold;
	font-size: 0.7em;
	background-color: #FFE4BB ;
	margin: 0;
}
.support-messages .msg-item .msg-content{
	clear: both;
	border-top-left-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border: 1px solid #FFE4BB;
	text-align: left;
}
.support-messages .msg-item .msg-content .msg-title{
	border-top-left-radius: 5px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	padding: 5px 8px;
	font-weight: normal;
	font-size: 0.8em;
	margin: 0;
	background-color: #FFE4BB;
	cursor: pointer;
}
.support-messages .msg-item .msg-content .msg-body{
	padding: 8px 8px 16px 8px;
	font-weight: normal;
	font-size: 0.7em;
	background-color: #fff;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}
.support-messages .msg-item .msg-content .msg-exp{
	color:#d05102;
	font-weight: bold;
	float: right;
	padding: 5px 20px 0 40px;
	font-style: italic;
	font-size: 0.65em;
	margin: 0;
}
