.popup-notif {
  position: fixed;
  top: 35px;
  z-index: 99;
  width: 100%;
  text-align: center;
  display:none;
}

.success {
  background: #9CC30E;
  color: #fff;
  text-shadow: 1px 1px 1px #555;
  padding: 10px 15px;
  display: inline-block;
  font-size: 16px;
}

#wp-admin-bar-pending-post{cursor:pointer;}

ul#post-list {
  position: absolute;
  top: 30px;
  width: 300px;
  background: #464646;
  overflow-y: scroll;
overflow-x: hidden;
  height: 600px;
  display:none;
}

ul#post-list li{margin:10px}

ul#post-list img {
  width: 100%;
}

ul#post-list li {
  margin: 10px;
}

ul#post-list a{color:#fff;}