@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700);
* {
  margin: 0;
  padding: 5px;
}

input, section {
  clear: both;
  display: none;
}

label {
  font-weight: bold;
  font-size: 14px;
  display: block;
  float: left;
  padding: 10px 30px;
  border-top: 2px solid transparent;
  border-right: 1px solid transparent;
  border-left: 1px solid transparent;
  border-bottom: 4px solid #F8F8F8;
}
label:hover {
  cursor: pointer;
  text-decoration: underline;
}
#tab1:checked ~ #content1, #tab2:checked ~ #content2, #tab3:checked ~ #content3 {
  display: block;
}
#tabela1:checked ~ #conteudo1, #tabela2:checked ~ #conteudo2, #tabela3:checked ~ #conteudo3 {
  display: block;
}
input:checked + label {
  border-top-color: transparent;
  border-right-color: transparent;
  border-left-color: transparent;
  text-decoration: none;
}
#ion{
  margin: 0px;
  margin-top: 4px;
}
#thcomjus{
  text-align: center;
}

.botoes {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

 .selectBtn {
    display: flex;
    align-items: flex-end;
}