.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width:768px) {
    .container {
        width: 750px
    }
}

@media (min-width:992px) {
    .container {
        width: 970px
    }
}

@media (min-width:1200px) {
    .container {
        width: 1170px
    }
}

.no-text-select {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none
}

body {
    font-family: Univers, Arial, sans-serif;
    background-color: #000
}

a {
    text-decoration: none
}

a:link {
    color: #b9b5b9
}

a:hover {
    color: #fff
}

.backdrop {
    fill: #aaa
}

.board-border {
    fill: #606060
}

.board-square {
    stroke-width: .05;
    stroke: #000
}

.board-square.dark {
    fill: #888
}

.board-square.light {
    fill: #eee
}

.piece {
    stroke-width: .12
}

.piece.dark {
    fill: #4b4b50;
    stroke: #2f2f2f
}

.piece.light {
    fill: #f00;
    stroke: #d40000
}

.pip {
    stroke: none
}

.pip.dark {
    fill: #060606
}

.pip.light {
    fill: #ed2220
}

.star-a {
    stroke: none
}

.star-a.light {
    fill: #e40000
}

.star-a.dark {
    fill: #2e2e2e
}

.star-b {
    stroke: none
}

.star-b.light {
    fill: #d70000
}

.star-b.dark {
    fill: #1c1c1c
}

.crown-a {
    stroke: none
}

.crown-a.light {
    fill: #e70000
}

.crown-a.dark {
    fill: #2e2e2e
}

.crown-b {
    stroke: none
}

.crown-b.light {
    fill: #e10000
}

.crown-b.dark {
    fill: #252525
}

.crown-c {
    stroke: none
}

.crown-c.light {
    fill: #e60000
}

.crown-c.dark {
    fill: #2d2d2d
}

.piece-button-layer {
    stroke-width: .24;
    stroke: transparent;
    fill: transparent
}

.piece-button-layer.welcome:hover {
    stroke: transparent;
    fill: #008000;
    fill-opacity: .25;
    cursor: pointer
}

.square-button-layer {
    stroke: none;
    fill: transparent
}

.square-button-layer.welcome:hover {
    fill: #008000;
    fill-opacity: .25;
    cursor: pointer
}

.ghost-piece {
    opacity: .48;
    pointer-events: none
}

.picked-up-piece {
    pointer-events: none
}

.no-pointer-events {
    pointer-events: none
}

#top-chrome {
    background: #ff0
}

.player-panel-backdrop.dark {
    fill: #808080;
    stroke: none
}

.player-panel-backdrop.light {
    fill: #d3d3d3;
    stroke: none
}

.turn-indicator {
    fill: #008000;
    stroke: #000;
    stroke-width: .02
}

.turn-indicator.ending-turn {
    opacity: .3
}

.no-symbol.dark {
    fill: #f00
}

.no-symbol.light {
    fill: #000
}

.jump-indicator-arrow {
    fill: #eee;
    stroke-width: .02;
    stroke: #aaa
}

.side-chrome-backdrop {
    fill: #000
}

.button .button-body rect {
    stroke: #a1a1a1;
    stroke-width: 2px;
    fill: #808080
}

.button text {
    fill: #eee;
    pointer-events: none;
    text-anchor: middle;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none
}

.button.enabled {
    cursor: pointer
}

.button.disabled .button-body rect {
    stroke: #555;
    fill: #404040
}

.button.disabled text {
    fill: #777
}

.button.rush-button .button-body rect {
    fill: #d9dbeb;
    stroke: #a4a4a4
}

.rush-button-glyph {
    pointer-events: none
}

.rush-button-glyph .ring {
    stroke: #f00;
    fill: none
}

.rush-button-glyph .slash {
    fill: #f00;
    stroke: none
}

.game-over-panel text {
    fill: #eee;
    pointer-events: none;
    text-anchor: middle;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none
}

.game-over-panel-backdrop {
    fill: #3971d0;
    stroke-width: 5px;
    stroke: #000;
    cursor: pointer
}

.player-name-label {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none
}

