/* <system section="theme" selected="push-up"> */
@import "/css/theme/push-up/push-up.css";
/* </system> */

/* <system section="background" selected="490A3D"> */
body{background:#490A3D;color:white}
/* </system> */
#container {
  padding: 3vh 3vw;
  line-height: 1.8;
  color: blanchedalmond;
  background-color: crimson;
  max-width: 960px;
}

.entry-header-menu {
float: right;
}

a {
text-decoration: none;
color: inherit;
}

h1 a, h2 a {
  text-decoration: none;
  color: inherit;
  border-bottom: 1px solid;
  padding: 0.1em;
}

.entry-date {
  display: none;
}

.entry-footer .author {
  display: none;
}

.entry-footer-time {
  display: none;
}

.entry {
  margin-bottom: 10em;
}

h1, h2 {
  font-size: inherit;
}

.entry-title-empty {
  display: none;
}

p {
  margin-bottom: 2em;
}

.ad, .google-afc-user-container, .adx-responsive-mode {
margin: 2em -3vw;
padding: 1em;
background-color: greenyellow;
text-align: center;
}

#footer {
display: none;
}