<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@CHARSET "ISO-8859-1";

div {line-height: 1;}

body {
	background-image:url("//cloud19.com/images/bg.jpg") !important;
	background-size: 100% !important;
	background-repeat:no-repeat !important;
}

html,body{
    height:100%;    
    margin:0;
    padding:0;
    border:0;
	font-size: 14px;
	color: white;
}

.catalog_list {
	color: white;
	background-color: white;
}
.catalog_list_scroll {
	overflow: auto;
}

.catalog_list a {
	color: white;
	font-weight: normal;
	/* font-size: 90%; */
	text-decoration:none;
	cursor:pointer;
}

.catalog_list a:hover {
	text-decoration:none;
	color:#fff;
}

.catalog_entry {
	/* font-size: 120%; */
	font-weight: bold;
	margin-bottom: 10px !important;
}

td.item {
	/* font-size: 95%; */
	margin-top: 4px !important;
	margin-bottom: 10px !important;
	
}

tr.item {
	/* font-size: 95%; */
	margin-top: 4px !important;
	margin-bottom: 10px !important;
	
}

.table_header {
	/* font-size: 95%; */
	font-weight: bold;
	border: 4px;
	padding-bottom: 15px;
}

.alpha60 {
    /* Fallback for web browsers that doesn't support RGBa */
    background: rgb(0, 0, 0) transparent;
    /* RGBa with 0.15 opacity */
    background: rgba(0, 0, 0, 0.2);
    /* For IE 5.5 - 7*/
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
    /* For IE 8*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
}

.alpha50 {
    /* Fallback for web browsers that doesn't support RGBa */
    background: rgb(0, 0, 0) transparent;
    /* RGBa with 0.15 opacity */
    background: rgba(0, 0, 0, 0.15);
    /* For IE 5.5 - 7*/
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
    /* For IE 8*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
}


.navbar_c19 {
	background-color: #94B0CC;
	width: 100%;
	border-radius: 0px !important;
}

.navbar_c19 a {
	color: white;
	/* font-size: 12px; */
	text-transform: uppercase;
	margin-left: 3em;
	/* font-family:Source, Arial, Helvetica, sans-serif; */
}

table.metadata {
	width: 100%;
}

.expand {
	font-weight: bold;
	/* font-size: 110%; */
}

table.metadata tr:nth-child(even) {
	/* Fallback for web browsers that doesn't support RGBa */
    /* RGBa with 0.15 opacity */
    /* For IE 5.5 - 7*/
    /* For IE 8*/
	/*
    background: rgb(0, 0, 0) transparent;
    background: rgba(255, 255, 255, 0.5); 
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
	*/
	line-height: 1.3em;
	}
	
table.metadata tr:nth-child(odd) {
	/* Fallback for web browsers that doesn't support RGBa */
    /* RGBa with 0.15 opacity */
    /* For IE 5.5 - 7*/
    /* For IE 8*/
    background: rgb(0, 0, 0) transparent;
    background: rgba(0, 0, 0, 0.14);
	line-height: 1.3em;
	/*
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
	*/
}

table.metadata tr td{
	padding: 0px 3px;
}

table.user_edit{
	position:relative;
	top:40px;
}

table.user_edit tr{
	padding-bottom:3px;
}

input.user_edit{
	width:250px;
}

button.delete{
	float: right;
}</pre></body></html>