/* EasyWeb html style file */





p.Citace{  border: 3px solid #cccccc;
        padding: 50px 50px;
        font-weight: bold;
        font-size: 2.4rem;
        font-family: Abril Fatface;
        text-align: center;
        }



	
		ol.OdrazkyCisla {
		margin: 25px 0 25px 0;
                line-height: 2;
                font-weight: 700;
                padding: 0 0 0 35px;
                  counter-reset: li; /* Initiate a counter */
            list-style: none; /* Remove default numbering */
            *list-style: decimal; /* Keep using default numbering for IE6/7 */
            text-shadow: 0 1px 0 rgba(255,255,255,.5);
		}
	
        ol.OdrazkyCisla li {
         position: relative;
                line-height: 1.5;
                margin: 25px 0 25px 0;
                line-height: 2;
                font-weight: 700;
                padding: 0 0 0 35px;
                }
                
        ol.OdrazkyCisla li:before {
                  font-family: Abril Fatface;
                    font-weight: 200;
                    font-size: 42px;
                    background: none;
                    color: #cd0c43;
                    top: 50%;
                    transform: translateY(-50%);

                    content: counter(li);
                    counter-increment: li;
                    position: absolute;
                    left: 0;
                    text-align: center;
                    border-radius: 100%;
                    transition: all .3s ease-out;
                    }
                




table.tabulkaZebra {border-collapse:collapse; border-spacing:0; margin:0 0 15px 0; width:100%}
table.tabulkaZebra tr th {background:#d30017; color:#fff; padding:5px 10px;}
table.tabulkaZebra tr:nth-child(2n) td {background:#ebebeb; color:#000; padding:5px 10px;}
table.tabulkaZebra tr:nth-child(2n+1) td {background:#f7f7f7; color:#000; padding:5px 10px;}



p.blockquote {background: #f3f3f3;}



p.tip {background: #ffea03;}



p.citace {background: #fbd7db;}



p.text-center {text-align:center !important;}



h2.text-center {text-align:center !important;}



h3.text-center {text-align:center !important;}



p.zvyraznenePismo {color: #dd0049 !important;}



p.ramecek {border: 4px solid #dd0049 !important; padding:15px !important;}



p.vetsiPismo {font-size: 17px !important;}



p.tlacitko {}

