<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.dashboard {
  display: none;
}

.modal.big-modal {
  top:    50px !important;
  height:  500px !important;
  width:    500px !important;
  margin-left:  -250px !important
}

.add-on {
  float: left;
}

.prependedInput {
  float:  left;
}

.fix-float {
  width: 100%; height: 1px; display: block; float: none; clear: both;
}
.control {
  display: block;
}

#dashboard1 {
  display: block;
}

#wrapper th.header {
  text-align: center !important;
}

@media screen {

  #wrapper td.gray {
    background-color: rgb(192, 192, 192) !important;
  }

  .text-wrapper {
    padding:  10px;
    font-size:  80% !important;
  }
  
  .text-wrapper p {
    display:  inline-block;
    float:    left;
    font-size:  80%;
    padding-left: 20px;
    height: 25px !important;
  }
  
  .text-wrapper * {
    font-size:    80% !important;
    font-family:  'lato_regular';
  }
  
  .text-wrapper h2 {
    font-family:  'oswald';
  }
  
  .text-wrapper span {
    display:  inline-block;
    float:    left;
    clear: both;
    width: 220px;
    text-align: right;
    height: 25px;
    padding: 0px;
    font-family:  'lato_bold';
  }
 
}

.google-visualization-table-tr-head td {
  background: #FFF; padding: 8px 0;
}
.goog-menu-vertical {
  overflow: scroll; max-height: 400px;
}
.filtros {
  float: left; width: 300px; padding: 10px 5px; 
}
#querytable1 {
  display: block; clear: both;
}
#bubles {
  width: 640px; height: 400px; overflow-y: scroll; overflow-x: hidden; position: relative;
}
#bubles .table {
  width: 640px;
}
.table td {
  position: relative;
}
.table td div {
  height: 100%; position: relative; z-index: 1px; background: #ffcccc; width: 50%; left: 0; top: 0; bottom: 0;
  float: left;
}
.table td p {
  z-index: 100; position: absolute; display: block; text-align: center; margin: 0 auto; float: left;
}
.none {
  display: none !important;
}
#pies {
  width: 200px; height: 200px;
}
#chartsEdu, #chartsSaude {
  width: 460px; height: 260px; float: left;
}
.tab-content {
  padding: 50px 0 0 0;
}

#tab1 p {
  float: left; width: 400px; text-align: center;
}
#explicacao small {
  display: block; color: #333; margin: 3px; text-shadow: none !important;
}

#bubles table thead tr th { cursor:pointer; height: 60px; }

#bubles tr {
  cursor: pointer;
}

.headerSortUp { background: url(setaup.png) no-repeat top center; }

.headerSortDown { background: url(setadown.png) no-repeat top center; }</pre></body></html>