/* commenti.css */

div.boxcommento {
    border: 1px dashed #a6976a;
    border-left: 3px solid #a6976a;
    /*background-color: #e1d9c3;*/
    margin: 10px 20px 3%;
    padding: 0 0 0 0;
}

div.boxcommento h4 {
    background-color: #336b73;
    color: #e4dec6;
    margin: 0;
    padding: 0 10px 2px 10px;
    font-size: 110%;
    font-style: italic;
}
div.boxcommento h4 a {
    text-decoration: none;
    color: #e4dec6;
    font-weight: bold;
}

div.boxcommento h4 a:hover {
    text-decoration: underline;
    color: #e4dec6;
}


div.boxcommento p {
    margin: 0 20px 10px;
}

div.boxcommento p.datacommento {
    margin: 0 5px 10px 0;
    font-size: 90%;
    text-align: right;
}