﻿/* add all special styles used for displaying the rules */ 

/* .rules: used for all elements loading rules (rules at main site, rules ingame, popup with rules extract 
   #rules: div with complete rules used at main site and ingame display 
   #rulesContainer #rules: ingame rules display only 
   #sidebarPanel #rules: ingame rules display on right side only 
   #sidebarBottom #rules: ingame rules display at bottom only 
   .ui-popup .rules: popup with rules extract only */

.rules[showRules=both] #summaryOnly { display: none; }

.chapter table {
    border-collapse: collapse;
}

.chapter table, .chapter th, .chapter td {
    border: 1px solid black;
}

.chapter table { width: 100%; }
.chapter td { width: 10%; text-align: center; }
.chapter td:first-child { width: 25%; text-align: left; }

.rules .floatImage { width: 12em; }