@charset 'windows-1251';
/* CSS Document 
c15641 -> a34600 
c1b4ad -> a59a95 
*/
*
{
    text-align: left;
    /*  color: #100a0b;*/
}

.page-wrap
{
    padding-top: 0 !important;

    background-color: #1b0000;
}


.container
{
    width: 1200px !important;
    padding-left: 15px !important;
    /*margin:0 !important;*/
}

.ui-selectmenu-button.ui-button
{
    width: 49.6% !important;
    padding: 4px 10px !important;

    border: none !important;
    border-bottom: solid 1px #83524a !important;
    border-radius: 0 !important;
    background-color: #36221e !important;
}

#g-recaptcha
{
    display: inline-block !important;

    margin-top: 5px;
}

.content-wrapper
{
    background-color: #1b0000  !important;;
}


.dc_button
{
    display: inline-block;

    width: 138px !important;
    margin: 0 2px 2px 0;
    padding: 2px 3px;

    transition-duration: 200ms;
    transition-property: background-color;
    text-align: center;

    color: #100a0b;
    border: solid 1px #83524a;
    border-radius: 4px;
    background-color: #9f9f9f;
}

.dc_bigico
{
    font-size: 1.5em;
}

.dc_export
{
    font-size: .8em !important;

    height: 300px;
    padding: 5px;

    white-space: pre-line;

    color: #100a0b;
    border: solid 1px #100a0b;
    background-color: #9f9f9f;
}

.select2-selection__choice
{
    color: #1b0000;
}

.dc_point
{
    cursor: pointer;
}

.dc_ib
{
    display: inline-block;
}

.dc_fl
{
    float: left;
}


.dc_fr
{
    float: right;
}

.dc_card
{
    overflow: hidden;

    width: 180px;
    height: 251px;

    transition-duration: 200ms;
    transition-property: filter;

    filter: saturate(.7);
}

.dc_card > img
{
    border-radius: 5%;
}

.dc_cardsmall
{
    overflow: hidden;

    width: 150px;
    height: 244px;
}

.dc_cardsmall > img
{
    border-radius: 5%;
}

.dc_cardintext
{
    cursor: pointer;
}

.dc_card:hover
{
    filter: saturate(1.5);
}


.dc_gs
{
    transition-duration: 200ms;
    transition-property: filter,opacity;

    box-shadow: none !important;

    filter: brightness(.6);
}

.dc_gs:hover
{
    filter: brightness(.9);
}

.dc_attr_r
{
    width: 30px;
}


.dc_classsel
{
    font-size: 2.2em;
    line-height: 117px;

    width: 200px;
    height: 117px;

    text-align: center;

    color: #fff;
    text-shadow: 1px 1px 2px #000, 0 0 4px #000;
}

.dc_classes
{
    font-size: 2.2em;
    line-height: 40px;

    width: 200px;
    height: 117px;
    margin: 6px;
    padding-top: 15px;

    text-align: center !important;

    color: #e7e7e7;
    text-shadow: 1px 1px 2px #000, 0 0 4px #000;
}

.dc_butactive
{
    font-weight: bold;

    width: 140px;
    margin: 4px;
    padding: 4px;

    transition-duration: 200ms;
    transition-property: background-color,color;
    text-align: center;

    color: #843426;
    border: solid 2px #843426;
    border-radius: 4px;
}

.dc_but
{
    width: 140px;
    margin: 4px;
    padding: 4px;

    transition-duration: 200ms;
    transition-property: background-color,color;
    text-align: center;

    color: #100a0b;
    border: solid 1px #a88f87;
    border-radius: 4px;
    background-color: #9f9f9f;
}

.dc_noresults
{
    font-size: 2em;
    font-weight: bolder;
    line-height: 300px;

    width: 100%;
    height: 300px;

    text-align: center;
    vertical-align: middle;

    color: #b3b3b3;
}

.dc_clsselico
{
    position: relative;
    top: 12px;
    left: 125px;
}

.dc_classes:hover
{
    color: #fff;

    filter: grayscale(0);
}

.select2-container
{
    margin-bottom: 1px !important;
}

