
.notice, .error, .warning {
  display: none !important;
}


.layout-grid .content>.blog-entry-title {
    font-family: 'Roboto', sans-serif;
    font-weight: 700; /* Bold version from Google Fonts */
    color: #333; /* optional styling */
    padding: 0 10px;
}

.layout-grid .content>:last-child {
    margin-bottom: 0;
    padding: 0 10px;
}