body { background: rgb(255,255,255); width: 18em; overflow-x: hidden; } #listZone { margin-top: 0.5em; } #toFind { width: 95%; background: rgb(255,255,255); color: rgb(0,0,0); border-style: solid; border-color: rgb(0, 0, 0); text-align: center; padding: 0.5em; } #errorZone { border-color: rgb(0,0,0); border-style: dotted; color: red; margin-top: 2em; padding-top: 0.5em; padding-bottom: 0.5em; text-align: center; } .box:hover { background-color: #3EA724; } .box { display: block; cursor: pointer; background-color: #444444; border-radius: 5px; padding: 20px; width: 120px; height: 120px; overflow: hidden; margin: 0 auto; text-align: center; } .thumbImg { width: 64px; height: 64px; margin-left: auto; margin-right: auto; } .title { float: left; clear: left; height: 55px; max-width: 120px; overflow: hidden; color: #ffffff; }