@charset "utf-8";
/* CSS Document */

@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}	

	
	
article {
	width: 70%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	text-align: left;
	line-height: 25px;	
	}
	
article a {
    color: rgb(101, 29, 50);
    font-weight: 400;   
	text-decoration: none;
    }  
    
.vycet {
    list-style-type: none;
	padding: 0 0 0 16px;
    }  
    
ul.vycet li::before {
    content: '■';
    color: rgb(101, 29, 50);
    font-weight: bold;
    display: inline-block; 
    width: 1em;
    margin-left: -1em;
    }

.column_hierarchy  {
	width: 70%;
	display:inline-block;
	text-align:left;
    line-height: 18px;
	//margin:15px 0px 15px 0px;
	vertical-align:top;
    }
    
.column_hierarchy span {
    font-weight:400;
    }   
    
.column_hierarchy h1 {
    color: rgb(101, 29, 50);
    font-weight: 400;
    font-size: 14px;
    //text-decoration: underline;
    text-transform: Uppercase;
    margin-bottom: 5px;
    } 