﻿/* css */
body {	font-family:verdana;
		font-size: 12px;
		background-color:#768D4B; }

.kontener {
	max-width: 1920px;
	max-height: 1080px;
	min-width:480px;
	min-height:320px;
}

.logo img {
	height: 150px;
}

table { 
		font-size: 12px;
		color: #2f5671;
		margin: 0 auto;
		width: 946px;
		padding: 1px 5px;
}

a {color: blue;}

table.dbddd7 { background-color: #e8eae3; 
}

table.e8eae3 { background-color: #dbddd7;  }

/*td {	width:100px;}*/

td:nth-child(1) { width:31%;
					
				}
b:nth-child(1) {color: black;}

tr {	transition: background-color 0.5s ease; 
}

tr.light:hover {	transition: color 5s ease-in 2s, width 3s ease-out 3s;
				background-color:#f2f2f2; }

td.NAME{ display:none; }

p.uppercase {text-transform: uppercase;}
p.small{font-size:11px; }


input[type=text], input[type=email], input[type=number], input[type=tel], select {
    width: 70%; 
  padding: 6px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}

.button {
  background-color: #008CBA;
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
}
.button:hover {
	background-color:red;
}
.button:active {
	position:relative;
	top:1px;
}

header p {
	 line-height: auto;
}
header { background-color: #e9f2da; 
		color: black;
		width: 946px;
		/*height: 175px;*/
		margin: 0 auto;
		padding-bottom: 10px;
		text-align: center;
}



