body {
	font-family: "Encode Sans",sans-serif;
	padding: 8px;
	font-size: 14px;
}
input[type="text"]{
	border: 1px solid rgba(120,120,120,0.75);
}
code{
	font-size: 0.8em;
	color: #242424;
	font-style: italic;
	margin: 0px;
}
pre{
	margin: 0px;
}
a{
	text-decoration: none;
	color: #2080D0;
	cursor: pointer;
}

input[type="button"],input[type="submit"]{
	font-family: "Encode Sans", sans-serif;	
	border: 1px solid rgba(120,120,120,0.75);
}

.naglowek1 {
	font-size: 26px;
	font-weight: bold;
	padding-bottom: 2px;
	text-align: center;
}
.naglowek2 {
	font-size: 0.95em;
	font-weight: bold;
	padding-bottom: 5px;
	text-align: center;
}
table {
	cell-padding: 0px;
	border-collapse:collapse;
	background-color: #ededed;
	border-radius: 16px;
}
.tdNaglowek  {
	padding: 5px 10px 5px 10px;
	background-color:#efefef;
	font-weight:bold;
	text-align:center;
	border-radius: none;
}
.tdDane  {
	padding:3px 5px 3px 5px;
}
.link {
	color:#0066ff
}
.logoTable{
	background: #0052a5;
}
.logo{
	height: 90px;
	width: 170px;
	background-image: url('../logo_gugik.jpg');
	background-position: 10px center;
	background-repeat: no-repeat;
}
.logoText{
	-webkit-user-select: none; /* Safari */        
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* IE10+/Edge */
	user-select: none; /* Standard */
	color: white;
	font-size: 28px;
	text-align: center;
	text-indent: 0px;
}
#wyniki{
	font-size: 1em;
	max-height: 332px;
	overflow: auto;
}
.search_pos{
	cursor: pointer;
	margin-top: 5px;
	border-top: 1px solid rgba(0,0,0,0.2);
}
.search_pos:hover{
	color: red;
}
.search_res{
	color: #2080D0;
	font-size: 0.9em;
	font-weight: bold;
}
.search_info{
	font-size: 0.8em;
	text-indent: 0.15em;
	font-style: italic;
	color: #828282;
}
.search_source{
	font-size: 0.7em;
	color: #3C3C3C;
	text-indent: 0.15em;
}
.divbutton {
	
	/*basic styles*/
	position:relative;
	float: left;
	margin: 3px;
	padding: 3px;
	width: 105px;  height: 40px; background-color: #e1e1e1;
	text-align: center;  font-size: 30px;  line-height: 40px;
	
	
	/*gradient styles*/
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#e1e1e1), to(#d1d1d1));
	background: -moz-linear-gradient(19% 75% 90deg,#d1d1d1, #e1e1e1);
	
	/*border styles*/
	border-left: solid 1px #f8f8f8;
	border-top: solid 1px #f8f8f8;
	border-right: solid 1px #a5a5a5;
	border-bottom: solid 1px #707070;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-gradient(linear, 0% 0%, 0% 100%, from(#e1e1e1), to(#d1d1d1));
	
}
 
.divbutton h3 {
	margin: 2px;
	font-size: 17px;
	line-height: 15px;
	font-weight: normal;
}
 
.divbutton p {
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	line-height: 10px;
}
 
.divbutton:hover {
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#e5f1fb), to(#e1e1ff));
	background: -moz-linear-gradient(19% 75% 90deg,#e1e1ff, #e5f1fb);
	cursor: pointer;
}

.middle {position:absolute; top:7%; height: 100%;}

.wyniki {
	border: 1px solid transparent;
	width: 500px;
	border-radius: 8px;
	overflow: hidden;
	background-color: #ffffff;
}

.wyniki th {
	padding: 3px;
	border: 1px solid transparent;
}

.wyniki td {
	cursor: pointer;
	padding: 2px;
	border: 1px solid transparent;
}

.wyniki_tr:hover {
	background: linear-gradient(to left, rgba(214,232,255,0.2), rgba(1,72,161,0.5));
	box-shadow: 2px 2px 6px rgba(0,0,0,0.3);
}

.logouldk {
	height: 90px;
    width: 170px;
    background-image: url('uldk_logo.png');
    background-repeat: no-repeat;
	background-position-x: 16px;
	background-position-y: 6px;
}


