﻿/* Для библиотеки  */ 
 
body {
	counter-reset: section;   
	}
	.counter {
 	counter-increment: section;   
	}
	.counter:before {
	content: counter(section) " ";
	}
.table1 {
	width:55%;
	border-style:groove;
	border-width:thick;
	border-color:#FF5C19;
	color:#C00;
	font-family:Verdana, Geneva, sans-serif;
	 
    text-align:center;
}

.td1, .th1 {
	border-style:solid;
	border-width:thin;
	border-color:#000;
    text-align:center;
    
}
.zagzentr {
     font-size:1.2em; color:#a1845a;   text-align:center;width:100%;
}
#footermenu {
     width: 100%; height: 19em; background: url('../Content/Zveta/Zvet03X.jpg') repeat 0 0; background-size: 100% 100%;
     margin: 0 auto;
     border-radius: 10px;  
}
#footerimy {
 text-align:center;
 color:white; 
 margin-top:4em; 
}
#jumbotronkaf {
    line-height: 0.1em;
    margin-top: -2.8em;
}
#jumbotronkafnaz {
    text-align: center;
    width: 100%;
    font-size: 1.7em;
    font: Arial, Sans Serif, Courier;
    color: #1914e8;
    margin-top: -0.3em;
}