


.popup {
  position: absolute;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  right: 30px;
  margin-top: 0px;
}



.popup .popuptext {
  visibility: hidden;
  background-color: #fefefe;
  color: #000;
  text-align: center;
  border:1px solid #ddd;
  border-radius: 6px;
  position: absolute;
  z-index: 1;
  right: 0px;
  top: 0px;
  width:200px;
  height:auto;
}

 .oesenc {
  padding: 10px 0 5px 0;
  font-size: 12px;
  line-height: 18px;
  border-bottom: 1px solid #ccc;

}

.oernc {
 padding: 10px 0 10px 0;
 font-size: 12px;
 line-height: 18px;
 border-bottom: 1px solid #ccc;
}

.oesenc h2 {
background-color:#2d962d;
 font-size:14px;
 color:white;
 font-weight: 700;
 width:90%;
 align: center;
 margin-left: 5%;
 padding:2px 0 2px 0;
 box-shadow: 1px 1px 3px black;
 text-shadow: 1px 1px black;
}

.oernc h2 {
background-color: red;
 font-size:14px;
 color:white;
 font-weight: 700;
 width:90%;
 align: center;
 margin-left: 5%;
 padding:2px 0 2px 0;
 line-height: 18px;
 box-shadow: 1px 1px 3px black;
 text-shadow: 1px 1px black;
}


.oesenc .oernc h4 {
 font-size:12px;
 font-weight: 500;
 color:black;
 line-height: 0px;
}

.oesenc h3 {
 color: #2d962d;
 font-size:14px;
 font-weight: 600;
 align: center;
 line-height: 12px;
}

.oernc h3 {
 color: red;
 font-size:14px;
 font-weight: 600;
 align: center;
 line-height: 12px;
}


.popup .show {
  visibility: visible;
  -webkit-animation: fadeIn 1s;
  animation: fadeIn 1s;
}

@-webkit-keyframes fadeIn {
  from {opacity: 0;}
  to {opacity: 1;}
}

@keyframes fadeIn {
  from {opacity: 0;}
  to {opacity:1 ;}
}
