<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/* FONT SIZES */
body {font-family:"Trebuchet MS", Arial, Helvetica, sans-serif}

h1 {font-size:1.5em;
	line-height:1;
	margin:0 0 4px 0;
	font-weight:bold;
	}
h2 {font-size:1.325em;
	line-height:1.25;
	margin:0 0 4px 0;
	}
h3 {font-size:1.125em;
	line-height:1.25;
	margin:0 0 4px 0;
	}
h4 {font-size:.8750em;
	margin:0 0 4px 0;
	}
h5 {font-size:.75em;
	margin:0 0 4px 0;
	}
h6 {font-size:.75em; 
	margin:0 0 4px 0;
	font-style:italic;
	}
p  {
	font-size:.825em;
	line-height:1.45;
	margin:0 0 6px 0;
	color:#444;
	}
a {
	font-size:inherit;
	text-decoration:none;
	}
a:hover {
	text-decoration:underline;
	}
figcaption {
		font-size:10px;
		margin:3px 0 0 0; 
		color:#069;
}
ul, li, li a {
	
}
table {
	font-size:.8em;
}
/* need a home for positioning defaults */

/* 11-01-19*/
.publish_main_container{position: absolute;
    right: 6em;
    bottom: .8em;
    border: 1px solid #f37421;
    border-radius: 4px;
    text-align: left;
    overflow: hidden;
    box-shadow: 3px 3px 4px #CCC;
    background: #f37421;
    color:#fff;
}
.publish_share_area .btn{font-size: 16px; font-weight: 400; line-height: 20px; color: #fff; border: 0; padding:  4px 10px;cursor: pointer; background-color: transparent;}

#book_confirm .bublish_form .fieldseparate{font-size: 18px;line-height: 24px;font-weight: bold;}
#new-editor {
    float:left;width:61%;
}</pre></body></html>