.dc_srt
{
    position: relative;

    padding-right: 15px;
}

.dc_srt img
{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    margin: auto;
}


.dc_srt:hover
{
    filter: grayscale(0);
}



.dc_page
{
    font-size: 12px;
    line-height: 15px;

    width: 17px;
    height: 17px;
    margin-right: 4px;
    padding: 2px;

    transition-duration: 200ms;
    transition-property: background-color, color;
    text-align: center;

    color: #dfd7c1;
    border-radius: 4px;
    background-color: #36221e;
}

#curclass
{
    display: inline-block;
    overflow: hidden;

    width: 200px;
    margin-right: 3px;
}



.dc_page:hover
{
    color: #36221e;
    background-color: #dfd7c1;
}

.dc_page:active
{
    color: #000;
    background-color: #fff;
}

.rotatedout
{
    background: rgba(200, 95, 32, .3);
}


.dc_curve
{
    position: relative;

    display: inline-block;

    width: 31px;
    height: 139px;
    margin-left: 2px;

    border-bottom: solid 1px #a88f87;
    border-radius: 0 !important;
    background-color: #36221e;
}

.dc_curve_overlay
{
    position: absolute;
    z-index: 10;
    bottom: 0;

    display: block;

    width: 31px;

    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 40%,rgba(46, 43, 41, .5) 100%);
}

.dc_curveactive
{
    position: relative;
    bottom: 0;

    text-align: center;
    vertical-align: bottom;
}


.dc_grad_overlay
{
    position: absolute;
    z-index: 1;
    bottom: 0;

    display: block;

    width: 280px;
    height: 30px;
}

.dc_pict_overlay
{
    position: absolute;
    z-index: 0;
    bottom: 0;

    display: block;

    width: 280px;
    height: 30px;
}

.dc_w31p
{
    width: 32.6%;
}

.dc_w46p
{
    width: 48.7%;
}

.dc_sortsel
{
    font-size: .75em;
    line-height: 28px;

    width: 85px;
    height: 28px;
    margin-bottom: 1px;
    margin-left: 2px;

    text-align: center;

    color: #100a0b;
    border: solid 1px #a88f87;
    border-radius: 4px;
    background-color: #9f9f9f;
}

.dc_saver,
.dc_fltr_round
{
    font-size: 1.5em;
    line-height: 1.2em;

    width: 1.3em;
    height: 1.3em;
    margin-right: 5px;

    text-align: center;
    vertical-align: top;

    color: #111;
    border-radius: 1em;
    background-color: #83524a;
}

.dc_fltr_round > img
{
    filter: invert(1);
}

.dc_fltr
{
    margin-right: 5px;
}

.dc_saver img
{
    /* filter: invert(85%);*/
}

.dc_widesaver
{
    width: 99% !important;
}

.dc_attr_f
{
    margin: 2px;
}

.dc_cardsindeck:hover
{
    background-color: #dfd7c1;
}

.dc_cardsindeck:active,
.dc_saver:active
{
    background-color: #fff;
}



.dc_squarenum
{
    margin: 0 0 3px 2px;

    border-radius: 4px;
}

.dc_manasmallgroup
{
    line-height: 15px !important;

    width: 47px !important;

    text-align: center !important;
}

.dc_manacostverysmall
{
    line-height: 15px !important;

    width: 15px !important;
    height: 15px !important;

    vertical-align: middle !important;
}

.dc_manacostsmall
{
    line-height: 23px !important;

    width: 23px !important;
    height: 23px !important;

    vertical-align: middle !important;
}


.dc_manacost
{
    font-size: .85em;

    display: inline-block;

    width: 29px;
    height: 29px;
    margin-left: 4px;

    text-align: center;
    vertical-align: top;

    color: #fff;
}

.dc_shade
{
    box-shadow: 1px 1px 5px 1px rgba(0,0,0,.5);
}

.dc_shade_font
{
    text-shadow: 1px 1px 2px rgba(0,0,0,.5);

    filter: brightness(1.4);
}

#leftwrap
{
    float: left;

    width: 920px;
}

#chartdiv
{
    margin-right: 6px;
}

