
.info {
    padding: 10px;
}

.info .title {
	text-align: center;
	
	font-family: "Give You Glory";
	font-size: 40pt;
}

.info h1 {
    font-family: 'Amatic SC';
    display: inline-block;
    font-size: 14pt;
    text-align: center;
    width: 100%;
    letter-spacing: 2px;
}

.info ol {
  list-style-type:upper-roman;
}

.stecki {
    padding: 10px;
}

.stecki .title {
	line-height: 0.2;
	text-align: center;
	
	font-family: "Give You Glory";
	font-size: 40pt;
}

.stecki h1 {
    font-family: 'Amatic SC';
    display: inline-block;
    font-size: 14pt;
    text-align: center;
    width: 100%;
    letter-spacing: 2px;
}

.stecki ol {
  list-style-type:upper-roman;
}

.wanted {
    padding: 10px;
}

.wanted .title {
	text-align: center;
	
	font-family: "Give You Glory";
	font-size: 40pt;
}

.wanted h1 {
    font-family: 'Amatic SC';
    display: inline-block;
    font-size: 14pt;
    text-align: center;
    width: 100%;
    letter-spacing: 2px;
}

.wanted .person {
}

.wanted .person .image {
  padding: 0 5px;
  font-size: x-small;
}

.wanted .person .text {
  padding: 0 5px;
  line-height: 1.2;
  text-align: justify;
}

.taken {
  text-decoration:line-through;
}

.wanted h1.taken {
}

.added_info {
    border-radius: 5px;
    padding: 5px;
}

.added_info .title {
	text-align: center;
	line-height: 1.4;
	
	font-family: 'Give You Glory';
	font-size: 20pt;
}

.glossary {
	cursor: help;
	padding: 2px;
	display: inline-block;
}

