{
    $OUT = <<'EOF';


/* This is the stylesheet used as the basis for lshw report.*/

.first {
    font-weight: bold; 
    margin-left: none; 
    padding-right: 1em;
    vertical-align: top; 
}

.second {
    padding-left: 1em; 
    width: 100%; 
    vertical-align: center; 
}

.id {
    font-family: monospace;
}

.indented {
    margin-left: 2em; 
    border-left: dotted thin #dde; 
    padding-bottom: 1em; 
}

.node {
    border: solid thin #ffcc66; 
    padding: 1em; 
    background: #ffffcc; 
}

.node-unclaimed {
    border: dotted thin #c3c3c3; 
    padding: 1em; 
    background: #fafafa; 
}

.node-disabled {
    border: solid thin #f55; 
    padding: 1em; 
    background: #fee; 
}

EOF
}
