<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.widget-modal-rush .game-container {

    display: inline-block;

    width: auto;
    height: auto;

    margin: 0 0 0 0;
    padding: 0 0 0 0;

    text-align: left;
    vertical-align: top;

}

/* Play Area - START */

.game-container .game-play {

    display: inline-block;

    width: auto;
    height: auto;

    margin: 0 0 0 0;
    padding: 0 0 0 0;

    background: #ffffff;

    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;

    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 16px;
    color: #000;

}

.game-play .game-title {

    display: block;

    width: auto;
    height: auto;

    margin: 7px 0 30px 0;
    padding: 0 0 0 0;

    text-align: center;

    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 16px;
    color: #000;
}


.game-play .game-title .title-text { font-size: 20px; font-weight: 600; line-height: 27px; text-transform: uppercase; }
.game-play .game-title .subtitle-text { font-size: 14px; color: #888888; font-weight: 500; line-height: 16px; }


.game-play .game-command {

    display: inline-block;
    position: absolute;

    width: auto;
    height: auto;

    margin: -40px 0 0 194px;
    padding: 0 0 0 0;
        
}

.game-command a.command-magic {

    display: inline-block;

    width: 36px;
    height: 36px;

    border: 1px solid #009862;
    border-radius: 5px;

    background: transparent url(/Media/widgets/widget-rush/TYPE-A/img/command-magic.png) center center no-repeat;
    z-index: 2;

}
.game-command a.command-magic:hover { background-color: #d5fcee; }
.game-command a.command-magic.disabled { background-color: #f7f7f7; cursor: not-allowed; }

/* Play Area - END */



/* Play Table - START */

.game-play .game-table {

    display: table;

    width: auto;
    height: auto;

    margin: 0 auto;
    padding: 0 0 0 0;

}

.game-table .game-row {

    display: table-row;

    width: auto;
    height: auto;

    margin: 0 0 0 0;
    padding: 0 0 0 0;

}

.game-table .game-row .game-cell {

    display: table-cell;

    width: auto;
    height: auto;

    margin: 0 0 0 0;
    padding: 0 9px 12px 0;

    vertical-align: top;
    text-align: left;

    *border: 1px solid gray;

}
.game-table .game-row .game-cell:first-child { padding-right: 27px; }

.game-table .game-row .game-cell div.cell-symbol {

    display: inline-block;

    width: 43px;
    height: 42px;

    margin: 0 0 0 0;
    padding: 0 0 0 0;

    background-repeat: no-repeat;
    background-color: none;

}
.game-table .game-row .game-cell div.cell-symbol.spade { background-image: url(/Media/widgets/widget-rush/TYPE-A/img/card-spade.png); }
.game-table .game-row .game-cell div.cell-symbol.heart { background-image: url(/Media/widgets/widget-rush/TYPE-A/img/card-heart.png); }
.game-table .game-row .game-cell div.cell-symbol.club { background-image: url(/Media/widgets/widget-rush/TYPE-A/img/card-club.png); }
.game-table .game-row .game-cell div.cell-symbol.diamond { background-image: url(/Media/widgets/widget-rush/TYPE-A/img/card-diamond.png); }


.game-table .game-row .game-cell a.cell-field {

    display: inline-block;

    width: 43px;
    height: 42px;

    padding: 12px 0 0 0;
    margin: 0 0 0 0;

    border: 1px solid red;

    border-top: none;
    border-left: 1px solid #fafafa;
    border-right: 1px solid #dddddd;
    border-bottom: 1px solid #d0d0d0;

    border-radius: 5px;

    background-color: #fff;
    box-shadow: 1px 2px 2px #e9e9e9;

    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    color: #888888;
    font-weight: 600;

    text-align: center;
    vertical-align: middle;

}

.price-table .price-row.cell-bigger-4 .price-cell a.cell-field { width: 50px; }
.price-table .price-row.cell-bigger-5 .price-cell a.cell-field { width: 57px; }

.game-table .game-row .game-cell .cell-field.on {
    background-color: #009862;
    color: #fff;
}

.game-table .game-row .game-cell a.cell-field:hover { background-color: #d5fcee;}

.game-table .game-row .game-cell .cell-field.on:hover { background-color: #009862; }

.game-table .game-row .game-cell a.cell-field.disabled {

    background-color: #f7f7f7;
    cursor: not-allowed;

}

/* Play Table - END */


/* Command Area - START */

.widget-modal-rush .command-container {

    display: block;

    width: auto;
    height: auto;

    margin: 15px 0 5px 0;
    padding: 0 0 0 0;

    text-align: center;

}

/* Command Area - END */</pre></body></html>