h6 {
  margin: 0;
  font-size: 20px;
  line-height: 27px;
  font-weight: normal;
  color: #32be3c; }

.mystrategy-cover-container .cover {
  background-color: #282828;
  background-size: cover;
  background-position: center;
  border-radius: 6px;
  overflow: hidden;
  color: white;
  text-align: center; }
  .mystrategy-cover-container .cover .menu a {
    color: white;
    border-bottom: solid 1px rgba(255, 255, 255, 0.3); }
    .mystrategy-cover-container .cover .menu a:hover {
      opacity: 0.7; }
  .mystrategy-cover-container .cover .material-cover {
    position: relative;
    display: inline-block;
    width: 670px;
    height: 700px;
    margin-top: 100px;
    padding: 35px 20px 0 60px;
    box-sizing: border-box;
    background-color: white;
    background-image: url("../ci-my_strategy_src/images/Cover_1.jpg");
    background-size: cover;
    background-position: 0 -30px;
    border-radius: 2px;
    text-align: left; }
    .mystrategy-cover-container .cover .material-cover.part2 {
      background-image: url("../ci-my_strategy_src/images/Cover_2.jpg"); }
    .mystrategy-cover-container .cover .material-cover.part3 {
      background-image: url("../ci-my_strategy_src/images/Book3_cover.jpg"); }
    .mystrategy-cover-container .cover .material-cover .spine {
      position: absolute;
      top: 0;
      left: 30px;
      width: 3px;
      background-color: rgba(60, 60, 60, 0.1);
      height: 100%; }
    .mystrategy-cover-container .cover .material-cover .author-caption {
      color: #32be3c;
      margin-top: 0;
      font-size: 15px;
      line-height: 20px; }
    .mystrategy-cover-container .cover .material-cover .cover-title {
      margin-top: 70px;
      font-size: 65px;
      line-height: 65px; }
  .mystrategy-cover-container .cover .scrolldown-button-container {
    position: absolute;
    width: 50px;
    bottom: 30px;
    left: 50%;
    margin-left: -25px; }
    .mystrategy-cover-container .cover .scrolldown-button-container .scrolldown-button {
      display: block;
      width: 50px;
      height: 50px;
      border: 1px solid rgba(255, 255, 255, 0.6);
      border-radius: 50%;
      padding: 7px;
      box-sizing: border-box;
      font-size: 26px;
      color: white; }
      .mystrategy-cover-container .cover .scrolldown-button-container .scrolldown-button:hover {
        opacity: 0.8; }

.motherland {
  margin-left: 50%;
  font-size: 16px;
  line-height: 20px; }

table.big {
  width: 100%;
  table-layout: fixed;
  font-size: 12px;
  line-height: 15px; }

table.big tbody tr td:not(:first-child) {
  white-space: normal; }

.small-text {
  font-size: 12px;
  line-height: 15px; }

.infogram {
  margin-top: 30px;
  margin-left: 50px;
  margin-bottom: 130px; }
  .infogram .chart-body {
    position: relative; }
    .infogram .chart-body .tr {
      position: absolute;
      width: 100%;
      font-size: 0;
      transition: transform 0.5s ease;
      z-index: 1000;
      height: 28px; }
      .infogram .chart-body .tr .td {
        position: relative;
        display: inline-block;
        vertical-align: top;
        width: 33%;
        height: 28px;
        font-size: 15px;
        line-height: 20px;
        box-sizing: border-box; }
        .infogram .chart-body .tr .td .bar {
          position: relative;
          display: inline-block;
          vertical-align: top;
          margin-top: -5px;
          width: 30px;
          height: 28px;
          background: red; }
        .infogram .chart-body .tr .td .value {
          display: inline-block;
          vertical-align: top;
          margin-left: 3px;
          opacity: 0;
          transition: opacity .3s ease; }
      .infogram .chart-body .tr.hover .value {
        opacity: 1;
        transition: opacity 0s ease; }
  .infogram .chart-header .tr {
    margin-top: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    margin-bottom: 15px;
    font-size: 0; }
    .infogram .chart-header .tr .td {
      position: relative;
      display: inline-block;
      vertical-align: top;
      width: 33%;
      font-size: 15px;
      line-height: 20px;
      box-sizing: border-box;
      padding-right: 15px; }
      .infogram .chart-header .tr .td:not(:nth-child(1)) {
        position: relative; }
        .infogram .chart-header .tr .td:not(:nth-child(1)) .hover-plate {
          position: absolute;
          top: -10px;
          left: -15px;
          right: 15px;
          padding-bottom: 35px;
          z-index: 100000;
          cursor: pointer; }
        .infogram .chart-header .tr .td:not(:nth-child(1)):hover .hover-plate {
          background-color: rgba(100, 255, 0, 0.2); }

/*# sourceMappingURL=ci-mystrategy.css.map */
