﻿#sidebarPanel #rules .title_image {
    display:none;
}

.rules .gameTitle { display: none; }
.rules[showRules=summary] .gameTitle { display: block; }

#rules.rules[showRules=full] .summaryOnly { display: none; }
#rules.rules[showRules=both] .summaryOnly { display: none; }
#rules.rules[showRules=summary] .fullOnly { display: none; }

.card_effects {
    width:30%;
    min-height:110px;
}

#sidebarPanel #rules .card_effects,
 .ui-popup .rules .card_effects {
    width:100%;
    min-height:0;
}

.card_image {
    float:left;
    margin-right:4%;
    width:33%;
}

.appendix img {
    width:100%;
}

.appendix table {
    width:100%;
    table-layout:fixed;
}

.divider {
    width:96%;
    font-weight:bold;
}

#sidebarPanel #rules .divider {
    width:100%;
}
