table.hof { width: 100%; }
table.hof tr:hover { background-color: #F4F4F4 }
table.hof td { padding: 14px; border-bottom: 1px solid #CCC }
table.hof td.hof_ava { width: 100px; text-align: center; }
table.hof td.hof_img { width: 90px; text-align: center; }
table.hof td img { border-radius:2px; }

.hof_cont {text-align:center; background:#F9F9F9;}
.annoBig { font-size: 3em; display:block; padding:1em;}
  
.hof_row { margin:1.2em; padding:1em 3em 1em 3em; border:1px solid #CCC; border-radius:7px; display:inline-block; 
        background:#FFFFFF;}
.hof_rowTorneo { border:1px solid #666; }

.hof_row .hof_ava_cont img { max-height:80px; border-radius:.3em; }
.hof_row .hof_imgmap img {border-radius:50%;}

.hof_row .hof_data a { color:#333; text-decoration:none}
.hof_row .hof_data a:hover { text-decoration:underline}
.hof_rowTorneo .hof_data a { color:#000;}

.hof_row .hof_username {  max-width: 100%;}
