body,
html {
  scroll-behavior: smooth;
}
body {
  background-color: #f2f2f2;
  color: #0f0f0f;
  font-family: sole_text, Georgia, Times, "Times New Roman", serif;
  font-size: 20px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.56;
  letter-spacing: normal;
}
article,
body,
header,
section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
  max-width: 100vw;
}
article div {
  box-sizing: border-box !important;
}
h1 {
  display: inline;
  font-family: sole_headline, Georgia, Times, "Times New Roman", serif;
  font-size: 80px;
  font-weight: 900;
  line-height: 1;
  text-align: center;
  padding: 0;
  max-width: 600px;
  margin-top: 300px;
}
.margin_bottom_50px {
  margin-bottom: 50px !important;
}
.margin_bottom_0px {
  margin-bottom: 0 !important;
}
.margin_top_bottom_0px {
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}
.align-self-auto {
  align-self: auto !important;
}

.iframe_div {
  width: 100%;
  position: relative;
}

.loader_img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/*  HEADER */
.title_background {
  width: 99vw;
  max-width: 100vw;
  margin-top: 2px;
  height: calc(100vh);
  background-color: #4f4f4f;
  color: #fff;
  background-image: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0.1),
      rgba(0, 0, 0, 0.6)
    ),
    url(../img/cover_desktop.jpg);
  background-repeat: no-repeat;
  background-position: center right;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.scroll_div {
  display: flex;
  justify-content: center;
  position: relative;
  bottom: 50px;
  border: 1px solid #fff;
  border-radius: 0;
  overflow: hidden;
  height: 40px;
  width: 40px;
  cursor: pointer;
  margin-top: 100px;
}
#scroll_img {
  cursor: pointer;
}
@keyframes animate {
  0% {
    opacity: 0;
    transform: translate(0, -20px);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate(0, 20px);
  }
}
.scroll_div:hover img {
  animation: animate 1.5s infinite;
}
#giorno {
  padding-top: 30px;
  font-family: sole_headline, Georgia, Times, "Times New Roman", serif;
  font-size: 24px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.17;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
}

/* MAPPA */
#change_map {
  display: flex;
  margin: 20px auto;
}
.mappa_btn {
  width: 200px;
  border: 1px solid #ccc;
  background-color: #fff;
  padding: 10px 30px;
  font-family: SoleSans, Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  outline: 0;
}
.mappa_btn:hover {
  background-color: #ececec;
  font-weight: 700;
  outline: 0;
}
.mappa_btn_active {
  background-color: #ececec;
  font-weight: 700;
  outline: 0;
}

/* MENU */
#menu_anchor {
  position: relative;
  bottom: 100px;
}
#menu {
  max-width: 1000px;
  text-align: center;
  margin-top: 50px;
}
#menu_list {
  padding-inline-start: 0;
}
#menu_title {
  display: inline;
  font-family: SoleSans, Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 700;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  color: #f7f6f2;
  background-color: #0f0f0f;
  padding: 4px 10px;
  border-radius: 5px;
}
ul#menu_list li {
  position: relative;
  display: inline;
  list-style-type: none;
  padding-left: 5px;
  margin-right: 25px;
  font-family: sole_display, Georgia, Times, "Times New Roman", Serif;
  font-size: 18px;
  font-weight: 800;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.3;
  letter-spacing: normal;
}
ul#menu_list li a {
  color: #0f0f0f;
  text-decoration: none;
}
ul#menu_list li a:before {
  content: "\2605";
  opacity: 1;
  position: absolute;
  left: -16px;
  top: -2px;
}
ul#menu_list li a:hover {
  text-decoration: underline;
}
ul#menu_list li a:hover:before {
  content: "\2605";
  opacity: 1;
}
ul#menu_list li a:active {
  text-decoration: underline;
}
ul#menu_list li a:active:before {
  content: "\2605";
  opacity: 1;
}
ul#menu_list li a:visited {
  color: #0f0f0f;
  text-decoration: none;
}
ul#menu_list li a:visited:before {
  content: "\2605";
  opacity: 0.5;
}

