html, body{
	background-color: #EAEAEA;
}
html, input, select, textarea, p, div{
	font-family: "Trebuchet MS", sans-serif;
	font-size: 12px;	
}

.container{
    background-color: #fff;
    width: 100%;
    max-width: 600px;
    min-height: 300px;
    margin: auto;
    padding: 20px;
    overflow: hidden;
    display: block;
    box-shadow: #949494 9px 8px 20px 0px;
}
.container table{
    padding: 1px;
}
.container select{
    width: 98%;
}
.container b{
    color: red;
}
#bibliar_s{
    width: 98%;
}

#bibliar_r{
    font-size: 22px !important; 
}

#bibliar_r p{
    font-size: 19px;
}