#pnsnotego, #pnsnotebutton{
background-color:#000a1c;
}
#pnsnotenotka:focus{
outline: 2px solid #000a1c !important;
}
#pnsnotego{
border-color: #000a1c !important;
}
#pnsnoteform{
display:none;
position: fixed;
bottom: 10%;
left: 0;
right: 0;
margin: 0 auto;
z-index: 999;
background: #fff;
max-width: 360px;
padding: 25px;
width: 95%;
border-radius: 5px;
z-index:9999;
  font-size:15px;
width: calc(90% - 50px);
box-shadow:5px 0px 10px #000a1c;
}
#pnsnotenotka{
display: block;
width: calc(100% - 20px);
border: 1px solid #999;
margin:10px auto;
padding: 10px;
font-size: 15px;
font-family: sans-serif;
}
#pnsnotego{
border:0px;
font-weight: bold;
padding: 10px 20px;
display: block;
width: 100%;
border-radius: 5px;
cursor: pointer;
transition: all 0.3s ease;
transition:all 0.3s ease;
border:2px solid #555; 
color: #fff;
}
#pnsnotego:hover{
background-color:transparent;
color: #000a1c;
}
#pnsnotety{
display:none;
text-align:center;
color: #052078;
font-weight: bold;
}
#pnsnotebutton{
transition:all 0.3s ease;
color:#fff;
border: 0px;
padding: 5px 10px;
border-radius: 5px;
font-weight: bold;
cursor:pointer;
float: right;
margin-top:15px;
}
#pnsnotebutton:hover{
background-color:#052078;
}
#pnsnoteform label{
color:#333;
font-weight: bold;
text-align: center;
display: block;
}