<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">h1, h2 {
    font: bold 18px Helvetica;
    color: #000;
    margin: 10px;
}

input:focus, button:focus {
  outline:none;
}

/* @group Toolbar */
.toolbar {
    height: 50px;
    position: relative;
}


body.cLandscape .toolbar &gt; h1 {
    margin-left: -125px;
    width: 250px;
}

.button, .back, .cancel, .add {
    position: absolute;
    overflow: hidden;
    top: 10px;
    right: 9px;
    margin: 0;
    border-width: 0 5px;
    padding: 0 19px;
    width: auto;
    height: 30px;
    line-height: 30px;
    font-family: inherit;
    font-size: 18px;
    font-weight: bold;
    text-overflow: ellipsis;
    text-decoration: none;
    white-space: nowrap;
}



.leftButton, .cancel{
	left: 10px;
	right: auto;
}

ul li input[type="text"], ul li input[type="password"], ul li textarea, ul li select{
	/*-webkit-appearance: textarea;*/
	appearance: textarea;
	/*-moz-appearance: textarea; !* Firefox *!*/
	-webkit-appearance: textarea; /* Safari and Chrome */

	background: transparent;
	display: inline-block;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 38px;
	cursor: auto;
	/*text-align: -webkit-auto;*/
	text-align: -webkit-auto;
	text-align: auto;

	text-indent: 5px;
}

UL.jUL LI SMALL{
	/*small*/
	color: #64C114; /*-*/
	display: block;
	float: right;
	font: normal normal normal 17px/normal Helvetica;
	overflow: hidden;
	text-align: right;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 23%;/*-*/
	
	/*counter*/
	/*-webkit-box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 0px;*/
	-webkit-box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 0px;
	box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 0px;

	background: rgba(0, 0, 0, 0.15);
	/*border-bottom-left-radius: 11px 11px;*/
	/*border-bottom-right-radius: 11px 11px;*/
	/*border-top-left-radius: 11px 11px;*/
	/*border-top-right-radius: 11px 11px;*/
	color: white;/*-*/
	display: block;
	font-size: 17px;/*-*/
	font-weight: bold;/*-*/
	line-height: 13px;/*-*/
	margin-top: -22px;
	padding: 4px 10px 5px;
	width: auto;
	
	/*plastic*/
	color: #888;
	font-size: 13px;
	font-weight: bold;
	line-height: 24px;
	text-transform: uppercase;
}

UL.jUL LI&gt;DIV, UL.jUL LI&gt;SPAN{
	display: block;
	margin: -10px;
	overflow: hidden;
	padding: 12px 10px;
	text-decoration: none;
	text-overflow: ellipsis;
	white-space: nowrap;
}

#bookmarks UL.jUL LI&gt;DIV{
	margin-right: 20px;
	margin-top: 0px;
    padding: 8px;
}

UL.jUL{
	color: #AAA;
	font: normal normal bold 18px/normal Helvetica;
	margin: 11px 10px;
	padding: 0px;
}

UL.jUL LI{	
	list-style-type: none;
	overflow: hidden;
	cursor: pointer;
}

.whiteButton, .grayButton{
	border-width: 0px 12px;
	display: block;
	font-size: 20px;
	font-weight: bold;
	padding: 18px 10px 19px;
	text-align: center;
	text-decoration: inherit;
	cursor: pointer;
}

.Unavailable::after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	background-position: 50%;
	background-repeat: no-repeat;
	background-image: url(./../skins/Dark/img/base/unavailable.png);
	width: 100%;
	height: 100%;
	background-size: 20%;
}

#bookIndex .Unavailable::after{
	background-position: 50% 25%;
}</pre></body></html>