<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;
    background: #f6f6f6;
}

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

.wrapper {
    width: 637px;
    height: 335px;
    margin: 0 auto;
	margin-left:20px;
	margin-top:14px;
    border: 1px solid #ddd;
    background: white;
    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;
}

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

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

.content {
    margin: 20px 40px;
    width: 550px;
}

#workingArea {
    margin: 0;
}
#title {margin:0 10px; white-space:nowrap; font-size:23px;}

html[dir="rtl"] .aside, html[dir="rtl"] .content {
    text-align: right;
}

.buttons {
    position: inherit;
    left: 0;
    margin-top:32px;
}

.button {
    cursor: pointer;
    background: #ed2939;
    text-decoration: none;
    color: white;
    font-size: 12px;
    font-weight: 600;
    width: auto;
    padding: 5px 30px;
    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, .button:visited {
        background: #b6111f;
    }

.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;
	padding-left:20px;
}

.content_td h1 {text-align:left;}

ul {
    padding: 0;
    font-size: 14px;
    margin: 20px 0 0 0;
}

    ul li {
        margin-left: 0;
        padding-left: 15px;
        width: 215px;
        list-style-type: none;
        background: url('../images/migration/bullet.png') 2px 7px no-repeat;
    }

a.link {
    color: #006d5c;
    font-size: 14px;
    text-decoration: none;
    text-align: center;
    margin-top: 5px;
    width: 255px;
    display: inline-block;
}
</pre></body></html>