﻿/* 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 .symbol-card {
    float: left;
    clear: left;
    width: 15%;
    margin-left: 2%;
    margin-right: 2%;
    margin-bottom: 1%;
}

#rules .symbol-card-text {
    float: left;
    width: 81%;
}

#rulesContainer #rules .symbol-card {
    width: 20%;
}

#rulesContainer #rules .symbol-card-text {
    width: 76%;
}

#rules .appendix.cards .paragraph {
    width: 47%;
}

    #rules .appendix.cards .paragraph .card {
        float: left;
        width: 35%;
        margin: 3%;
    }

    #rules .appendix.cards .paragraph .text {
        float: left;
        width: 53%;
        margin: 3%;
    }

#rulesContainer #rules .appendix.cards .paragraph {
    width: 100%;
}