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

#popup_share {
	font-family: sans-serif;
	background: #C4E1C4;
	width: 545px;
	height: 345px;
	border: 10px solid #f4f4f4;
}

#popup_share_header {
	background: #fff;
	padding: 10px;
	color: green;
}

#popup_share_content {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	color: #646464;
	font-size: 75%;
}

#popup_share_textfield {
	width: 285px;
	float: left;
}

#popup_share_textfield input{
	width: 285px;
	margin: 10px;
}

#popup_share_widget_preview {
	float: right;
	margin-top: -15px;
}

#popup_share_comment {
	padding-left: 10px;
	padding-bottom: 10px;
	color: #646464;
	font-size: 75%;
}

#popup_share_comment #popup_share_textfield input{
	position: relative; /* vأ¤ga kole viis positsioneerida! */
	left: -10px; 		/* vأ¤ga kole viis positsioneerida! */
	height: 120px;
}

/* avalikustamise css lأµpp */

/* vidina css algus */

#widget {
    border: 10px solid white;
	width: 190px;
	background-color: white;
}

#widget em {
	font-weight: bold;
  	font-style: normal;
  	color: #ff706b;
  	font-size: 100%;
  	padding: 3px;
}

#widget_info {
	color: gray;
	font-family: sans-serif;
	font-size: 80%;
	padding-top: 10px;
}

#list {
	color: #818181;
	font-family: sans-serif;
	padding-top: 10px;
}

#list td {
	height: 20px;
	border-bottom: 1px solid #f5f5f5;
}

#list label {
	display: inline-block;
	line-height: 1.8;
 	vertical-align: top;
 	width: 100px;
 	font-size: 11px;
}

#list em {
  	font-size: 11px;
  	float: right;
}

#widget_logo img{
	margin-top: 10px;
	border: none;
}

.widget_title {
    font-size: 16px;
    color: #818181;
	font-family: sans-serif;
	width:220px;
	height:auto;
}

.widget_title a{
    text-decoration: none !important;
}

.widget_title b{
	color: #b5edf0 !important;
	font-weight: bold;
	font-style: italic;
	border: 1px dotted #f3f3f2;
	padding-left: 5px;
	padding-right: 10px;
	padding-bottom: 2px;
	text-decoration: underline;
	cursor: pointer;
}

#more_widgets_table td{
    vertical-align: bottom;    
}

/* vidina css lأµpp */</pre></body></html>