/* Empty. Add your own CSS if you like */ .pList-scroll{   position: absolute; top: 40px!important; bottom: 0; left: 0; right: 0; } ul{ width: 80%; margin: 0 auto ; font-size: 22px; } ul:nth-child(3){ height: 120px; } ul:nth-child(5){ height: 150px; } ul:nth-child(7){ height: 210px; } ul:nth-child(9){ height: 150px; } li{ text-align: center; border: 1px solid black; float: left; height: 30px; line-height: 30px; } li:nth-child(4n-3){ font-weight: bold; width: 30%; } li:nth-child(4n-2){ width: 30%; } li:nth-child(4n-1){ font-weight: bold; width: 30%; } li:nth-child(4n){ width: 10%; } .line{ width: 80%; line-height: 30px; font-size: 22px; text-align: center; height: 30px; background: pink; border: 1px solid black; margin: 0 auto; float: left; margin-left: 108px; }