@import 'https://fonts.googleapis.com/css?family=Raleway:300,400';
.support h3
{
	font-face: 'Raleway', sans-serif;
	font-weight: 300;
}
.support li
{
	list-style: none;
	padding-left: 15px;
}
.support .supportcenter
{
	text-align: center;
	width: 100%;
}
.support .btn-wide
{
	width: 70%;
	max-width: 75vw;
	margin: 0 auto;
}
.ticketbody
{
	border-radius: 5px;
	display: block;
    width: 100%;
}
.ticketrow
{
	z-index: 2;
}
.ticketSender:after
{
	content:"";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 50%;
    border-left: 2px solid rgba(0,0,0,0.4);
}
.ticketrow {
    padding-bottom: 0px;
}
.ticketcontent
{
	padding-top: 40px;
}
.col-ninety-height
{
    height: 90%;
    vertical-align: middle;
}