<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";




#typing textarea
{
width:250px;	
}

#advertBlock3
{
top-margin:-5px;
}

#login
{
display:none;
}

body,p,div,html
{
font-family:Arial, Helvetica, sans-serif;	
overflow-x:none;
}

h2
{
margin:0px 0px 0px 0px;
padding:0px 0px 0px 0px;	
}
#intro
{
text-align:center;
font-family:Verdana, Geneva, sans-serif;
font-size:medium;
}

#mainWrapper
{
margin-left:auto;
margin-right:auto;
width:250px;
}


li
{
cursor:move
}


ul,li
{
list-style-type:none;
padding:0;
margin-left:0;	
}

.iconWrapper
{
display:none;
cursor:pointer;
}
.deleteIcon
{
position:absolute;
top:3px;
right:5px;	
}
.editIcon
{
position:absolute;
background:white;
top:3px;
right:18px;	
}



#textyright
{
position:relative;
right:5px;	
text-align:right;
}
.colorright
{
background-color: #a9e24c;
}

#textyleft
{
position:relative;
left:5px;	
text-align:left;
}
.colorleft
{
background-color: #d2d2d2; 
}

body { background-color: #000000;padding:0px;margin:0px;} 

.float-right
{
float:right;
-moz-transform: scaleX(-1);
        -o-transform: scaleX(-1);
        -webkit-transform: scaleX(-1);
        transform: scaleX(-1);
        filter: FlipH;
        -ms-filter: "FlipH";	
}

.float-left
{
float:left;	
}

.container {
	width: 250px;
	height: 400px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background-color: #FFFFFF;
	overflow: auto;
	position: relative;
	text-align: center;
} 



.white-shadow { 
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, .8) 4px, rgba(255, 255, 255, .28) 8px); 
    background-image: -moz-linear-gradient(top, rgba(255, 255, 255, .8) 4px, rgba(255, 255, 255, .28) 8px); 
    background-image: -ms-linear-gradient(top, rgba(255, 255, 255, .8) 4px, rgba(255, 255, 255, .28) 8px); 
    background-image: -o-linear-gradient(top, rgba(255, 255, 255, .8) 4px, rgba(255, 255, 255, .28) 8px); 
    background-image: -linear-gradient(top, rgba(255, 255, 255, .8) 4px, rgba(255, 255, 255, .28) 8px); 
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(255, 255, 255, .8)) 4px, to(rgba(255, 255, 255, .28)) 8px); 
    padding: 2px 8px 4px; 
    margin: 0; 
    border-radius: 24px; 
} 

.left { 
	text-align:left;
    background-color: #d2d2d2; 
	background-image: -webkit-linear-gradient(top, #9da0a6, #d2d2d2 17px, #e5e5e5 92%); 
	border-radius: 15px;
	box-shadow: 2px 1px 2px rgba(0, 0, 0, 0.6); 
	font: 15px Helvetica, Arial, sans-serif; 
	margin: 1em 20% 1em 1em; 
    padding: 0 4px; 
	border-width: 1px; 
    border-color: #9DA0A6 #9DA0A6 #9DA0A6 transparent; 
    border-style: solid; 
	position:inherit
	
} 

.right { 
	text-align:right;
	
    background-color: #a9e24c; 
    background-image: -webkit-linear-gradient(top, #309b19, #a9e24c 17px, #9bcc45 92%); 
    border-radius: 15px; 
    box-shadow: -2px 1px 2px rgba(0, 0, 0, 0.6); 
    font: 15px Helvetica, Arial, sans-serif; 
    margin: 1em 1em 1em 31%; 
    padding: 0 4px; 
    border-width: 1px; 
    border-color: #309b19 transparent #309b19 #309b19; 
    border-style: solid; 
	position:inherit;
	
} 


/*rendering  bug for Safari*/
@media screen and (-webkit-min-device-pixel-ratio:0)
{

}

.left:before { 

    content: ""; 
    position: absolute; 
    z-index: 99; 
    bottom: -1px; 
    height: 6px; 
    border-right: 14px solid #d5d5d5; 
    
    -webkit-border-bottom-right-radius: 36px 18px; 
    -moz-border-radius-bottomright: 36px 18px; 
    border-bottom-right-radius: 36px 18px; 
    box-shadow: 2px 2px 2px #9da0a6; 
    -webkit-transform: translate(0, -2px); 
    -moz-transform: translate(0, -2px); 
    -ms-transform: translate(0, -2px); 
    -o-transform: translate(0, -2px); 
    transform: translate(0, -2px); 
    right: 100%; 
} 

.left:after { 
    content: ""; 
    position: absolute; 
    z-index: 99; 
    bottom: 0px; 
    right: 94%; 
    width: 15px; 
    height: 12px; 
    background: #FFFFFF; 
    -webkit-border-bottom-right-radius: 18px 12px; 
    -moz-border-radius-bottomright: 18px 12px; 
    border-bottom-right-radius: 20px 20px; 
    -webkit-transform: translate(-12px, -2px); 
    -moz-transform: translate(-12px, -2px); 
    -ms-transform: translate(-12px, -2px); 
    -o-transform: translate(-12px, -2px); 
    transform: translate(-12px, -2px); 
} 

.right:before { 
    content: ""; 
    position: absolute; 
    z-index: 99; 
    bottom: -1px; 
    height: 6px; 
    border-left: 14px solid #a9e24c; 
    background: #ffffff; 
    -webkit-border-bottom-left-radius: 36px 18px; 
    -moz-border-radius-bottomleft: 36px 18px; 
    border-bottom-left-radius: 36px 18px; 
    box-shadow: 2px 2px 2px #9da0a6; 
    -webkit-transform: translate(0, -2px); 
    -moz-transform: translate(0, -2px); 
    -ms-transform: translate(0, -2px); 
    -o-transform: translate(0, -2px); 
    transform: translate(0, -2px); 
    left: 98%; 
} 

.right:after { 
    content: ""; 
    position: absolute; 
    z-index: 999; 
    bottom: 0px; 
    left: 108%; 
    width: 14px; 
    height: 12px; 
    background: #FFFFFF; 
    -webkit-border-bottom-left-radius: 20px 12px; 
    -moz-border-radius-bottomleft: 20px 12px; 
    border-bottom-left-radius: 20px 20px; 
    -webkit-transform: translate(-12px, -2px); 
    -moz-transform: translate(-12px, -2px); 
    -ms-transform: translate(-12px, -2px); 
    -o-transform: translate(-12px, -2px); 
    transform: translate(-12px, -2px); 
}

img, object, embed, video {
	max-width: 100%;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}


.centeredImage
{
	display: block;
    margin-left: auto;
    margin-right: auto
	
}

@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px) {
/* Styles */

#header
{
display:none;	
}

td,tr
{
text-align:center;	
}

#mainWrapper
{
position:relative;
top:0px;
left:0px;	
margin-left:0;
margin-right:0;
width:320px;
}
.container
{
width: 320px; 
padding:0px;
margin:0px;
}
body
{
background:yellow;
padding:0px;
margin:0px;	
}

.left { 
margin: 1em 15% 1em 10%; 
}
.right{
margin: 1em 15% 1em 31%; 	
}
.left:after { 
right: 96%;
}
.right:after { 
left: 109%;
}
.left:before { 
    bottom: -1px; 
    height: 9px;
}

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