/*@font-face {
  font-family: signikaLight;
  src: url('../fonts/signika-light-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: signikaBold;
  src: url('../fonts/signika-bold-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;*/
}
#glossary {
	color:#252525;
	padding: 25px;
	height: 100%;
    max-width: 1250px;
    max-height: 750px;
}

#slownik a:focus, #glossary:focus{
	outline: none !important;
}

.glossary-col {
	float:left;
}

#glossary-list {
	width: 40%;
	margin: 40px 20px 0 40px;
}

#glossary-search {
	width:97%;
	border:none;
	background-color:#D8E5EA;
	padding: 10px;
	font-family: calibri;
  	font-size: 16pt;
}

#glossary-list ul{
   background-color: white;
   border: 3px solid #D8E5EA;
   max-height: 650px;
   margin: 20px 0;
   overflow-y: auto;
   list-style-type: none;
   -webkit-padding-start: 0;
   font-family: calibri;
   font-size:16pt;
}


#glossary-list li {
	padding-left:20px;
}

#glossary-item {
	max-width: 48%;
    margin: 30px 0 0 30px;
    font-family: calibri;
    font-size: 16pt;
    max-height: 650px;
    overflow-y: auto;
    padding: -2px;
    padding-right: 10px;
}

#glossary-item ol{
	list-style-type: decimal !important;
	margin-left: 30px;
}

#glossary-item ul{
	list-style-type: square !important;
	margin-left: 30px;
}

#glossary-item h1 {
	font-family: calibri;
	font-weight: bold;
	margin-top:0;
	text-transform: uppercase;
	color: #0f173f;
	margin-bottom:10px;
  text-align: left;
    z-index: 1111 !important;
}

.active {
  background-color:#ffc961;
}