#playground{position:absolute;top:0;height:70%;width:80%;border-bottom:1px solid #aaa;overflow:auto}#playground #grid{position:absolute;top:50%;left:50%;margin-right:-50%;transform:translate(-50%, -50%);border-collapse:collapse}#playground #grid td{height:50px;width:50px;padding:2px}#playground #grid td .bubble{position:absolute;height:46px;width:46px;cursor:default;background-color:gray;border:4px solid #111;border-radius:50%;transition:all .3s ease}#playground #grid td .bubble.clickable{cursor:pointer}#playground #grid td .bubble.shrink{transform:scale(0%);opacity:0}#leaderboard{position:absolute;top:0;right:0;bottom:0;width:20%;border:1px solid #aaa;overflow-y:auto;padding:12px;font-size:16px}#leaderboard p{font-size:1.1em}#leaderboard table{width:100%}#leaderboard table tr:nth-child(odd) td{background-color:rgba(0,0,0,0.1)}#leaderboard table tr td{padding:4px 10px;width:100%}#leaderboard table tr td:first-child{width:20px}#leaderboard table tr td:last-child{text-align:right}#controls{position:absolute;left:0;right:20%;bottom:0;height:30%;border-bottom:1px solid #aaa;overflow:auto;padding:14px}#controls #score{font-size:24px}#controls #switch-sounds{position:absolute;top:14px;right:14px}#controls #switch-sounds i.material-icons{position:absolute;top:2px;left:-36px;font-size:28px;color:#666}#controls #switch-language{position:absolute;top:60px;right:14px}#controls #switch-language img{width:24px;margin-top:6px;margin-right:4px;filter:saturate(60%)}#controls #game-rules{width:80%}.modal{margin-top:10%}.modal .modal-title{font-weight:bold}.modal#game-lost .modal-body p{font-size:6em;text-align:center}.modal#game-win .not-eligible-score,.modal#game-win .eligible-score{display:none}#dictionary{display:none}