/*Style sheet for the new new look OJPL */

@font-face {  
	  font-family: Pijiu;  
	  src: url( "images/Pijiu.otf") format("opentype");  
	}

@font-face {  
	  font-family: "Linux Biolinum";  
	  src: url( "images/LinBiolinum_Rah.ttf") format("truetype");  
	}

@font-face {  
	  font-family: Baijiu;  
	  src: url( "images/Baijiu.otf") format("opentype");  
	}

@font-face {  
	  font-family: Juzizhi;  
	  src: url( "images/Juzizhi.otf") format("opentype");  
	}

html	{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

*, *:before, *:after	{
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
  }

body	{
	background: url("images/banana.jpg");
	font-family: Pijiu,"Lucida Grande","Lucida Sans Unicode","Arial Unicode MS",Helvetica,sans-serif;
	text-align:center;
}

img	{
	max-width: 100%;
}

.underline	{
	text-decoration: underline;
}

.juzizhi	{
	font-family: Juzizhi;
}

.pijiu	{
	font-family: Pijiu;
}

.baijiu	{
	font-family: baijiu;
}

.container	{
	width: 100%;
	margin: auto;
	background-color: white;
}

#banner	{
	margin-top: 15px;
	margin-bottom: 5px;
	padding: 5px;
	text-align: left;
	border: solid 2px black;
	background: white;		
}

#banner h1	{
	font-family: Pijiu;
	font-size: 1.5em;
	margin: 0px 0px 0px 5px;
	color: red;
}

#banner h3	{
	font-family: monospace;
	font-size: 1.2em;
	margin: 0px 0px 0px 5px;
	color: #333333;
}
/*redesign box; not active for new style*/
#redesign	{
	float: right;
	padding: 3px;
	background: red;
	color: yellow;
	text-align: center;
}
/*old side navigation
#globalNav	{
	background: blue;
	border: solid;
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
	width: 200px;
}

#globalNav a	{
	display: block;
	padding: 3px;
	border: solid thin;
	text-decoration: none;
	color: white;
}
*/

#globalNav	{
	line-height: 1.75;
}

#globalNav ul	{
	list-style: outside none none;
	margin-bottom: 0px;
	margin-top: 0px;
	padding-left: 0px;
}

#globalNav li	{
	float: left;
}

#globalNav a	{
	background-color: blue;
	border: 1px solid transparent;
	border-radius: 8px 8px 0 0;
	color: white;
	padding: 4px 15px;
	margin-right: 1px;
	text-decoration: none;
	font-weight: bold;
}

#globalNav a:hover	{
	background-color: gray;
}

#globalNav a.urhere	{
	background-color: red;
	color: white;
}

#globalNav a.subNav	{
	padding: 2px 7px;
	font-size: 0.8em;
	vertical-align: bottom;
	border-bottom: 2px solid transparent;
}

#globalNavDivider	{
	clear: both;
	border-top: 2px solid black;
	margin-bottom: 5px;
}

#content	{
	float: left;
	width: 100%;
	border: solid 2px black;
	background-color: #e5e5e5;
	margin-bottom: 5px;
	font-family: "Linux Biolinum","Lucida Grande","Lucida Sans Unicode","Arial Unicode MS",Helvetica,sans-serif;
}

#content.jacobdrive	{
	background-image: url(images/jacobdrive.jpg);
}

#content.rugelach	{
	background-image: url(images/rugelach.jpg);
}

#content.carton	{
	background-image: url(images/carton.jpeg);
}

#content.greenorange	{
	background-image: url(images/book.jpg);
}

#content.tree	{
	background-color: #7B3F00;
}

#content.tomato	{
	background-image: url(images/tomato.jpg);
}

#content.house	{
	background-image: url(images/mywallandstuff.jpg);
	height: 500px;
}

#content.elephant	{
	background-image: url(images/test.jpg);
}

.column16, .column25, .column33, .column42, .column50, .column66, .column75	{
	float: left;
	padding: 5px;
}

.column16	{
	width: 16.6667%;
}

.column25	{
	width: 25%;
}

.column33	{
	width: 33.3333%;
}

.column42	{
	width: 41.6667%;
}

.column50	{
	width: 50%;
}

.column66	{
	width: 66.6667%;
}

.column75	{
	width: 75%;
}

