		.unsub {
			position: absolute;
			left: 0;
			top: 0;
			width: 100%;
			text-align: right;
			padding: 10px 15px;
			box-sizing: border-box;
			z-index: 9999;
			background-color: transparent;
		}
		
		.unsub>a {
			padding: 0;
			font-family: Helvetica, Arial, sans-serif;
			text-transform: lowercase;
			font-weight: normal;
			text-decoration: none;
			font-size: 14px;
			color: #fff;
			opacity: .6;
		}