@font-face {
    font-family: 'Sequel';
    src: url('fonts/sequel_sans_medium_disp-webfont.woff2') format('woff2'),
         url('fonts/sequel_sans_medium_disp-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@media print {
  body * {
    visibility: hidden;
  }

  #printit * {
    visibility: visible;
  }

  #printit {
	display:block !important;
    position:absolute;
	top:0px;
	left:0px;
  }

  td:nth-child(1) {
	width:200px;
  }

  td:nth-child(2) {
	text-align:right;
  }

  tr:nth-child(1) td {
	font-weight:bold;
  }
}

body {
	font-family:Sequel;
	letter-spacing: .05em;
	font-size:13pt;
    background: #e7e4e7;
    margin: 0;
}

#main {
    width: 1500px;
    min-height: 100vh;
    margin: 0 auto;
    color: #0067AA;
	background-color:#fff;
}

#phead {
	background: url(gfx/header.jpg) left top no-repeat;
	height:324px;
	position:relative;
}

#pleft, #pright {
	display:inline-block;
}

#pleft {
	width:1115px;
	padding: 0 30px;
}

#pright {
    font-size: 11pt;
    padding: 0 30px;
	margin-top:80px;
    color: #000;
    border-left: 1px solid #000;
	vertical-align: top;
	width: 250px;
}

a#eptanova {
	position: absolute;
    width: 238px;
    height: 42px;
    right: 30px;
    top: 272px;
}

a, a:visited {
	color:#D70F4D;
}

#home {
	position:absolute;
	top: 98px;
    left: 27px;
    width: 501px;
    height: 181px;
	display:block;
}

ul.menu {
	list-style: none;
    margin: 0;
    padding: 0;
	display: table;
}

.menu li {
	float: left;
}

.menu li a {
	color: #FFF;
    text-decoration: none;
    font-size: 15pt;
    line-height: 30px;
    display: inline-block;
	padding: 15px 20px;
}

.menu li:nth-child(1) a {
	background-color:#1945B2;
}

.menu li:nth-child(2) a {
	background-color:#272799;
}

.menu li:nth-child(3) a {
	background-color:#D9113F;
}

.menu li:nth-child(4) a {
	background-color:#E82521;
}

.menu li:nth-child(5) a {
	background-color:#58830D;
}

.menu li:nth-child(6) a {
	background-color:#1C7E29;
}

.ha2 {
	color:#E82521;
}

.ha5 {
	color:#D9113F;
}

.ha3 {
	color:#272799;
}

.ha4 {
	color:#272799;
}

.ha1 {
	color:#58830D
}

.ha6 {
	color:#1C7E29
}

#tags, #masas {
   margin-right: 25px;
}

#tags, #masa {
    font-family: inherit !important;
    font-size: inherit;
    color: inherit;
	padding: 3px .4em;
	border: dotted 1px;
    width: 190px;
}

#masa {
    width: 60px;
	text-align:right;
}

#wynik {
	display: inline-block;
}

#wynik > div {
	margin-left: 100px;
    margin-top: -5px;
	display: inline-block;
}

#wynik td:nth-child(1) {
	width:200px;
}

#wynik td:nth-child(2) {
	text-align:right;
}

#wynik tr:nth-child(1) td {
	font-weight:bold;
}

#wynik > img {
	display: inline-block;
    vertical-align: top;
    margin-left: 26px;
    margin-top: 5px;
    cursor: pointer;
}

.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button, .ui-widget {
    font-family: inherit !important;
    font-size: inherit !important;
	color: inherit;
}

.ui-widget {
	width: fit-content;
    display: inline-block;
    vertical-align: top;
}

#printit {
    display: none;
}

#footex, #headex {
	display:block;
	border-bottom:1px solid #000;
	margin-bottom:30px;
	width:100%;
}

#footex {
	border-bottom:0;
	border-top:1px solid #000;
	margin-top:30px;
	width:100%;
	font-size:9pt;
}
