/* CSS for DMOZ Statistics */ 
/*************** Full screen ***************/

section.stats                      { padding: 12px 0 12px 6%; background: rgb(250,250,250); border: 1px solid #ddd; }
section.stats i                    { font-weight: bold; position: relative; }
section.stats i.fa-user            { font-size: 2.1em; top: 0px; }
section.stats i.fa-folder-o        { font-size: 2.1em; top: 3px; }
section.stats i.fa-file-text-o     { font-size: 1.8em; top: 3px; }
section.stats i.fa-comment         { font-size: 1.9em; top: 0px; }
section.stats h3                   { font-weight: bold; line-height: 1.2em; padding-bottom: 3px; }
section.stats aside                { width: 23%; float: left; text-align: center; }
section.stats aside div            { color: #aaa;  transition: color 0.5s; }
section.stats aside div:hover      { color: hsla(120,100%, 25%, 1.0); transition: color 0.7s; }


/*************** Large screens ***************/

@media screen and (max-width: 1260px) {

}


/*************** Medium screens ***************/

@media screen and (max-width: 900px) {

}
    

/*************** Small screens ***************/

@media screen and (max-width: 625px) {

    section.stats { padding-left: 0; }
    section.stats aside { width: 25%; }
}

