.coin{color:#000;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-radius:50%;margin:.25rem;background:#fff;-webkit-animation:c .25s linear infinite;animation:c .25s linear infinite;position:relative;height:7.5rem;width:7.5rem}[data-coins="3"] .coin{height:5.5rem;width:5.5rem}[data-coins=multiple] .coin{height:4.75rem;width:4.75rem}[data-coins=max] .coin{height:4rem;width:4rem}.coin--heads,.coin--tails{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background-size:cover;height:100%;width:100%;position:absolute;top:0;right:0;bottom:0;left:0}.coin--heads{background-image:url(/assets/images/coins/heads.png);-webkit-animation:a .25s linear infinite;animation:a .25s linear infinite}.coin--tails{background-image:url(/assets/images/coins/tails.png);-webkit-animation:b .25s linear infinite;animation:b .25s linear infinite}.coin--flipped{-webkit-animation:none;animation:none}.coin:nth-child(2n) .coin--heads{-webkit-animation:b .25s linear infinite;animation:b .25s linear infinite}.coin:nth-child(2n) .coin--tails{-webkit-animation:a .25s linear infinite;animation:a .25s linear infinite}.coin__results.flipped *{-webkit-animation:none!important;animation:none!important}.coin__results.flipped .coin.heads .coin--tails,.coin__results.flipped .coin.tails .coin--heads{display:none}@-webkit-keyframes a{0%{opacity:1}50%{opacity:1}51%{opacity:0}to{opacity:0}}@keyframes a{0%{opacity:1}50%{opacity:1}51%{opacity:0}to{opacity:0}}@-webkit-keyframes b{0%{opacity:0;-webkit-transform:rotateX(0deg);transform:rotateX(0deg)}49%{opacity:0}50%{opacity:1}to{opacity:1;-webkit-transform:rotateX(179deg);transform:rotateX(179deg)}}@keyframes b{0%{opacity:0;-webkit-transform:rotateX(0deg);transform:rotateX(0deg)}49%{opacity:0}50%{opacity:1}to{opacity:1;-webkit-transform:rotateX(179deg);transform:rotateX(179deg)}}@-webkit-keyframes c{0%{-webkit-transform:rotateX(0deg);transform:rotateX(0deg)}to{-webkit-transform:rotateX(179deg);transform:rotateX(179deg)}}@keyframes c{0%{-webkit-transform:rotateX(0deg);transform:rotateX(0deg)}to{-webkit-transform:rotateX(179deg);transform:rotateX(179deg)}}.info-table{border-spacing:0;border:none;width:100%;text-align:left;word-break:break-word;margin:.75rem 0 1.25rem}.info-table a{color:#3498db;text-decoration:underline}.info-table a:hover{color:#34495e}.info-table a:focus{outline:.0625rem dotted currentColor;outline-offset:.25rem}.info-table__holder{width:100%}.info-table__holder.is-hidden,.info-table tr.is-hidden{display:none}.info-table--no-margin{margin:0}.info-table--no-margin-bottom{margin-bottom:0}.info-table caption{background:#124364;padding:.25rem .5rem;color:#fff;font-size:.875rem}.info-table thead{background-color:#3498db}.info-table th{width:33.33333%;word-break:break-all}.info-table__cell-icon{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.info-table__cell-icon-holder{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex}.info-table__cell-icon svg{color:currentColor;margin-right:.25rem;height:1.125rem;width:1.125rem}.info-table--no-shrink tr td:first-child{white-space:nowrap}.info-table[data-type=double] th{width:50%}.info-table[data-type=rounds] th{width:70%}.info-table[data-type=rounds] th:first-child{width:30%}.info-table[data-type=dice] th{width:25%}.info-table td,.info-table th{padding:.5rem .75rem}.info-table td:not(:first-child),.info-table th:not(:first-child){text-align:center}.info-table tbody tr{color:#34495e}.info-table tbody tr:nth-child(odd){background-color:#f5f5f5}.info-table tbody tr:first-child td:not(:first-child){opacity:0}.info-table tbody.show tr:first-child td:not(:first-child){opacity:1}.info-table tfoot{background-color:#dcdcdc;color:#34495e}.info-table tfoot tr:first-child td:not(:first-child){opacity:0}.info-table tfoot.show tr:first-child td:not(:first-child){opacity:1}.info-table.has-max-height tbody{display:block}.info-table.has-max-height tr{display:-webkit-box;display:-ms-flexbox;display:flex}.info-table.has-max-height tbody{max-height:21.25rem;overflow-y:auto;overflow-x:hidden}.info-table.has-max-height tbody td{width:50%}