.blog .post-entry .entry-content {
  display: none;
}

.notification {
  width: 100%;
  min-height: 30px;
  line-height: 30px;
  font-weight: bold;
  z-index: 9999;
  background-color: #D90200;
  padding-left: 35px;
  color: white;
  text-align: right;
  padding-right: 45px;
}

@media screen and (max-width: 768px){
  .notification {
    text-align: center;
  }
}

.notification a {
  color: white;
}

.notification a:hover {
  color: rgba(255, 255, 255, 0.7);
}