/* SECTIONS */
.section_title_container {
  width: 100%;
  max-width: 800px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  -webkit-align-items: baseline;
  align-items: baseline;
  margin: 100px auto 0 auto;
}
.section_img {
  width: 90px;
}
.section_title_img {
  width: 100%;
  max-width: 70px;
  height: auto;
}
.section_title {
  align-self: baseline;
}
.section_title h2 {
  font-family: sole_headline, Georgia, Times, "Times New Roman", serif;
  font-size: 50px;
}
.separatore_img {
  width: 100px;
  max-width: 100px;
  height: auto;
}
.back_to_top {
  align-self: baseline;
  cursor: pointer;
  font-family: SoleSans, Arial, Helvetica, sans-serif;
  font-size: 15px;
  padding: 5px 10px 5px 0;
  display: flex;
  flex-direction: row;
  align-items: baseline;
}
.back_to_top::before {
  content: url(../img/FRECCIA_Nera.svg);
  width: 13px;
}
.back_to_top:hover {
  background: #0f0f0f;
  color: #fff;
  cursor: pointer;
  font-weight: 600;
}
.back_to_top:hover::before {
  content: url(../img/FRECCIA_Bianca.svg);
  width: 13px;
}
.back_to_top:active {
  background: #0f0f0f;
  color: #fff;
}
#sticky {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 3;
  text-align: right;
  display: none;
}
#sticky img {
  cursor: pointer;
  width: 40px;
  max-width: 40px;
  height: auto;
  margin-right: 20px;
  margin-bottom: 20px;
}

/* CHART */
.div_800 {
  width: 100%;
  max-width: 800px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin: 20px auto;
}
.div_text_800 {
  width: 100%;
  max-width: 800px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin: 20px auto;
}
.div_chart_800 {
  width: 100%;
  max-width: 800px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin: 20px auto;
}
.div_chart_full {
  width: 99vw;
  max-width: 1920px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin: 20px auto;
}
.div_split_charts {
  width: 100%;
  max-width: 800px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  -webkit-box-pack: space-around;
  -ms-flex-pack: space-around;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin: 20px auto;
}
.chart_300 {
  width: 49%;
}

.chart_title {
  align-self: baseline;
  font-family: sole_headline, Georgia, Times, "Times New Roman", serif;
  font-size: 30px;
  line-height: 1.1;
  font-weight: 600;
  text-align: left;
  margin-bottom: 15px;
}
.chart_legend {
  align-self: baseline;
  font-family: SoleSans, Arial, Helvetica, sans-serif;
  font-size: 19px;
  line-height: 1.3;
  text-align: left;
}
.chart_source {
  align-self: baseline;
  font-family: SoleSans, Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.3;
  text-align: left;
  opacity: 0.8;
}
.chart_source_link:link {
  background-color: transparent;
  color: #005675;
  text-decoration: none;
}
.chart_source_link:visited {
  background-color: transparent;
  color: #005675;
  text-decoration: none;
}
.chart_source_link:hover {
  background-color: #005675;
  color: #fff;
  text-decoration: none;
}
.chart_source_link:active {
  background-color: #005675;
  color: #fff;
  text-decoration: none;
}



/*  LINK ARTICOLI */

#extra_big_div_link_full {
  width: 99vw;
  max-width: 100vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  -webkit-align-items: baseline;
  align-items: baseline;
  background-color: #fff;
}

.big_div_link_full {
  width: 99vw;
  max-width: 1440px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  background-color: #fff;
}

#link_item_container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin: 20px auto;
}
.div_link_800 {
  width: 100%;
  max-width: 800px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  margin: 0 auto;
  background-color: #fff;
}
.link_item {
  padding: 0 15px 0 15px;
  border-right: 1px solid #0f0f0f;
  flex: 1;
}
/* .link_item_img {
  max-width: 400px;
} */

.no-border-right {
  border-right: 0;
}
.star_inside {
  display: none;
}
.link_title {
  font-family: sole_headline, Georgia, Times, "Times New Roman", Serif;
  font-size: 18px;
  font-weight: 800;
  font-stretch: normal;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: left;
  padding: 10px 0 10px 0;
}
.link_title a:link {
  color: #0f0f0f;
  text-decoration: none;
}
.link_title a:visited {
  color: #0f0f0f;
  text-decoration: none;
}
.link_title a:hover {
  color: #0f0f0f;
  text-decoration: underline;
}
.link_title a:active {
  color: #0f0f0f;
  text-decoration: underline;
}
.link_abstract {
  font-family: SoleSans, Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 400;
  font-stretch: normal;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: left;
  padding: 5px 0 20px 0;
}
.link_item_img img {
  width: auto;
  height: 250px;
  vertical-align: text-top;
}

#trump-biden-link-img {
  width: 100%;
  max-width: 100vw;
  background-color: transparent;
  display: none;
}

#trump-biden-link-img img {
  width: 100%;
  max-width: 480px;
  height: auto;
  display: block;
}

/*  QUOTE */
#extra_big_div_quote_full {
  width: 99vw;
  max-width: 100vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin: 20px auto;
  margin-top: 0px;
  background-color: #fff;
}

