<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">	html, body, div, span, h1, h2, h3, p, button, a, em, img, q, s, b, u, i, input, label, footer, header, menu {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

html,body {
	width:100%;
	cursor: default;
	overflow: hidden;
}

body {
	color: #000;
	width:295px;
    position: relative;
	font-family: 'Segoe UI', Arial, Helvetica, 'Lucida Sans', sans-serif;
	-ms-user-select:none;
	user-select:none; 
	overflow: hidden;
}

.wrapper {
	width: 293px;
    height: 366px;
    border: 1px solid #ffaa00;
    position: relative;
}

h1 {
	font-size: 20px;
	font-weight:normal;
	text-align: center;
	margin-top:0;
}

#trademark {
	font-size: 14px;
    text-align: center;
    margin: 8px 0 0 0;
	font-weight: 600;
    line-height: 100%;
}

td { padding: 0;}
table {border-collapse: collapse;}

p {
	font-size:0.95em;
    margin-bottom: 7px;
    line-height:150%
}

.ribbon {
	position:absolute;
	top: -1px;
	right: -1px;
	display:block;
}

.ribbon-rtl {
	position: absolute;
	top: -1px;
	left: -1px;
	display: none;
}

.logo {
	margin:0 auto;
	width: 118px;
	height: 128px;
	display:block;
	text-align: center;
}

html[dir="rtl"] .logo {float:right;}

.content {
	margin: 20px 20px 0 20px;
    width: 253px;
}
#workingArea {margin:0;}

.buttons {
    position: absolute;
    left: 20px;
    bottom: 10px;
}
.button {
    cursor: pointer;
    background: #ed2939;
    text-decoration: none;
    color: white;
    font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
    width: 245px;
    padding: 5px;
	height: 22px;
	line-height: 20px;
	text-align: center;
    display: inline-block;}
.button:hover,.button:active,.button:visited,.button:focus {color:white;}
.button:hover {background:#da1f2e;}
.button:active {background:#b6111f;}
.button:visited {background: #ed2939;}
.protectionType {
	font-size: 14px;
    color: #7c7c7c;
    margin: 10px auto;
    text-align: center;
	}

.protectionType span {
	background: #d7d7d7;
	border-radius: 2px;
	padding:1px 5px 2px 5px;
}
.content_td {position:relative;}
ul {padding:0;font-size: 12px; margin: 0 0 0 5px;}
ul li {margin-left:0;
	padding-left:15px;
	width: 215px;
	list-style-type: none;
	background: url('../images/migration/bullet.png') 2px 5px no-repeat;}
a.link {
    color: #006d5c;
    font-size: 12px;
    text-decoration: none;
    text-align: center;
    margin-top: 5px;
    width: 255px;
    display: inline-block;
}


	.rtl .ribbon {
	    display: none;
	}

	.rtl .ribbon-rtl {
	    display: block;
	}

	.rtl ul li {
	    padding-right: 15px;
	    text-align: right;
	    list-style-type: none;
	    background-position: center right;
	}</pre></body></html>