#bardiv
{
    margin-top: 7px;
}

#chartdiv,
#bardiv
{
    float: right;

    width: 280px;

    vertical-align: top !important;
}

#cardsnum
{
    font-size: 3em;

    width: 180px;

    text-align: center;
}

#thedeck
{
    position: relative;

    display: inline-block;

    width: 280px;
    min-height: 600px;
    margin-bottom: 5px;
    padding-bottom: 35px;

    border-radius: 5px;
    background-color: #36221e;
}

#smartsrchfltr
{
    margin-right: 5px;
    padding-left: 5px;

    cursor: text;

    border-top: none;
    border-right: none;
    border-bottom: 1px solid #83524a;
    border-left: none;
    border-radius: 0;
}

.select2-container--default .select2-selection--single
{
    border-top: none !important;
    border-right: none !important;
    border-bottom: 1px solid #774b43 !important;
    border-left: none !important;
    border-radius: 0 !important;
}

#expandededfilter
{
    display: none;
}


.dc_bigsavebutton
{
    line-height: 33px;
    /* position: absolute; */
    /* bottom: 0; */

    display: inline-block;

    width: 49.5%;
    height: 33px;
    margin-top: 7px;

    cursor: pointer;
    text-align: center;

    color: #beb9b2;
    border-radius: 5px;
    background-color: #843426;
}

.dc_bigsavebutton > img
{
    filter: invert(.8);
}

.dc_bigsavebutton:hover
{
    filter: brightness(1.3);
}

.dc_smrtsrch
{
    /*width: 232px !important;*/
    height: 31px !important;
    margin-top: 1px !important;
    margin-bottom: 1px !important;

    border-radius: 4px !important;
    background-color: #36221e !important;
}

.dc_smrtsrchquick
{
    /*width: 232px !important;*/
    height: 31px !important;
    margin-top: 1px !important;
    margin-bottom: 5px !important;
    padding: 4px 10px !important;

    border: none !important;
    border-bottom: solid 1px #83524a !important;
    border-radius: 0 !important;
    background-color: #36221e !important;
}

.dc_filterblock
{
    display: inline-block;

    margin-left: 10px;
}

.dc_addlands
{
    line-height: 35px;

    position: absolute;
    bottom: 0;

    width: 100%;
    height: 35px;

    text-align: center;

    color: #fff;
}

.dc_addlands:hover
{
    background-color: rgba(255,255,255,.15);
}


.select2-selection
{
    overflow: hidden;

    height: 28px;

    color: #9f9f9f !important;
    background-color: #36221e !important;
}

.select2-container
{
    z-index: 10000;
}


.dc_container
{
    color: #767676;
    border: 1px solid #83524a!important;
    background-color: #4e312b!important;
}

.dc_container .select2-results__option
{
    display: inline-block;

    width: 190px;

    vertical-align: top;
}

