﻿/* 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 .cardImg { float: left; margin-right: 1em; }
#rules .cardImg img { width: 4em; }

#rules .inline { height: 1.5em; }

#rules .appendix .points p { width: 49%; margin-right:1%; }
#rules .points_table { width: 100%; }
#rules .points_table thead {font-weight: bold; }
#rules .points_table td { border-bottom: 1px solid black }

#rules .appendix .paragraph { width: 98%; }
#rules .appendix.cards { width: 100%; }
#rules .appendix.cards .paragraph { width: 47%; }
#rules .appendix.cards .images img { width: 24%; float: left; margin-right: 1em; }
#rules .hints4Handling img { width: 1.5em; }
#rulesContainer #rules .appendix.cards .paragraph { width: 100%; }
