/** Lista słówek **/
table.vocabulary_list {
	width: 98%;
	margin: auto;
	margin-bottom: 10px;
	border-spacing: 0px;
	border-bottom: 1px dotted black;
}
table.vocabulary_list caption {
	font-weight: bold;
	font-size: 16px;
	padding: 3px;
	
}
table.vocabulary_list th {
	border-bottom: 1px solid #FFB933;
	background-color: #FFD27C;
}
table.vocabulary_list td {
	padding: 3px;
	height: 26px;
	border-right: 1px solid black;
	border-left: 1px solid black;
	border-top: 1px dotted black;
}
table.vocabulary_list td.center_td {
	border-left: 0px;
}