.column100	{
	width: 100%;
	clear: both;
}

.fascism .column100	{
	background-color: yellow;
	text-align: left;
	margin-bottom: 10px;
}

.fascism ul	{
	list-style: outside none none;
	padding-left: 5px;
}

.fascism li	{
	border: solid 2px black;
}

.fascism span.text	{
	display: inline-block;
	width: 60%;
	padding: 5px;
	border-right: solid 2px black;
}

.fascism span.half	{
	width: 50%;
	border-left: solid 1px black;
	border-right: solid 1px black;
}

.fascism span.link	{
	display: inline-block;
	width: 40%;
	padding: 5px;
}

.module	{
	width: 100%;
	text-align: left;
	border: solid 1px black;
	padding: 5px;
	float: left;
	clear: left;
	background-color: white;
	margin-bottom: 10px;
	box-shadow: black 2px 2px 2px 2px;
	line-height: 1.2;
}

.fascism .header	{
	background-color: yellow;
}

.fascism sup	{
	vertical-align: super;
	font-size: 0.7em;
}

.module h1	{
	font-size: 1.4em;
	margin: 0px 0px 5px 0px;
	color: green;
}

.module h2	{
	font-size: 1.3em;
	margin: 0px 0px 5px 0px;
	color: black;
}

.module a	{
	text-decoration: none;
	color: blue;
	font-weight: bold;
}

.module a:hover	{
	text-decoration: underline;
}

.branch	{
	padding-top: 0px;
}

.branch	.module	{
	border: solid 2px green;
	box-shadow: none;
}

.branch .policies	{
	padding: 3px;
}

.branch .policies .div	{
	margin: none;
}

.branch .quote	{
	font-style: italic;
	font-size: 0.9em;
	margin-bottom: 5px;
}

.policies h3	{
	font-size: 1.0em;
	margin: 2px 0;
}

.policies .note	{
	color: red;
	font-size: 0.9em;
}

#trunk	{
	background-color: #AEEEEE;
	width: 100%;
	clear: both;
}

#kumu	{
	background-color: #7B3F00;
	width: 30%;
	margin: 0 auto;
	height: 300px;
}

#ground	{
	background-color: green;
	width: 100%;
	height: 50px;
}

img.halfmod	{
	max-width: 50%;
}

.sidebar	{
	float: right;
	background-color: white;
	border: solid 5px green;
	width: 25%;
}

.sidebar ul	{
	list-style: outside none none;
	margin-bottom: 0px;
	margin-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	text-align: left;
}

.sidebar li	{
	padding-bottom: 3px;
	border-bottom: solid 4px black;
	color: red;
	margin-bottom: 3px;
}

.sidebar h3	{
	font-size: 1.2em;
	margin: 0px 0px 3px 0px;
	color: green;
	text-align: center;
	border-bottom: solid 2px green;
	font-family: monospace;
}

.sidebar h3:hover	{
	cursor: pointer;
}

.sidebar a	{
	color: blue;
	text-decoration: none;
	}

.sidebar a:hover	{
	text-decoration: underline;
}

.more	{
	display: none;
}

.morebutton	{
/*	font-family: "Lucida Grande","Lucida Sans Unicode","Arial Unicode MS",Helvetica,sans-serif;*/
	cursor: pointer;
	font-size: 0.8em;
}

.lessbutton	{
/*	font-family: "Lucida Grande","Lucida Sans Unicode","Arial Unicode MS",Helvetica,sans-serif;*/
	cursor: pointer;
	font-size: 0.8em;
}

.sidebar .morebutton, .sidebar .lessbutton	{
	float: right;
	color: blue;
}

#items	{
	text-align: center;
}

#items img	{
	height: 75px;
}

#digicoll	{
	float: left;
	width: 100%;
}

#digicoll img	{
	border: solid 2px black;
}

#digicoll p	{
	float: left;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 4px;
	text-align: center;
	width: 33.3333%;
/*	font-family: "Lucida Grande","Lucida Sans Unicode","Arial Unicode MS",Helvetica,sans-serif;*/
	font-weight: bold;
	font-size: 0.8em;
}

#headline	{
/*	font-family: "Lucida Grande","Lucida Sans Unicode","Arial Unicode MS",Helvetica,sans-serif;*/
	font-size: 0.85em;
	color: black;
	font-weight: bold;
}

