
#content { padding: 0 !important; }
#content.no_left_sidebar.no_right_sidebar { width: calc(100% + 3px); }
article.single_post { background-color: transparent; padding: 0 !important; margin-bottom: -10px; }
.single_item_actions { display: none; }
.single_post > h1 { display: none; }

.tokenomics    { font-size: 1.3em; line-height: normal; padding-top: 100px; padding-bottom: 100px;
                 padding-left: 10%; padding-right: 10%; }
.tokenomics h1 { font-size: 2em; line-height: normal; margin-top: 0; overflow: hidden; }
.tokenomics h2 { font-size: 1.6em; line-height: normal; margin-top: 0; overflow: hidden; }
.tokenomics > h2:first-child { margin-top: 0; }
.tokenomics td { font-size: 0.9em; font-family: 'Myriad Pro', Arial, Helvetica, sans-serif; line-height: normal; }

body.main #content { padding-left: 0; padding-right: 0; }

.toketable    { border-top: 1px solid white; border-left: 1px solid white; }
.toketable th { border-right: 1px solid white; border-bottom: 1px solid white; }
.toketable td { border-right: 1px solid white; border-bottom: 1px solid white; text-align: right; }
.toketable tr td:first-child { text-align: left; }

.tokenomics.chart {
  background: url('/templates/aoc/media/tokenomics/space.jpg') center center no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.tokenomics.leaderboard {
  background: url('/templates/aoc/media/tokenomics/fire.jpg') center bottom no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.tokenomics.rest {
  background: url('/templates/aoc/media/tokenomics/moon.jpg') center bottom no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.tokenomics > *:last-child { margin-bottom: 0; }

@media all and (max-width: 1024px) {
  .tokenomics    { padding-left: 5%; padding-right: 5%; }
}

@media all and (max-width: 480px) {
  .tokenomics    { padding-left: 10px; padding-right: 10px; }
}

.tokenomics .czbottom { width: 90%; max-width: 600px; }
