#tsn-notice {
	position: relative;
	background: #000;
	color: #fff;
	padding: 20px 60px 20px 20px;
	font-size: 0.8em;
	min-height: 60px;
}

#tsn-notice	#tsn-close {
	position: absolute;
	top: 15px;
	right: 15px;
	width: 30px;
	height: 30px;
	text-indent: -9999px;
	display: block;
}

#tsn-notice	#tsn-close::before, #tsn-notice #tsn-close::after {
	content: '';
	position: absolute;
	top: calc(50% - 1px);
	left: 10%;
	width: 80%;
	height: 2px;
	background: #fff;
}

#tsn-notice	#tsn-close::before {
	transform: rotate(45deg);
}

#tsn-notice	#tsn-close::after {
	transform: rotate(-45deg);
}

#tsn-notice #tsn-heading {
	font-size: 1.25em;
	margin: 0 0 0.5em;
}

#tsn-notice #tsn-content p {
	margin: 0 0 0.5em;
}