#date	{
/*	font-family: "Lucida Grande","Lucida Sans Unicode","Arial Unicode MS",Helvetica,sans-serif;*/
	font-size: 0.75em;
	color: black;
}

#teaser	{
/*	font-family: "Lucida Grande","Lucida Sans Unicode","Arial Unicode MS",Helvetica,sans-serif;*/
	font-size: 0.8em;
	color: black;
}

.mod_img	{
	padding: 0px;
}

.keyword	{
	font-weight: bold;
	font-size: 1.1em;
	color: green;
}

.highlight	{
	background-color: yellow;
	border-radius: 5px;
}

.highlight .keyword	{
	font-family: Pijiu;
	font-size: 1.3em;
}

.button	{
	float: left;
	text-decoration: none;
	background-color: orange;
	color: blue;
	font-weight: bold;
	padding: 3px;
	border: solid 2px blue;
	border-radius: 5px;
	box-shadow: black 2px 2px 6px 2px;
	margin: 5px;
}

.button:hover	{
	background-color: blue;
	color: orange;
	cursor: pointer;
}

#FAQ h1	{
	text-align: center;
	color: black;
	font-size: 1.3em;
}

#FAQ img	{
	vertical-align: top;
}

#FAQ .keyword	{
	font-size: 1.3em;
	color: black;
}

#FAQ .question	{
	font-size: 0.9em;
	border-bottom: solid 2px black;
	margin-bottom: 5px;
	padding-bottom: 5px;
}

#FAQ .answer	{
	margin-top: 3px;
	margin-left: 10px;
	padding-top: 3px;
}

#sunshine	{
	text-align: center;
	background-color: black;
}

#sunshine video	{
	margin: 0 auto;
}

#sunshine .blurb	{
	background-color: orange;
	text-align: left;
	font-size: 0.75em;
	margin-top: 10px;
	padding: 5px;
}

#scifi .book	{
	width: 25%;
	float: left;
	min-width: 120px;
}

#ANNEquotes	{
	clear: both;
	border: solid 1px black;
	padding: 6px;
}

#ANNEquotes .quote	{
	margin: 5px 0px 5px 15px;
	font-style: italic;
}

#ANNEquotes .attribution	{
	font-style: normal;
}

#forsale .book img	{
	float: left;
	margin-right: 15px;
	max-height: 100px;
	border: solid 2px black;
}

#forsale .book img:hover	{
	border: solid 2px orange;
}

#forsale .title	{
	font-size: 1.1em;
	text-decoration: underline;
}

#forsale .more img	{
	height: 25px;
	border: solid 1px black;
}

.title	{
	font-weight: bold;
	margin-bottom: 3px;
}

.bookpic img	{
	height: 80px;
	margin-left: 15px;
	border: solid 2px black;
}

.bookpic img:hover	{
	border: solid 2px orange;
}

.bookpic .smallprint img	{
	height: 50px;
}

.blurb	{
	padding: 5px;
	font-size: 0.85em;
	text-align: left;
}

#ojplfilms	{
	background-color: black;
	padding: 25px 0px;
	box-shadow: 0px 0px 5px 5px orange;
}

#ojplfilms video	{
	max-width: 90%;
	margin: 5px auto;
}

#movies	{
	float: left;
	background-color: black;
}

#ojplalbums .albuminfo	{
	float: left;
	clear: left;
	width: 45%;
	font-size: 0.95em;
}

.albuminfo img	{
	border: solid 2px black;
}

.albuminfo .title	{
	font-weight: bold;
}

.albuminfo a.button	{
	padding: 5px;
	border-radius: 0px;
	background-color: white;
	color: black;
	margin: 5px 0;
	border: solid 2px black;
}

.albuminfo a.button:hover	{
	text-decoration: none;
	color: blue;
}

#ojplalbums .trackinfo	{
	float: left;
	width: 55%;
}

.trackinfo audio	{
	max-width: 100%;
	margin-top: 5px;	
}

#albums	{
	float: left;
	background-color: black;
}

#albums img	{
	width: 50%;
}

#albums a	{
	cursor: pointer;
}

.album	{
	float: left;
	width: 50%;
	text-align: center;
	border: solid 2px black;
	padding: 3px;
	min-width: 120px;
	background-color: white;
}

