body { background: rgb(255,255,255); width: 18em; overflow-x: hidden; min-height: 2.5em; } #listZone { padding-top: 2.5em; } #toFind { position: fixed; top: 0.5em; z-index: 100; width: 90%; 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; } .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; }