
#iddivnotice{
  display: inline-block;
  position: fixed;
  z-index: 100000;
  width: 250px;
  height: auto;
  right: 50px;
  top: -500px;
  margin: 0;
  padding: 20px;
  background-color: #0c2136;
  color: white;
  font-size: 15px;
  text-align: center;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  box-shadow: 0 0 2px 2px rgba(255,71,0,1.00);
}