<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
 * Persona downgrade
 */

body, html {
	padding:0px; 
	margin:0px; 
	color: #333; 
	font-weight: 800;
	font-family: Arial;
	font-style: normal;
	font-weight: normal;
	font-stretch: normal;
	
	font-size:12px;
	line-height:1.5; 
	width:100%; 
	height: 100%; 
	-webkit-text-size-adjust: none;	
	-webkit-font-smoothing: antialiased;

	background: #fff;
	position: relative;
}

body {
	background-repeat: repeat-y;
	background-position: 0;
    padding: 60px;
}

body.mobile {
    padding: 30px;
}


::-moz-selection {
       background-color: #FF1944;
       color: #fff;
}

::selection {
       background-color: #FF1944;
       color: #fff;
}

.hometext {
    position: absolute;    
    font-weight: normal;
    z-index: 2;
	max-width: 800px;
}

.cargo_link {
    text-decoration: none;
    color: #0099ff;
    font-size: 1.7rem;
    width: 23px;
    display: inline-block;
    margin-top: -4px;
    position: relative;
    height: 35px;
    z-index: 9999;
    position: absolute;
    right: 0;
    top: 0;
}

.cargo_link img {
    width: auto;
    height: 100%;
}

</pre></body></html>