#container { background:black; min-width:600px; } .flip { margin:0 auto; width:400px; height:40px; color:yellow; padding-top:0px; } .price-div { font:12px tahoma,Arial,Verdana,sans-serif; } .price-div > div,.total-price > div { float:left; text-align:center; } .price-icons { background:dimgrey; width:25px; height:30px; line-height:30px; font-size:26px; font-weight:bold; float:left; margin-right:2px; } .price-icon { background:dimgrey; width:28px; height:45px; line-height:48px; font-size:28px; font-weight:bold; float:left; margin-right:5px; } .price-div .number { background:dimgrey; width:25px; height:45px; line-height:48px; font-size:40px; font-weight:bold; overflow:hidden; margin-right:1px; } .price-div .sign { font-size:40px; font-weight:bold; line-height:68px; height:48px; }