.movie	{
	float: left;
	text-align: center;
	width: 50%;
	border: solid 2px black;
	padding: 3px;
	min-width: 120px;
	background-color: white;
}

.movie img, .album img	{
	border: solid 2px black;
	margin: 2px auto;
	width: 90%;
}

.movie a	{
	cursor: pointer;
}

.movie .lessbutton, .album .lessbutton	{
	float: right;
	color: blue;
}

#ojplalbums div.lessbutton	{
	border-bottom: solid 2px black;
	text-align: right;
	clear: both;
	padding-bottom: 5px;
	color: blue;
	font-size: 1.0em;
}

.leftcolumn	{
	clear: left;
}

#movie-books	{
	text-align: center;
}

#movie-books img	{
	height: 100px;
}

.portalList	{
	list-style: outside none none;
}

.portalList img	{
	margin-right: 5px;
	border: solid 2px black;
	width: 50px;
	vertical-align: middle;
	margin-bottom: 5px;
}

.portalList .text	{
	display: inline-block;
}

.icecream	{
	text-align: center;
	background-color: black;
	color: white;
}

.icecream h2	{
	color: orange;
}

.icecream video	{
	margin-top: 20px;
	margin-bottom: 20px;
}

#footer	{
	clear: both;
	background: yellow;
	margin-top: 15px;
	border: solid;
	padding: 3px;
	font-weight: bold;
}

#footer	img	{
	height: 1em;
}

#query	{
	width: 100%;
}

.funFactImage	{
	float: left;
	margin-right: 5px;
}

.smallprint	{
	font-size: 0.8em;
/*	font-family: "Lucida Grande","Lucida Sans Unicode","Arial Unicode MS",Helvetica,sans-serif;*/
}

.largeprint	{
	font-size: 1.2em;
}

#content.about	{
	background: url("images/jacobdrive.jpg");
}

#content.branches	{
	background: url("images/orangeplate.jpg");
}

#content.eresources	{
	text-align: left;
	padding: 5px;
	background: purple;
}

#content.eresources a:visited	{
	color: blue;
}

#sidebar.eresources	{
	padding: 5px;
}

#outerside	{
	background-image: url(images/mywallandstuff.jpg);
	height: 800px;
}

.armadillo	{
	position: relative;
	background: url(images/armadillo_background.png);
	padding: 0px;
	height: 396px;
	width: 422px;
}

#armadillo	{
	display: block;
	position: absolute;
	height: 396px;
	width: 422px;
}

#bannerTwo	{
	margin-top: 15px;
	margin-bottom: 5px;
	padding: 5px;
	text-align: left;
	border: solid;
	background: white;		
}

#bannerTwo h1	{
	font-family: Pijiu;
	font-size: 1.5em;
	margin: 0px 0px 0px 5px;
	color: red;
}

#bannerTwo h3	{
	font-family: monospace;
	font-size: 1.2em;
	margin: 0px 0px 0px 5px;
	color: #333333;
}
/*not sure if we need these
#babka	{
	text-decoration: none;
	border: none;
}

#author	{
	text-decoration: none;
	border: none;
}

#crafts	{
	text-decoration: none;
	border: none;
}
*/

div.font	{
	margin-top: 4px;
	border-bottom: solid 2px black;
}

.collections img	{
	float: left;
	border: solid 2px black;
	margin: 5px 5px 5px 0;
	max-width: 33%;
}

#moviePlayer	{
	float: right;
	border: solid;
	padding: 5px;
	background: white;
	font-family: monospace;
}

#sideBar.moviesSide	{
	clear: left;
	float: left;
	width: 240px;
	margin-right:5px;
	margin-bottom: 5px;
	border: solid;
	background: url(images/test.jpg);
	height: 500px;
}

#moviePlayer div.module	{
	width: 500px;
	height: 100px;
	background: url(images/test.jpg);
}

/*admin pages*/
#banner.hooponopono h1	{
	color: #ff6700;
}
#globalNav.hooponopono a.urhere	{
	background-color: #ff6700;
	color: white;
}
#globalNav.hooponopono a.lele	{
	background-color: black;
	color: white;
}
#content.hooponopono	{
	background: #ff6700;
}
#content.hooponopono div.admin_nav .module	{
	background-color: #d5d5d5;
}
.admin_nav ol	{
	margin-left: -10px;
}
#content.hooponopono div.module h1	{
	font-size: 1.3em;
	margin: 0px 0px 5px 0px;
	color: black;
	text-align: center;
	text-decoration: underline black;
}

