<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.SearchBiblio
	{
	display:flex;
	flex-direction:row;
	align-items:center;
	
	margin-bottom:8px;
	width:100%;
	}

.InputBiblio
	{
	height :20px;
	padding:10px;
	margin-right:1%;
	
	border-radius: 5px;
	border: 1px solid #999999;
	
	width:300px;
	}
	
.IconeSearchBiblio 
	{
	width:30px;
	height:30px;
	
	cursor:pointer;
	}

.CheckBiblio 
	{
	display:flex;
	flex-direction:row;
	align-items:center;	

	margin-bottom:16px;

	font: 16px Arial,serif;
 	color: #000000;
	}

.LabelCheckBiblio
	{
	margin-left:8px;
	margin-right:8px;
	}

.Biblio
	{
	display:none;
	
	padding:12px 20px;	
	margin-bottom:16px;
	
	border:1px solid #F2F3F3;
	} 
	
.BiblioLst div
	{
	margin-bottom:12px;
	}
	
.BiblioTitle
	{
	padding-top:4px;
	padding-bottom:4px;
	margin-bottom:16px;
	
	font: 16px Arial,serif;
 	color: #000000;
 	font-weight:bold;
	}
	
.BiblioLink
	{
	text-decoration:none;
	font: 16px Arial,serif;
	color:#0073BB;
	}
	
.BiblioLink:hover
	{
	text-decoration:underline;
	}
	
/* SMARTPHONE  ************************/
@media only screen and (max-width:480px)
	{	
	.InputBiblio
		{
		width:98%;
		}
	}
</pre></body></html>