.big_div_quote_full {
  width: 99vw;
  max-width: 1440px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin: 0px auto;
  background-color: #fff;
}

.big_div_quote_full {
  position: relative;
}

.medium_div_quote {
  display: flex;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.quote_div_img {
  width: 1000px;
  max-width: 310px;
  height: 290px;
}
.quote_img {
  width: 350px;
  max-width: 350px;
  height: auto;
}
#quote_biden_img {
  position: absolute;
  top: -100px;
  z-index: 2;
}
#quote_trump_img {
  position: absolute;
  top: -100px;
  z-index: 2;
}

#trump-biden-quote-img {
  width: 100%;
  max-width: 100vw;
  background-color: transparent;
  display: none;
}

#trump-biden-quote-img img {
  width: 100%;
  max-width: 480px;
  height: auto;
  display: block;
}

.virgolette_img {
  width: 40px;
  max-width: 40px;
  height: auto;
}
.quote_div {
  width: 100%;
  max-width: 800px;
  text-align: center;
}
.slide,
.sslide {
  display: none;
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.slide.active,
.sslide.active {
  display: block;
  -webkit-animation: fadeIn 2s;
  animation: fadeIn 2s;
}
.quote_text {
  font-family: sole_headline, Georgia, Times, "Times New Roman", serif;
  font-size: 30px;
  line-height: 1.1;
  font-weight: 400;
  font-style: italic;
  text-align: center;
}
.blue {
  color: #0061aa;
}
.red {
  color: #e31d3c;
}
.space_div {
  width: 350px;
}
.quote_firma {
  font-family: SoleSans, Arial, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 400;
  text-align: left;
  margin-top: 30px;
}

/*  TWEETS */

#tweet_div {
  padding-left: 30px;
  padding-right: 30px;
}

/* CREDITS */
#chart_credits {
  font-family: SoleSans, Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 500;
  font-stretch: normal;
  font-style: italic;
  line-height: 1.2;
  letter-spacing: normal;
  align-self: baseline;
  margin-top: 30px;
}
.credits_container {
  width: 100%;
  max-width: 99vw;
  display: flex;
  justify-content: center;
  margin: 0;
}
.crediti_finali {
  margin-top: 60px;
  width: 100%;
  max-width: 800px;
  border-top: 1px solid #0f0f0f;
}
.crediti_finali h5 {
  margin: 60px auto;
  font-family: SoleSans, Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.4;
  text-align: left;
  font-weight: 400;
}
#l24-footer2 {
  width: 99vw;
  padding: 30px 0 !important;
}

/* RESPONSIVE DESKTOP */

@media screen and (max-width: 1300px) {
  .link_item_img {
    display: none;
  }
}
@media screen and (min-width: 800px) {
  .quote_firma_trump {
    text-align: right;
  }
}

