#table-wrapper{margin:auto;width:100%}#playertables{display:flex;flex-wrap:wrap;justify-content:center;position:relative}.playertable{background-color:rgba(232,249,241,.51);border-radius:10px;box-sizing:border-box;margin:15px;padding:10px;position:relative;text-align:center;transition:box-shadow .2s;width:320px}.active-player-table{-webkit-box-shadow:inset 0 0 0 3px #1ea02a;box-shadow:inset 0 0 0 3px #1ea02a}.playertable-head{font-weight:700;height:30px}.playertable-footer,.playertable-head{align-items:center;display:flex;justify-content:center}.playertable-footer{height:70px}.table-head-ladybug{background-image:url(img/ladybug_shadow.png);background-position:0 0;height:43px;position:absolute;right:20px;top:3px;width:42px}.my-hand{height:62px;width:62px}#tilesarea{display:flex;justify-content:center;width:100%}#stack-wrap{position:relative}#game_info_wrapper,#stack{flex-basis:20%;flex-grow:0;flex-shrink:0}#game_info_wrapper,#stack-image{position:relative}#stack-image{background-image:url(img/clover_back.png);background-position:0 -248px;height:62px;margin:0 auto;width:62px}#stack-image.cathala{background-image:url(img/cathala.png);background-position:50%;background-repeat:no-repeat;background-size:contain;filter:drop-shadow(0 0 4px #000000);height:80px;width:80px}#stack-amount{color:#f8d94d;font-size:14px;font-variant:none}#round_count_wrapper{color:#f8d94d;font-size:18px;font-weight:700;text-align:center}#ln_logo{background:url(img/ln_logo_sm.png) no-repeat scroll 0 0;height:80px;margin:10px auto;width:134px}#table_area_wrapper{background-image:url(img/table_background_1220_922_2.jpg);background-position:0 100%;background-size:100%;border-radius:10px;-webkit-box-shadow:5px 5px 7px -1px #000;box-shadow:5px 5px 7px -1px #000;display:flex;max-width:1220px;width:95%}#open_table_wrapper{flex-grow:1;position:relative}#table_clicker{cursor:pointer;height:100%;position:absolute;width:100%;z-index:100}.open-table-zone-topic{color:#f8d94d;font-size:22px;font-variant:small-caps;font-weight:700;padding:5px;text-align:center}#open_table_zone{width:100%;z-index:1}.tile-purple{color:#b282b9}.tile-red{color:#f08483}.tile-green{color:#86bf4a}.tile-yellow{color:#f8b340}.playerboard{background-image:url(img/player_board_300.png);display:inline-block;height:300px;position:relative;width:300px}.tilespace{box-sizing:border-box;height:62px;position:absolute;width:62px;z-index:10}.select-border{border:2px dotted #08ff21}.clickable-space{border-radius:5px;cursor:pointer;transition:background-color .2s}.clickable-space:hover{background-color:hsla(0,0%,100%,.35);border-radius:5px}.clickable-stack{cursor:pointer}.tile{background-image:url(img/tiles.png);background-repeat:no-repeat;box-sizing:border-box;filter:drop-shadow(0 0 4px #000000);height:62px;position:absolute;width:62px}.selected-tile{outline:2px solid #b8860b;outline-offset:1px}.stockitem_selected{border:2px solid gold!important}.element-invisible{display:none!important}#brunos_variant_wrapper{background:#f4a460;background:linear-gradient(159deg,#f4a460,rgba(50,119,36,0) 0,#fccb5c 50%,rgba(252,203,92,0));bottom:-10px;position:absolute;width:100%}.brunos_variant{color:#1e543c;cursor:help;display:table;font-size:16px;font-weight:700;margin:0 auto}#cathala{background-image:url(img/cathala.png);background-repeat:no-repeat;background-size:contain;filter:drop-shadow(0 0 4px #000000);height:100px;position:absolute;right:0;top:0;width:100px}.cathala-example{background-image:url(img/cathala_example.png);height:165px;width:189px}.question_mark{background-image:url(img/questionmark.png);display:inline-block;height:14px;vertical-align:-2px;width:15px}.inner_shadow{-webkit-box-shadow:inset 0 0 25px 7px #fff;box-shadow:inset 0 0 25px 7px #fff}.zoom_in_and_out{animation:zoom-in-zoom-out 1s ease}@keyframes zoom-in-zoom-out{0%{transform:scale(1)}50%{transform:scale(1.4)}to{transform:scale(1)}}.is_hidden{display:none}