<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#wrapper {
  width:        640px;
  font-family:  'lato_regular';
}

#table-wrapper {
  border-top: 1px solid #666;
  margin-top: 15px;
}

#scatter_div {
  margin-top: -15px;
}

.gray {
  background: rgb(225, 225, 225);
}

.total {
  background: rgb(128, 128, 128);
}

.col {
  width:  48%;
  float:  left;
  text-align: center;
}

.title {
  display:        inline-block;
  text-transform: uppercase;
  font-family:    'lato_bold';
  color:          rgb(255, 255, 255);
  padding:        15px 30px;
  width:          auto;
  background:     #02ABEC;
  margin:         0px 10px;
}

.legenda-box {
  text-align:     center;
  padding-bottom: 0px;
  position: absolute;
  top: 155px;
  left: 205px;
}

.legenda-1 {
  display:            inline-block;
  padding-left:       40px;
  height:             30px;
  line-height:        30px;
  vertical-align:     middle;
  font-size:          120%;
}

.eleito {
  background:   url('img/eleito.png') no-repeat;
  margin-left:  30px;
}

.nao-eleito {
  background: url('img/nao-eleito.png') no-repeat;
}

.youtube-modal {
  border:   3px solid #c0c0c0;
  position: absolute;
  left: 50%;
  z-index: 666;
  display: block;
  width: 560px;
  height: 450px;
  background: rgb(255, 255, 255);
  top: 100px;
  margin-left: -280px;
  overflow-y:    scroll;
  overflow-x:    hidden;
  display:  none;
}

h3, h4 {
  margin: 5px;
}

h4 {
  text-align: center;
}

select {
  max-width:  500px;
}

.modal-close {
  color: rgb(255, 255, 255);
  float: left;
  background: rgb(0, 0, 0);
  position: absolute;
  right: 0px;
  width: 22px;
  height: 20px;
  text-align: center;
  font-weight: 800;
  cursor: pointer;
  border: 1px solid rgb(255, 255, 255);
  top: 0px;
  z-index: 999;
  font-family: 'lato';
}

.modal-open {
  cursor: pointer;
}

.modal-content {
  text-align: center;
}

.modal-content label {
  font-family:  'lato_bold';
}

.modal-content select {
  margin: 20px;
}

.modal-content  table {
  font-size:  80%;
  width:      100%;
}

#doacoes_candidato td {
  min-width:  150px;
}

.modal-shield {
  display:    none;
  position:   fixed;
  top:        0px;
  right:      0px;
  height:     100%;
  width:      100%;
  opacity:    0.7;
  background: rgb(255, 255, 255);
  z-index:    333
}
</pre></body></html>