/* 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 ul {
    padding-left: 1.8em;
    list-style-image: url('/game-plugins/storm/1.0.1/images/StormListIcon.png');
    list-style-position: inside;  
}

#rules li {
    padding-top: 0.5em;
    padding-left: 0.8em;
}

#rules h2 {
  color: #3f70b3;
}

#rules
.hintsforhandling {
  font-style:italic;
  font-variant: small-caps;
}


  