.player-name-label.my-turn {
    font-weight: bold
}

.player-name-label.dark {
    fill: #fff
}

.player-name-label.light {
    fill: #000
}

.clock-display {
    font-family: monospace;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none
}

.clock-display.dark {
    fill: #fff
}

.clock-display.light {
    fill: #000
}

.thinking-indicator .segment.even {
    fill: #25bdff
}

.thinking-indicator .segment.odd {
    fill: #20a5ed
}

.thinking-indicator .border {
    fill: none;
    stroke: #a4a4a4;
    stroke-width: 3px
}

.hint-arrow {
    pointer-events: none;
    fill: #56fffa;
    stroke: #000;
    stroke-width: .02
}

.hint-arrow.high {
    opacity: .75
}

.hint-arrow.low {
    opacity: .1
}

.last-move-indicator {
    pointer-events: none;
    opacity: .1
}

.last-move-indicator.dark {
    fill: #000;
    stroke: none
}

.last-move-indicator.light {
    fill: #f00;
    stroke: #000;
    stroke-width: .02
}

.game-log-entry {
    font-family: monospace
}

.game-log-entry text {
    fill: #000
}

.game-log-entry-backdrop {
    stroke: none
}

.game-log-entry-backdrop.even {
    fill: #dedede
}

.game-log-entry-backdrop.odd {
    fill: #d1d1d1
}

.scroll-button-glyph {
    fill: #bbb;
    pointer-events: none
}

.power-meter-backdrop {
    fill: none;
    stroke: #bbb;
    stroke-width: 2px
}

.power-meter-side {
    stroke: none
}

.power-meter-side.light {
    fill: #f00
}

.power-meter-side.dark {
    fill: #333
}

.power-meter-center-mark {
    stroke: rgba(187, 187, 187, 0.89);
    stroke-width: 1px;
    stroke-linecap: round;
    stroke-dasharray: 1, 3
}

.draw-countdown-indicator-backdrop {
    fill: #ffd700;
    stroke: none
}

.draw-countdown-indicator text {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none
}

.draw-countdown-indicator .countdown-value {
    font-family: monospace;
    fill: #000
}

.draw-countdown-indicator .countdown-caption {
    fill: #333
}

.modal-background {
    position: fixed;
    z-index: 99999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.4)
}

.modal-header {
    padding: 2px 16px;
    background-color: #5c79b8;
    color: #fff
}

.modal-header h2 {
    margin-top: 3px
}

.modal-body {
    padding: 2px 16px;
    background-color: #ebebeb
}

.modal-footer {
    padding: 2px 16px;
    background-color: #5c79b8;
    color: #fff;
    text-align: right
}

.modal-footer button {
    font-size: large;
    height: 40px;
    width: 100px;
    margin-left: 10px;
    margin-top: 7px;
    margin-bottom: 5px;
    cursor: pointer
}

.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: 15% auto;
    padding: 0;
    border: 4px outset #10b;
    width: 560px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: .2s;
    animation-name: animatetop;
    animation-duration: .2s
}

.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer
}

.player-selector {
    font-size: x-large;
    vertical-align: top;
    margin-top: 20px;
    margin-left: 20px;
    width: 280px;
    height: 50px;
    cursor: pointer
}

.variation-selector {
    font-size: x-large
}

.variation-selector label {
    display: inline-block;
    float: left;
    clear: left;
    width: 98px;
    padding-right: 12px;
    text-align: right
}

.variation-selector select {
    font-size: x-large;
    display: inline-block;
    float: left
}

.general-settings {
    margin-top: 10px;
    height: 60px
}

div.plays-first {
    float: right;
    margin-top: 22px;
    width: 125px
}

.plays-first {
    font-size: large
}

.plays-first input {
    position: relative;
    vertical-align: bottom;
    top: 6px;
    width: 30px;
    height: 30px;
    cursor: pointer
}

@-webkit-keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }
    to {
        top: 0;
        opacity: 1
    }
}

@keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }
    to {
        top: 0;
        opacity: 1
    }
}

/*# sourceMappingURL=main.min.css.map */