/* RESPONSIVE MOBILE */
@media screen and (max-width: 480px) {
  .title_background {
    width: 100%;
    max-width: 100vw;
    background-color: #4f4f4f;
    color: #fff;
    background-image: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0.1),
        rgba(0, 0, 0, 0.6)
      ),
      url(../img/cover_mobile.jpg);
  }
  h1 {
    font-size: 50px;
    text-shadow: 2px 2px 12px #000000;
    margin-top: 200px;
  }
  article div {
    box-sizing: border-box !important;
    padding-left: 10px;
    padding-right: 10px;
  }
  .mappa_btn {
    width: 150px;
  }
  .div_link_800 {
    flex-direction: column;
  }
  .div_800 {
    box-sizing: border-box !important;
    padding-left: 10px;
    padding-right: 10px;
  }
  #link_item_container {
    padding-left: 10px;
    padding-right: 10px;
  }
  .link_item {
    width: 100%;
    height: auto;
    border-right: 0;
    border-bottom: 1px solid #0f0f0f;
    padding: 0;
  }
  .link_item_img {
    display: none;
  }

  #trump-biden-link-img,
  #trump-biden-quote-img {
    display: block;
  }

  .star_up {
    display: none;
  }
  .star_inside {
    display: contents;
  }
  .quote_div_img,
  .space_div {
    display: none;
  }
  .quote_div {
    max-width: 100vw;
    box-sizing: border-box !important;
    padding: 40px 10px;
  }
  .link_title {
    padding: 20px 10px 10px 10px;
  }
  .link_abstract {
    padding: 0 10px 20px 10px;
  }
  .section_img {
    width: 70px;
  }
  .title_div {
    margin-top: 130px;
    padding-left: 0;
    padding-right: 0;
  }
  .top_menu_container {
    display: none;
  }
  .div_text_800 {
    box-sizing: border-box !important;
    padding-left: 10px;
    padding-right: 10px;
  }
  .section_title_container {
    max-width: 100vw;
    margin-top: 50px;
  }
  .section_title h2 {
    font-size: 40px;
  }
  .top_chart_container {
    width: 100%;
    max-width: 100vw;
    flex-direction: column;
    padding-left: 0;
    padding-right: 0;
  }
  .top_chart {
    width: 100%;
    max-width: 100vw;
    margin-top: 10px;
  }
  .top_chart_source,
  .top_chart_text,
  .top_chart_var {
    padding-left: 10px;
  }
  .top_chart_iframe {
    box-sizing: border-box !important;
    width: 100%;
  }
  .div_800,
  .div_chart_800,
  .div_chart_full,
  .div_text_800 {
    max-width: 100vw;
  }
  .div_split_charts {
    max-width: 100vw;
    flex-direction: column;
  }
  .chart_300 {
    width: 100%;
  }
  .section_img {
    padding-left: 0;
  }
  .back_to_top {
    display: none;
  }
  .chart_300,
  .chart_legend,
  .chart_source,
  .chart_title,
  .div_chart_800,
  .div_link_800,
  .div_split_charts,
  .link_item,
  .top_chart,
  .top_chart_iframe {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  #settori_div {
    margin-top: 30px;
  }

  #sticky img {
    width: 30px;
    max-width: 30px;
    margin-right: 0px;
    margin-bottom: 0px;
  }



  .crediti_finali,
  .credits_container {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .crediti_finali {
    width: 100%;
    max-width: 100vw;
  }
  .crediti_finali h5 {
    margin: 40px 10px;
  }
}

/*  RESPONSIVE TABLET */
@media screen and (min-width: 481px) and (max-width: 800px) {
  .title_background {
    width: 100%;
    max-width: 100vw;
    background-color: #4f4f4f;
    color: #fff;
    background-image: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0.1),
        rgba(0, 0, 0, 0.6)
      ),
      url(../img/cover_mobile.jpg);
  }
  h1 {
    font-size: 70px;
    text-shadow: 2px 2px 12px #000000;
    margin-top: 200px;
  }
  article div {
    box-sizing: border-box !important;
    padding-left: 20px;
    padding-right: 20px;
  }
  .mappa_btn {
    width: 150px;
  }
  .div_link_800 {
    flex-direction: column;
  }
  #link_item_container {
    box-sizing: border-box !important;
    padding-left: 20px;
    padding-right: 20px;
  }
  .div_800 {
    box-sizing: border-box !important;
    padding-left: 20px;
    padding-right: 20px;
  }
  .link_item {
    width: 100%;
    height: auto;
    border-right: 0;
    border-bottom: 1px solid #0f0f0f;
    padding: 0;
  }
  .link_item_img {
    display: none;
  }
  .star_up {
    display: none;
  }
  .star_inside {
    display: contents;
  }
  .quote_div_img,
  .space_div {
    display: none;
  }
  .quote_div {
    max-width: 100vw;
    box-sizing: border-box !important;
    padding: 40px 20px;
  }
  .link_title {
    box-sizing: border-box !important;
    padding: 20px 20px 10px 20px;
  }
  .link_abstract {
    box-sizing: border-box !important;
    padding: 10px 20px 20px 20px;
  }
  .section_img {
    width: 70px;
  }
  .title_div {
    margin-top: 130px;
  }
  .top_menu_container {
    display: none;
  }
  .section_title_container {
    max-width: 100vw;
    margin-top: 50px;
  }
  .section_title h2 {
    font-size: 40px;
  }
  .div_800,
  .div_chart_800,
  .div_chart_full,
  .div_text_800 {
    max-width: 100vw;
  }
  .div_split_charts {
    max-width: 100vw;
  }
  .chart_300 {
    width: 50%;
  }
  .section_img {
    padding-left: 0;
  }
  .chart_300,
  .chart_legend,
  .chart_source,
  .chart_title,
  .div_chart_800,
  .div_link_800,
  .div_split_charts,
  .link_item,
  .top_chart,
  .top_chart_iframe {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  #sticky img {
    width: 30px;
    max-width: 30px;
    margin-right: 0px;
    margin-bottom: 0px;
  }


  #chart_credits {
    padding: 0px 20px;
  }

  .credits_container {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .crediti_finali {
    width: 100%;
    max-width: 100vw;
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .crediti_finali h5 {
    margin: 40px 10px;
  }
}