.select2-selection--multiple
{
    height: 28px !important;
    margin-bottom: 5px !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered
{
    padding: 0 15px !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice
{
    line-height: 25px !important;

    float: left;

    height: 25px !important;
    margin-top: 3px;
    margin-right: 5px;
    padding: 0 5px;

    cursor: default;

    border: 1px solid #aaa;
    border-radius: 2px;
    background-color: #e4e4e4;
}

.select2-search
{
    height: 28px !important;
}

.select2-search__field
{
    height: 28px !important;
    margin-top: 2px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered
{
    color: #9f9f9f !important;
}

.select2-container .select2-selection--single
{
    height: 31px !important;
}

#filters
{
    vertical-align: middle !important;
}

#kw
{
    width: 250px;
    height: 117px;
    margin-right: 3px;

    vertical-align: middle;
}

.dc_filters
{
    display: inline-block !important;

    vertical-align: middle;
}

#type
{
    width: 250px;
    height: 117px;
    margin-right: 5px;
    margin-left: 5px;

    vertical-align: middle;
}

#attribute
{
    display: inline-block;
    overflow: hidden;

    width: 250px;
    height: 115px;
    margin-right: 3px;

    text-align: center;
    vertical-align: top;
}

#sort
{
    text-align: center;
}

.dc_boldborder
{
    font-weight: bold;

    color: #9a0e11 !important;
    border-width: 2px !important;
    border-color: #9a0e11 !important;
}

.dc_baractive
{
    line-height: 30px;

    display: inline-block;
    overflow: hidden;

    width: 0;
    height: 31px;

    text-align: center;
}

.dc_bars
{
    overflow: hidden;

    width: 280px;
    height: 31px;
    margin-top: 1px;
    margin-bottom: 4px;
    padding: 0!important;

    border-radius: 4px;
}



.dc_dhead
{
    font-size: 1.1em;

    width: auto;
    padding-bottom: 5px;
    padding-left: 5px;

    text-align: center;

    color: #fff;
    border-radius: 5px 5px 0 0;
    background-color: #36221e;
}


.dc_drow
{
    line-height: 35px;

    position: relative;

    width: auto;
    height: 35px;
    margin-bottom: 1px;

    cursor: pointer;
    transition-duration: 100ms;
    transition-property: filter;

    color: #fff !important;
    border-bottom: solid 1px #36221e;
    text-shadow: 1px 1px 3px #000;
}


.dc_drow:hover
{
    user-select: none !important;

    background-color: rgba(255,255,255,.1);

    filter: brightness(1.2);
}


#deckdescdiv
{
    margin-bottom: 10px;
    padding: 5px;

    border: solid 1px #85544a;
    border-top-left-radius: 5px;
    border-bottom-right-radius: 5px;
}



.dc_ccc
{
    font-family: 'Titillium Web',sans-serif;
    font-size: 16px;
    line-height: 35px;

    position: relative;
    z-index: 1;

    height: 35px;

    vertical-align: top;
}

.dc_manasmallgroup > span
{
    position: relative;

    margin-left: -7px;
}

.dc_ccmana
{
    float: right;
}

.dc_ccopies
{
    /*color: #fff !important;*/
    font-weight: bold;
    line-height: 35px;

    float: left;

    width: 22px;
    height: 35px !important;

    text-align: center;

    filter: brightness(1.4);
}

.dc_cart
{
    float: left;

    width: 33px;
    height: 35px !important;

    text-align: center;

    border-left-width: 5px;
    border-left-style: solid;
    background-size: cover !important;
}

.dc_cname
{
    font-family: 'Titillium Web',sans-serif;
    line-height: 35px !important;

    overflow: hidden;

    width: 160px;
    height: 35px !important;

    user-select: none !important;
    white-space: nowrap;
    text-overflow: ellipsis;
}


.dc_cccolgreen
{
    background-color: #38b213 !important;
}

.dc_cccol
{
    font-weight: 700;
    line-height: 35px;

    overflow: hidden;

    width: 100%;
    height: 35px !important;

    transition-duration: .1s;
    transition-property: width;
    text-align: center;

    color: #fff !important;
    background-color: rgba(0,0,0,.25);
    /*background-color: #b22b13;*/
}

.dc_cccol:hover
{
    /* width: 50px;*/
}

.dc_cmana
{
    width: 31px;
    height: 31px !important;
    padding-top: 1px;

    text-align: center;
}

.dc_manacostverysmall
{
    line-height: 15px !important;

    width: 15px !important;
    height: 15px !important;

    vertical-align: middle !important;
}


.dc_attr_kw
{
    display: inline-block;

    margin: 2px;
    padding: 2px 3px;

    transition-duration: 200ms;
    transition-property: background-color;
    text-align: center;

    color: #100a0b;
    border: solid 1px #a88f87;
    border-radius: 4px;
    background-color: #9f9f9f;
}

.dc_attr_kw:hover
{
    background-color: #dfd7c1;
}

.dc_pageout
{
    width: 760px;
    height: 600px;
    margin: 5px;
}

.dc_selectedcards
{
    /*float: right;*/
    margin-right: 5px;

    color: #9a0e11;
    border: solid 1px #9a0e11 !important;
}

.dc_oncard
{
    position: relative;
    top: -21px;
    left: 0;
}

.dc_twin
{
    line-height: 35px;

    float: left;

    width: 35px;
    height: 35px;

    text-align: center;
    vertical-align: top;

    border: solid 2px #9a0e11 !important;
    border-radius: 50%;
    background-color: rgba(238, 236, 231, .75);
}

.dc_pagenum
{
    position: relative;
    top: -2px;
    left: 735px;
}

.dc_round
{
    -webkit-border-radius: 30%;
            border-radius: 30%;
}

.dc_lnkinput
{
    width: 350px !important;
    height: 30px !important;
    padding: 2px !important;

    cursor: pointer;
}


.dc_roundnum
{
    font-size: 16px;
    font-weight: bold;
    line-height: 19px;

    width: 40px;
    height: 21px;

    text-align: center;

    border: solid 1px #a88f87;
    background-color: #eeece7;
}

.dc_costnum
{
    font-family: titillium web,sans-serif!important;
    font-size: 17px;
    line-height: 31px;

    float: left;

    width: 31px;
    height: 31px;

    text-align: center;

    color: #9f9f9f !important;
    border-top: solid 1px #a88f87;
    border-radius: 0 !important;
    /*background-color: #36221e;*/
}

#left
{
    width: 1200px;
    margin-bottom: 2px;
    margin-bottom: 5px;
    padding: 5px;

    vertical-align: top;
    /* border: solid 1px #843426; */

    border-radius: 4px;
    background-color: #36221e!important;
}

#right
{
    float: left;

    width: 220px;
    margin-left: 3px;
}

#collapsedfilter
{
    padding-top: 5px;
    padding-bottom: 5px;
}


#dc_main
{
    float: left;

    width: 850px;
}

.dc_margleft
{
    margin-left: 220px;
}

#container
{
    display: inline-block;
    overflow: hidden;

    width: 915px;
    height: 600px;
    margin-right: 5px;
    margin-bottom: 5px;
    padding: 6px;

    border-radius: 4px;
    background: #36221e !important;
    /*background:url("/dc/pict/fon.png") no-repeat;*/
}

#controls
{
    width: 315px;
    height: 117px;

    vertical-align: top;
}

#mainout
{
    position: relative;
}

#pagination
{
    position: relative;
    top: -39px;
    left: 50px;
}

#deckwrap
{
    display: inline-block;

    vertical-align: top;
}

#wrap
{
    width: 1200px;
    margin: auto;

    vertical-align: top !important;
}

.dc_stat
{
    display: inline-block;

    width: 200px !important;
    margin: 2px;
    padding: 0 5px;

    transition-duration: 200ms;
    transition-property: background-color;
    text-align: center;

    color: #9f9f9f;
}


.dc_stat:hover
{
    color: #9f9f9f;
}


.dc_statname
{
    font-size: .8em;

    float: left;

    padding-left: 5%;

    text-align: left;
}

.dc_statval
{
    font-size: .9em;
    font-weight: bold;

    float: right;

    padding-right: 5%;

    text-align: right;

    color: #ac3925;
}

.dc_statval_small
{
    font-family: titillium web,sans-serif;

    display: inline;

    padding-right: 2px;

    color: #f1f1f1;
}

.dc_lightup
{
    filter: brightness(.5) !important;
}

#statsmain
{
    font-weight: bold;

    margin-bottom: 4px;
}



#bottom
{
    clear: both;

    color: #100a0b !important;
}

#metadata
{
    float: left;

    width: 620px;
    min-height: 216px;
    /* width: 100%; */
    margin-right: 10px;
    padding: 12px 12px 12px 12px;

    text-align: center;
    vertical-align: top;

    border-radius: 5px;
    background-color: #36221e;
}

#statistics
{
    display: inline-block;
    clear: both;

    width: 100%;
    min-height: 216px;
    margin-top: 10px;
    padding: 10px;

    vertical-align: top;

    border-radius: 5px;
    background-color: #36221e;
}


#help
{
    display: inline;

    padding: 5px;
}

#did
{
    display: none;
}

.dc_tabhov
{
    width: 110px;
    margin-top: 4px;
    padding: 4px;

    transition-duration: 200ms;
    transition-property: background-color, color;
    text-align: center;

    border: solid 2px #36221e;
    border-radius: 4px;
}

.dc_tabhov:hover
{
    font-weight: bold;

    color: #fff;
    background-color: #9a0e11;
}

.dc_tabhov:hover > img
{
    filter: invert(100%);
}

.dc_adv_element
{
    display: inline-block;

    margin: 2px;
    padding: 3px;

    color: #000;
    border: solid 1px #a88f87;
    border-radius: 4px;
    background-color: #9f9f9f;
}

.dc_spinner
{
    position: relative;

    width: 40px;
    height: 40px;
    margin: 100px auto;

    -webkit-animation: sk-rotate 2.0s infinite linear;
            animation: sk-rotate 2.0s infinite linear;
    text-align: center;
}

.dc_dot1,
.dc_dot2
{
    position: absolute;
    top: 0;

    display: inline-block;

    width: 60%;
    height: 60%;

    -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
            animation: sk-bounce 2.0s infinite ease-in-out;

    border-radius: 100%;
    background-color: #333;
}

.dc_dot2
{
    top: auto;
    bottom: 0;

    -webkit-animation-delay: -1.0s;
            animation-delay: -1.0s;
}

.dc_littlecard
{
    display: none;
}

.dc_sclsimg
{
    width: 32px;
}


#adviser
{
    display: inline-block;

    width: 100%;
    margin-top: 20px;
    padding: 10px;

    color: #000;
    -webkit-border-radius: 10px;
       -moz-border-radius: 10px;
            border-radius: 10px;
    background: #9f9f9f;
}

.dc_bubble
{
    display: inline-block;

    width: 75px;
    height: 75px;

    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;
}

.dc_hlp
{
    border-radius: 50%;
}

@-webkit-keyframes sk-rotate
{
    100%
    {
        -webkit-transform: rotate(360deg);
    }
}
@keyframes sk-rotate
{
    100%
    {
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
    }
}

@-webkit-keyframes sk-bounce
{
    0%,
    100%
    {
        -webkit-transform: scale(.0);
    }
    50%
    {
        -webkit-transform: scale(1.0);
    }
}

@keyframes sk-bounce
{
    0%,
    100%
    {
        -webkit-transform: scale(.0);
                transform: scale(.0);
    } 50%
    {
        -webkit-transform: scale(1.0);
                transform: scale(1.0);
    }
}

@media only screen and (max-width: 1200px)
{
    .container
    {
        width: 1060px !important;
        padding-left: 15px !important;
    }

    #wrap
    {
        width: 1060px !important;
    }

    #container
    {
        width: 773px;
    }

    #leftwrap
    {
        width: 779px;
    }

    #left
    {
        width: 1060px;
    }

    #statistics
    {
        width: 493px;
    }

    .dc_stat
    {
        width: 49%;
    }

    .dc_smrtsrch,
    #type,
    #kw
    {
        width: 155px !important;
    }
}


@media only screen and (max-width: 1100px)
{
    #wrap
    {
        width: 850px;
    }

    .container
    {
        width: 850px !important;
        padding-left: 15px !important;
    }

    #dc_main
    {
        width: 620px;
    }

    #leftwrap
    {
        width: 615px;
    }

    #pagination,
    .dc_pagenum
    {
        display: none;
    }

    #container
    {
        overflow-x: auto;
        overflow-y: hidden;

        width: 610px;
        height: 600px;
    }

    .dc_pageout
    {
        width: 600px;
    }

    #left
    {
        width: 850px;
        height: auto;
        margin-bottom: 2px;
    }


    #right
    {
        width: 850px;
        margin-left: 0;
    }

    #rightwrap
    {
        float: left;

        width: 235px;
    }

    #statistics
    {
        width: 374px;
    }

    .dc_statname
    {
        overflow: hidden;

        width: 70px;
        padding-left: 0;

        white-space: nowrap;
    }

    .dc_stat
    {
        margin-right: 1px;
    }

    .dc_saver
    {
        width: 120px;
    }

    #cardsnum
    {
        font-size: 2em;

        width: auto !important;

        text-align: center;
    }
    /*#chartdiv{
        height:222px;
    }*/

    #chartdiv,
    #bardiv
    {
        width: 235px;
    }

    .dc_bars
    {
        width: 235px;
        height: 25px;
    }

    .dc_baractive
    {
        line-height: 25px;

        height: 25px;
    }

    .dc_w46p
    {
        width: 48.5%;
    }

    #kw
    {
        width: 150px;
    }




    .dc_stat
    {
        width: 49% !important;
    }

    #thedeck,
    .dc_grad_overlay,
    .dc_pict_overlay
    {
        width: 235px;
    }

    .dc_costnum
    {
        line-height: 25px;

        width: 25px;
        height: 25px;
    }

    .dc_curve
    {
        width: 25px;
    }

    #controls
    {
        width: 250px;
    }
}


@media only screen and (max-width: 820px)
{
    #dc_main
    {
        width: 100%;
    }

    #chartdiv,
    #bardiv
    {
        display: inline-block !important;
        float: none !important;
    }

    #wrap
    {
        width: 100% !important;
        margin: auto;

        text-align: center !important;
    }

    .container
    {
        width: 100% !important;
    }

    #container
    {
        overflow: auto;

        width: 100% !important;
        height: auto;

        border: none;
    }

    #mainout
    {
        position: relative;

        width: 100% !important;
        /* overflow: scroll; */
    }

    #rightwrap,
    #leftwrap
    {
        width: 100%;

        text-align: center;
    }

    #kw
    {
        width: 201px;
    }


    .dc_cardpict
    {
        display: none !important;
    }

    .dc_littlecard
    {
        display: inline-block;
        overflow: hidden;

        width: 98%;
        height: 70px;
        margin: 2px;
        padding: 3px;

        border: solid 1px #36221e;
        border-radius: 4px;
        background-color: #dfd7c1;
    }

    .dc_card
    {
        overflow: visible;

        width: 33%;
        height: auto;
    }


    #pagination
    {
        display: none;
    }

    .dc_pagenum
    {
        display: none;
    }

    .dc_pageout
    {
        width: 100%;
        height: auto;
        margin: 0;
    }

    .dc_selectedcards
    {
        display: none !important;
    }

    .dc_selectedcardssmall
    {
        float: right;

        color: #9a0e11;
        border: solid 1px #9a0e11 !important;
    }

    .dc_round
    {
        font-size: 11px;
        font-weight: 800;
        line-height: 19px;

        width: 19px;
        height: 19px;

        color: #fff;
        border: 0 !important;
        background-color: #9a0e11;
    }

    .dc_smallstats
    {
        float: right;
    }

    .dc_classsel
    {
        font-size: 1.5em;
        font-weight: bold;
        line-height: 30px;

        width: 100%;
        height: 30px;

        text-align: center;

        color: #000;
        background: #dfd7c1 !important;
        text-shadow: none;
    }


    #left
    {
        width: 100%;
    }

    #controls,
    #attribute
    {
        width: 100%;
        height: auto;

        text-align: center !important;
    }

    #filters
    {
        height: auto;

        text-align: center;
    }

    .dc_grad_overlay,
    .dc_pict_overlay
    {
        width: 235px;
    }

    #thedeck
    {
        max-width: 235px;
        height: auto;

        vertical-align: top !important;
    }

    #deckwrap
    {
        width: 100%;

        text-align: center;
    }

    .dc_smallcardname
    {
        float: left;

        width: 50%;
        margin-left: 5px;

        white-space: nowrap;
    }

    .dc_stat
    {
        width: 24% !important;
    }

    .dc_carddesc
    {
        font-size: .8em;

        clear: both;

        padding: 2px;
    }

    #statistics
    {
        width: 100% !important;
    }
}


@media only screen and (max-width: 630px)
{
    .dc_stat
    {
        width: 24% !important;
    }

    .dc_card
    {
        width: 50%;
        height: auto;
    }
}

@media only screen and (max-width: 425px)
{
    .dc_stat
    {
        width: 48% !important;
    }

    /*.dc_dhead {
        width: 98%;
    }
    
    .dc_cname {
        width: 85%;
    }
    
    .dc_drow{
        width: 98%;
    }*/
}
