* {
  font-family:        Verdana, Arial, sans-serif;
  font-size:          10px;
  overflow:           visible;
}

#combo_impressao {
  width:              240px;
  overflow:           hidden;
  white-space:        nowrap;
}

#combo_impressao select {
  width:              300px;
}
  
#abas {
  display:            none;
}

a {
  display:            none;
}

#topo {
  margin-bottom:      30px;
}

#logo_smart {
  margin-left:        50px;
  
}

#logo_protel {
  position:           absolute;
  right:              80px;
}

table {
  border:             1px solid black;
  margin-top:         15px;
  margin-bottom:      15px;
  width:              100%;
}

#acompanhamento th {
  border-bottom:      1px double black;
  margin:             0px;
}

#agendamentos th {
  text-align:         left;
}

#usuario_logado {
  float:              none;
  margin-bottom:      15px;
}

select {
  border:             none;
}

#total {
  text-align:         right;
}

#acompanhamento td.servico {
  width:              30%;
}

#acompanhamento td.observacao {
  width:              40%;
}

#acompanhamento td.numero {
  white-space:        nowrap;
}

.valor_base {
  width:              12%;
  text-align:         left;  
  white-space:        nowrap;
}
.separador td {
  border-bottom:      1px solid black;
}

tbody {
  display:            table-row-group;
}