#content.hooponopono div.module h2	{
	font-size: 1.0em;
	margin: 0px 0px 5px 0px;
	color: #ff6500;
	text-align: center;
}
#content.hooponopono div.module h3	{
	font-size: 1.0em;
	margin: 0px 0px 5px 0px;
	color: green;
}

#content.hooponopono div.module a	{
	text-decoration: none;
	color: blue;
	font-weight: bold;
}

#content.hooponopono div.module a:hover	{
	text-decoration: underline;
}

.hooponopono .note	{
	color: red;
	font-weight: bold;
}
form.sql	{
	border: solid medium black;
	display: inline-block;
	padding: 10px;
	max-width: 100%;
}
.sql ul {
	list-style: outside none none;
	margin-bottom: 0px;
	margin-top: 0px;
	padding: 0px;
}
.sql li {
	margin: 0px;
	padding: 5px;
	border: solid medium black;
}
.fieldname	{
	font-weight: bold;
	font-size: 1.1em;
}
.sql input[type='text']	{
	border: solid 3px #ff6700;
	background-color: lightblue;
	padding: 3px;
	max-width: 100%;
}
.sql input[type='text']:focus	{
	background-color: white;
}
.comment	{
	font-size: 0.9em;
	color: green;
}
.sql select	{
	padding: 3px;
	background-color: white;
	border: solid 3px #ff6700;
}
.hoouna	{
	padding: 5px;
	border-radius: 6px;
	background-color: yellow;
	color: black;
	margin: 10px;
	border: solid medium black;
}
.hoouna:hover	{
	background-color: #ff6500;
	font-size: 1.1em;
}
.sql textarea	{
	border: solid 3px #ff6500;
	background-color: lightblue;
	width: 100%;
}
.sql textarea:focus	{
	border: solid 3px #ff6500;
	background-color: white;
}
.newrow	{
	clear: both;
}
.sql .required	{
	background-color: yellow;
}
.papa .choose	{
	border: solid #ff6500;
	padding: 10px;
}
.papa h3	{
	font-size: 1.0em;
	margin: 0px 0px 5px 0px;
	color: green;
}
.feature	{
	text-align: center;
}
.catalog li.pagination	{
	text-align: center;
	font-size: .95em;
	background-color: #ffc700;
}
.browse	{
	text-align: center;
}
.cloud	{
	margin: 1em 1%;
	padding: 1em;
	line-height: 2.5em;
	border: solid thick #ff6500;
}
/*should change this to be more specific to results lists*/
.catalog h1	{
	font-size: 1.3em;
	margin: 0px 0px 5px 0px;
	color: black;
	text-align: center;
	text-decoration: underline black;
}
.catalog ul	{
	text-align: left;
	border: solid #ff6500;
	list-style: outside none none;
	margin-bottom: 0px;
	margin-top: 0px;
	padding: 10px;
	background-color: lightblue;
	float: left;
	width: 100%;
}
.catalog ul.letterlist	{
	max-width: 400px;
	float: none;
	margin-left: auto;
	margin-right: auto;
}
.catalog li	{
	border: solid;
	padding: 5px;
	background-color: white;
	display: block;
	float: left;
	clear: both;
	width: 100%;
}
.catalog ul.letterlist li	{
	float: none;
}
.catalog h2	{
	font-size: 1.0em;
	margin: 0px 0px 5px 0px;
	color: #ff6500;
	text-align: center;
}
.catalog h3	{
	font-size: 1.0em;
	margin: 0px 0px 3px 0px;
	color: green;
}
.catalog .cover	{
	display: block;
	width: 40px;
	margin-right: 5px;
	float: left;
	text-align: center;
	font-family: Pijiu;
}
.catalog li img	{
	display: block;
	width: 100%;
	height: auto;
}
#sideNav	{
	background-color: #d5d5d5;
	border: solid medium black;
}
#sideNav h2	{
	font-size: 1.1em;
	margin: 0px 0px 3px 0px;
	font-family: Pijiu;
	text-align: center;
	border: solid 2px black;
	border-radius: 4px;
	padding: 3px;
	background-color: white;
}
#sideNav h2 a	{
	color: black;
	font-weight: normal;
}
#sideNav h2:hover	{
	background-color: #ffc500;
}
#sideNav a:hover	{
	text-decoration: none;
}
#sideNav h3	{
	margin: 0px 0px 2px 0px;
	font-size: 0.9em;
	color: green;
}
#sideNav ul	{
	font-size: 0.85em;
	list-style: outside none none;
	margin: 0px 0px 0px 0px;
	padding-left: 15px;
	padding-right: 15px;
	text-align: center;
}
#sideNav li	{
	display: inline-block;
	border: solid 2px black;
	border-radius: 5px;
	padding: 2px;
	background-color: white;
}
#sideNav li.slim	{
	display: block;
}
#sideNav li:hover	{
	background-color: #ffc500;
}
#sideNav ul a	{
	color: black;
	font-weight: normal;
}
#sideNav ul a:hover	{
	background-color: #ffc500;
	text-decoration: none;
}
#sideNav li.urhere	{
	background-color: #ffc500;
}
.catalog ul.apau	{
	text-align: center;
	float: none;
	margin-left: auto;
	margin-right: auto;
	max-width: 250px;
}
.catalog ul.apau li	{
	float: none;
}
.catalog img	{
	float: left;
	margin-right: 10px;
}
.catalog .note {
	color: red;
}
.catalog .headline {
	border: solid 2px #ff6500;
	background-color: mintcream;
	padding: 5px;
	text-align: center;
}
.catalog .headline h2 {
	color: black;
}
.catalog .headline h3 {
	font-weight: normal;
	color: black;
}
.catalog .headline h4 {
	color: green;
	margin: 0px;
	font-family: Pijiu
}
.catalog hr.editions {
	clear: both;
}
.iobox	{
	border: solid 2px #ff6500;
	padding: 10px;
	background-color: mintcream;
	text-align: center;
}
#content.hooponopono div.module div.iobox h2 {
	color: black;
}
.iobox li	{
	display: inline-block;
	margin: 2px;
	padding: 5px;
	border: solid 2px black;
}
ul.editions	{
	border: solid #ff6500;
	list-style: outside none none;
	margin: 0px;
	padding: 0px;
	float: left;
	width: 100%;
}
ul.editions li	{
	border: solid;
	padding: 5px;
	display: block;	
	float: left;
	width: 100%;
}
ul.editions img {
	display: block;
	width: 100%;
	height: auto;
}
ul.editions .cover	{
	display: block;
	width: 40px;
	margin-right: 5px;
	float: left;
	text-align: center;
	font-family: Pijiu;
}
#content.hooponopono div.module ul.editions h3 {
	display: inline;
	color: black;
}
ul.editions a {
	font-size: 0.8em;
	font-weight: bold;
}
ul.holdings {
	list-style: outside none none;
	margin: 0px;
	padding: 0px;
	border: none;
}
ul.holdings li {
	background-color: lightyellow;
}
ul.holdings li.items {
	background-color: mistyrose;
}
li.update {
	background-color: yellow;
}
div.fullinfo {
	text-align: center;
}
ul.fullinfo {
	border: none;
	padding: 0px;
	background-color: transparent;
	text-align: center;
	float: none;
}
ul.fullinfo li {
	display: inline-block;
	margin: 2px;
	padding: 5px;
	border: solid 2px black;
	width: auto;
	clear: none;
	float: none;
	background-color: white;
}
ul.hoopuka {
	padding: 0px;
}
ul.hoopuka h3 {
	text-align: center;
	color: #ff6500;
}
ul.hoopuka h4 {
	display: inline;
}
.io a{
	font-weight: normal;
}
div.miomio {
	border: solid #ff6500 2px;
	padding: 3px;
}
div.miomio h4 {
	margin: 0px;
	font-size: 0.95em;
}
div.miomio a {
	font-weight: normal;
	font-size: 0.85em;
}
div.miomio a.morebutton, div.miomio a.lessbutton {
	font-size: 0.75em;
	font-weight: bold;
	color: black;
}
.insert {
	position: absolute;
	font-size: 0.6em;
	color: red;
	font-weight: normal;
	z-index: 1;
	transform: rotate(0.99turn);
}
.inserttext {
	position: absolute;
	margin-top: -10px;
}
