table {overflow-x:auto; width: 100%;text-align: center;}


th, td {word-break:break-all;text-align: center; font-size: 15px;}

details {
    display: flex;
    flex-direction: column;
    background-color: #1a242f;
    background-color: var(--background-alt);
    padding: 10px 10px 0;
    margin: 1em 0;
    border-radius: 6px;
    overflow: hidden;
  }

  details[open] {
    padding: 10px;
  }
  
  details > :last-child {
    margin-bottom: 0;
  }
  
  details[open] summary {
    margin-bottom: 10px;
  }
  span{
    float:right
  }

  .direita{
    float:right; 
    position:relative;
    margin-left: auto;
    display: flex;
    overflow: hidden;
    }    
    
.lojas, .informacoes-gerais{
    margin-left:10%;
    margin-right:10%;
    margin-top: 10%
}

iframe{
    width: 100%;
    height: 400px;
    align-items: center;
}

body{
  line-height: 200%;
  font-size: 80%;
  overflow: scroll
}

.vertical-center {
line-height: 100%;
}

.footer{
  padding: 20px;
  margin-bottom: 20px;
}



table{
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', 'Segoe UI Emoji', 'Apple Color Emoji', 'Noto Color Emoji', sans-serif;
}
#google-visualization-table-tr-odd{
  border: solid rgba(238, 238, 238, 0); 


}
tr.google-visualization-table-tr-even{

  background: #1a242f;
}

.google-visualization-table-table td {
   border: solid #eee !important; 
  border-width: 0 0px 0px 0 !important;
  padding: 2px .35em;
  text-align: left   !important;

}

.google-visualization-table-table th {
  border: solid ;
  border-width: 0 0px 0px 0 !important;
  padding: 4  px .35em;
  position: relative;
  z-index: 10;
  background: #151d25 !important;
  text-align: center !important;
}


.chart {
  width: 100% !important; 
  min-height: 450px !important;
}
.row {
  margin:0 !important;
}