/*Almanacco Penelope iltelaiodipenelope.it */    
body {
background-color:transparent;
overflow:hidden;
padding:0;
margin: 0;
}
.box-img{
position: relative;
background-image: url('/gadget/almanacco/tag/images/viola.png');
background-position: center;
background-repeat: no-repeat;
background-size: cover;
width: 146px; 
height: 456px;
text-align: center;
box-sizing: border-box;
}  
.box-contenuto {
display: flex;
flex-direction: column;
align-items: center;
position: absolute;
padding: 0px;
top: 72px;
left: 8px;
width: 130px;
height: 374px;
box-sizing: border-box;
}
.almanacco{
position: absolute;
text-align: center; 
font-family: "Verdana", sans-serif;
line-height: 1.3;
font-size: 10px;
color: #8a6996; 
margin: auto;
}
.titolo {
font-family: "Verdana", sans-serif;
line-height: 1.3;
font-size: 10px;
color: #8a6996;
font-weight: bold;
margin-bottom: 3px;
}
.testo {
font-family: "Verdana", sans-serif;
line-height: 1.3;
font-size: 10px;
color: #8a6996;
margin-top: 8px;
margin-bottom: 4px;
margin-left: auto;
margin-right: auto;
text-align: center;
}
.testo-zodiaco {
font-family: "Verdana", sans-serif;
line-height: 1.3;
font-size: 10px;
color: #8a6996;
margin-top: 2px;
margin-bottom: 2px;
margin-left: auto;
margin-right: auto;
text-align: center;
}
.testo_strong {
font-family: "Verdana", sans-serif;
line-height: 1.3;
font-size: 10px;
color: #8a6996;
font-weight: bold;
margin-top: 8px;
margin-bottom: 0px;
}
.titolo-mesi {
font-family: "Verdana", sans-serif;
line-height: 1.3;
font-size: 10px;
color: #8a6996;
font-weight: bold;
margin-top: 6px;
margin-bottom: 1px;
margin-left: auto;
margin-right: auto;
text-align: center;
}
.testo-mese {
width: 98%;
height: 70px;
margin: auto;
display: flex;
align-items: center;
justify-content: center;
text-align: center;
font-family: "Verdana", sans-serif;
line-height: 1.3;
font-size: 10px;
color: #8a6996;
font-style: italic;
overflow: hidden;
white-space: pre-line;
}
.telaio-credits {
position: absolute;
width: 60px;
bottom: 10px;
left: 50%;
transform: translateX(-50%);
}  
a:link { 
text-decoration: none; 
cursor:nw-resize;
font-family: "Verdana", sans-serif; 
font-size: 9px;
color: #8a6996; 
}
a:visited { 
text-decoration:none; 
cursor:nw-resize;
font-family: "Verdana", sans-serif; 
font-size: 9px;
color: #8a6996; 
}
a:hover {
text-decoration: underline; 
color: #6f5478;
}