.biblioteca {
    color: #000000;
    font-size: 11px;
    font-family: verdana, arial, helvetica, sans-serif;
    background-color: yellow;
    padding: 10px;
    margin: 10px;
    margin-top: 20px;
    width: 95%;
}

.livros {
    color: #000000;
    font-size: 11px;
    font-family: verdana, arial, helvetica, sans-serif;    
    margin-top: 10px;
    width: 95%;
}

.livros tr.detalhe{
	background-color: #E4E9EE;
}

.livros tr.detalheDestaque{
	background-color: #D1DDE9;
}

.livros tr.head{
    color: white;
	text-align:center;	
	font-weight: bold;
	background-color: green;
}


