body{
	background-color: #01426a;
	font-family: "Montserrat", serif;
	font-size: 18px;
	font-style: italic;
	color: #fff;
	margin:20px auto;
	padding:0;
	box-sizing: border-box;
}

a:link {
	font-family: "Montserrat", serif;
	font-size: 18px;
	text-decoration:none;
	color:#d9d9d9;
	font-weight:normal;
	}
a:visited{
	font-family: "Montserrat", serif;
	font-size: 18px;
	text-decoration:none;
	color:#d9d9d9;
	font-weight:normal;
	}
a:active{
	font-family: "Montserrat", serif;
	font-size: 18px;
	text-decoration:underline;
	color:#d9d9d9;
	
	font-weight:normal;

	}
a:hover{
	font-family: "Montserrat", serif;
	font-size: 18px;
	text-decoration:underline;
	color:#d9d9d9;
	font-weight:normal;

	}
	
a.title:hover{
  color: #0000CD;
  font-size: 20px;
  padding: 3px;
  text-decoration: underline;
  letter-spacing: 2px;;
}

input, select, button {
  font-family: "Montserrat", serif;
	font-size: 18px;
}
	
input[type=text], select {
  border: 1px solid #01426a;
  border-radius: 4px;
}

input[type=text] {
  width: 350px;
}

.smaller {
  width: 150px!important;
  font-size: 12px;
}

.small {
  width: 250px!important;
  font-size: 12px;
}

.przycisk, .hide {
  border: 2px solid #53565a!important;
}

.przycisk {
  background-color: #53565a!important;
  color: #fff;
}

ul{list-style:none;}
li {
  margin-bottom: 10px;
  /*border-bottom: 1px dotted #ececec;*/
}
.main_content {
  width :50%;
  margin: 20px auto;
}

.main_content_reg {
  width :75%;
  margin: 20px auto;
}

.main_content_90 {
  width :99%;
  margin: 20px auto;
  font-size: 12px;
}

label {
  width: 180px!important;
  display:inline-block;
  text-align: right;
  margin-right: 20px;
}

label.longer {
  width: 300px!important;
  display:inline-block;
}

label.long {
  width: 400px!important;
  display:inline-block;
}

.kwota {
  width:100px!important;
}

.nazwa {
  width:250px!important;
}

.notes {
  width:300px!important;
}

.stampdate, .stamptime {
  width:95px!important;
}

.title {
  color: #0000CD;
  font-size: 20px;
  padding: 3px;
  text-decoration: underline;
  letter-spacing: 2px;
}

.rounded {
  border-radius: 24px;
  border: 2px solid #000000;
}

.buttons {
  float: left;
  height: 100px;
  margin-bottom: 20px;
  width: 420px;
  text-align: center;
}

.buttons2 {
  float: left;
  height: 55px;
  margin-bottom: 20px;
  width: 150px;
  text-align: center;
}

.b-red {
  background-color: #ff0000;
  padding: 10px 20px;
  color: #ffffff;
  cursor:pointer;
}

.b-blue {
  background-color: #1E90FF;
  padding: 10px 20px;
  color: #ffffff;
  cursor:pointer;
}

.b-green {
  background-color: #7FFF00;
  padding: 10px 20px;
  color: #000000;
  cursor:pointer;
}

.b-purple {
  background-color: #8B008B;
  padding: 10px 20px;
  color: #ffffff;
  cursor:pointer;
}

.b-yellow {
  background-color: #FFFF00;
  padding: 10px 20px;
  color: #ff0000;
  cursor:pointer;
}

.b-white {
  background-color: #FFFFFF;
  padding: 10px 20px;
  color: #000000;
  cursor:pointer;
}

.error {
  border: 4px solid #FF0000;
  padding: 10px;
}

.deletebutton {
  background-color: #ff0000!important;
  color: #FFFFFF!important;
  border: 2px solid #FF0000!important;
  margin-left:30px;
}

a.title {
	cursor:pointer;
}

.opened {
	display:show;
}

.wider {
	line-height: 28px;
}

#snow-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.snowflake {
  position: absolute;
  top: -10px;
  background-color: white;
  border-radius: 50%;
  opacity: 0.8;
  animation: fall linear infinite;
}
@keyframes fall {
  to {
    transform: translateY(150vh);
  }
}