table thead{
  background:#283038;
  color:#fff;
  font-size:16px;
  text-align:center;
}
table .especialidade{
  display:inline-block;
  padding-left:15px;
  font-size:12px;
  color:#119896;
  font-weight:bold;
  text-transform:uppercase;
}
.btn-agendamento,.btn-chegada{
  padding:7px 14px;
  border-radius:4px;
  color:#fff;
  font-size:13px;
  margin:5px auto;
  display:inline-block;
  text-transform:uppercase;
  font-weight:bold;
  min-width:160px;
  text-align:center;
}
.btn-agendamento:hover,
.btn-agendamento:focus{
  text-decoration:none;
  color:#fff;
}
.btn-agendamento{  
  background:#119896;
}
.btn-chegada{
  background:#283038;
  color:#ffffff;
}
.btn-chegada a{
  background:#283038;
  color:#ffffff;
}
table h4{margin: 0;}
table .horario{
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  display: inline-block;
  margin: 10px 0;
}
.dias-atendimento{
  display: block;
  list-style: none;
  padding-left: 0px;
  text-align: center;
  max-width: 440px;
  margin: 0 auto;
  position: relative;
}
.dias-atendimento li{
  display:inline-block;
  margin-right: 5px;
  margin-bottom: 5px;
}
.dias-atendimento a{
  display: table-cell;
  width: 100px;
  height: 100px;
  background: #CBCBCF;
  color: #283038;
  vertical-align: middle;  
  font-weight: bold;    
}
.dias-atendimento a:hover,
.dias-atendimento a:focus{
  text-decoration:none;
  background:#009896;
  color:#F6F6F6;
}
.subtitulo{
  text-align: center;
  color: #009896;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 40px;
}
.chamada-rodape{
  background:#19384D;
  color:#fff;
  padding:  30px 0;
}
.chamada-rodape h2{
  margin-bottom:0;
  font-size:18px;
  color:#fff;
  margin-top:10px;
}
.iguala-altura{
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;  
} 
.iguala-altura > div {  
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
#content h3{
  background: #119896;
  margin-bottom: 0;
  padding: 6px 12px;
  font-size: 18px;
  color: #fff;
  display: inline-block;
  border-radius: 4px 4px 0 0;
}
.anchor{
  display: block;
  height: 120px; /*same height as header*/
  margin-top: -120px; /*same height as header*/
  visibility: hidden;
}