.pkp_page_index .homepage_image img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 20%;
    height: auto;	
}
.pkp_screen_reader {
	display: block;
    margin-left: auto;
    margin-right: auto;
}
.tabelku tr th {
	vertical-align: middle; 
	border-bottom: 1px solid #ffffff; 
	width: 100%; 
	background-color: #0958bd; 
	color: #ffff00;
	text-align: center; 
	height: 40px;
}	

.tabelku tr td {
	vertical-align: middle; 
	border-bottom: 1px solid #ffffff; 
	width: 100%; 
	background-color: #217bec; 
	color: #ffffff;
	height: 35px; 
	text-align: center;
}
.tabelku tr td:hover {
	background-color: #912204;
	text-decoration: underline;
}