<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td 
{margin:0; padding:0; border:0; outline:0; vertical-align:baseline; background:transparent;}

/* --- FONT-FACE --- */
@font-face {font-family: 'ubuntu_titlingbold'; src: url('../font/UbuntuTitling-Bold-webfont.eot'); src: url('../font/UbuntuTitling-Bold-webfont.eot?#iefix') format('embedded-opentype'), url('../font/UbuntuTitling-Bold-webfont.woff') format('woff'), url('../font/UbuntuTitling-Bold-webfont.ttf') format('truetype'), url('../font/UbuntuTitling-Bold-webfont.svg#ubuntu_titlingbold') format('svg'); font-weight: normal; font-style: normal;}
@font-face {font-family: 'dejavu_sansbook'; src: url('../font/DejaVuSans-webfont.eot'); src: url('../font/DejaVuSans-webfont.eot?#iefix') format('embedded-opentype'), url('../font/DejaVuSans-webfont.woff') format('woff'), url('../font/DejaVuSans-webfont.ttf') format('truetype'), url('../font/DejaVuSans-webfont.svg#dejavu_sansbook') format('svg'); font-weight: normal; font-style: normal;}
@font-face {font-family: 'dejavu_sansbold'; src: url('../font/DejaVuSans-Bold-webfont.eot'); src: url('../font/DejaVuSans-Bold-webfont.eot?#iefix') format('embedded-opentype'), url('../font/DejaVuSans-Bold-webfont.woff') format('woff'), url('../font/DejaVuSans-Bold-webfont.ttf') format('truetype'), url('../font/DejaVuSans-Bold-webfont.svg#dejavu_sansbold') format('svg'); font-weight: normal; font-style: normal;}

/* BASIS */
body {background:#dedede; font-family:'Ubuntu', Arial, sans-serif; color:#3f3f3f;}
.redirect-wrap {width:100%; position:relative; overflow:hidden;}
.redirect-logo {
	display:block; margin:1.5em auto 0;
}
.redirect-container {
	width:90%; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; margin:30px auto; max-width:978px;
}
.redirect-content {margin-bottom:20px;}
.redirect-title {
	float:left; width:100%;
	height:48px; background:#f5f5f5;
	-webkit-border-radius: 10px 10px 0 0; -moz-border-radius: 10px 10px 0 0; border-radius: 10px 10px 0 0;
	border:1px solid #d8d8d8;
	border-bottom:none;
}
.redirect-title p {
	width:100%;
	line-height:48px; padding:0 3%; color:#3f3f3f; text-shadow:1px 1px 0 #fff;
	font-family:'ubuntu_titlingbold',Arial;
}
.redirect-content {
	float:left; width:100%;
	background:#fff;
	-webkit-border-radius: 0 0 10px 10px; -moz-border-radius: 0 0 10px 10px; border-radius: 0 0 10px 10px;
	border:1px solid #d8d8d8;
}
.redirect-txt {
	float:left; width:100%;
}
.redirect-txt p {
	font-size:0.875em; line-height:24px; padding:1.5em 3%; color:#3f3f3f;
}
.redirect-txt p a {
	color:#0f75bc;
	text-decoration:underline;
}
.redirect-txt p a:hover {
	color:#3f3f3f;
}
.redirect-mailbox-logo {
	float:left;
	width:294px;
	height:100px;
	background:url(../img/logo-mail.png);
	margin:0 0 10px 0;
}
.redirect-mailbox-logo.windowslivemail {
	background-position:0 -100px;
}

.redirect-txt ul {
	padding:0em 10%;
	font-size: 0.875em;
}
.redirect-txt table th {text-align:left;}


.redirect-txt table {
		width:100%;
		font-size: 0.75em;
		
}
.redirect-txt table {
	padding:0em 5%;
}



@media all and (min-width: 700px) {
	.redirect-txt { float:left; width:69%; }
	.redirect-img { width:30%; display:block;}
}

@media(max-width: 700px){
	.redirect-txt table thead {
        display: none;    /* hide table head*/
   	} 
	.redirect-txt table td {
		display: block; 
		position: relative; 
		padding-left: 42%;
	}
		         
	.redirect-txt table td:last-child {
		padding-bottom:1em;
	}
	.redirect-txt table td:before {
        content: attr(data-label); 
        position: absolute; 
        left: 0px; 
        top: 0px; 
        color: #000; 
        font-weight: bold;
    }
	.redirect-txt table tr {
		border-bottom: 10px solid #ffffff;   /* for row spacing */
	} 
	
}
</pre></body></html>