*
{
 display: block;
 background: white;
 color: black;
 font-family: helvetica, sans-serif;
}

archiviopolveroso { background: gray }

computer
{
 margin: 3%;
 border: solid blue 2px;
}

board
{
 margin: 3%;
 border: solid green 2px;
}

model
{
 text-align: left;
 font-size: large;
 padding: 0.2em;
 background: #eee
}

brand
{
 text-align: right;
 border-bottom-width: 1px;
 border-bottom-color: black;
 border-bottom-style: solid;
 padding: 0.2em;
 background: #eee
}

descr, for, link, date, acquisition, avail, software
{
 padding-left: 0.2em;
 padding-right: 0.2em;
}

descr
{
 padding-top: 0.5em;
 padding-bottom: 0.5em;
}

item
{
 border-top: 1px solid black;
 padding-left: 2em;
 padding-right: 1em;
 padding-top: 0.5em;
 padding-bottom: 0.5em;
}

link { color: blue }
for:before { content: "Per " }
date:before { content: "Del " }
owner { font-weight: bold }
acquisition:before { content: "Data di recupero: " }
avail:before { content: "Disponibile: " }
software:before { content: "Software: " }
