* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	}
	.form-box {
	display: flex;
	justify-content: flex-end;
	gap: 8px;
	padding: 8px;
	background-color: #333;
	text-align: center;
	}
	.form-box input,
	.form-box button {
	padding: 8px;
	margin-right: 4px;
	font-size: 14px;
	}
	.form-box input {
	outline: none;
	border: none;
	}
	.form-box button {
	border: none;
	background-color: #edae39;
	}
	
@media only screen and (max-width: 1024px) {
	.form-box input,
	.form-box button {
	  display: block;
	  width: 100%;
	  font-size: 16px;
	}
}
	
@media only screen and (max-width: 768px) {
	.form-box {
	  flex-direction: column;
	}
	.form-box input,
	.form-box button {
	  display: block;
	  width: 100%;
	  font-size: 20px;
	}
}




body  { color: black; font-size: 12px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; background-color: white }
td  { color: black; font-size: 12px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular }
a { color: #005ea8; text-decoration: none }
a:hover { color: white; background-color: #005ea8 }
a.menulink { color: white; font-weight: bold; font-size: 14px; font-family: verdana; text-decoration: none; background-color: #005ea8; text-align: left; text-indent: 3px; width: 160px; height: 22px; display: block }
a.menulink:hover { color: #005ea8; background-color: white }
.menu_border { border-bottom: 1px solid #005ea8 }
.menu_border_grey { border-bottom: 1px solid #dcdcdc }
.teste { padding-left: 10px; color: #dfdfdf; }
h3 {margin-top: 15px; padding: 10px;}
form {padding:15px;}
input {margin:1px;padding:2px;}
p {margin-top:15px;margin-bottom:15px;}
tr {background-color: #fff;}



#listagem {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

#listagem td, #listagem th {
  border: 1px solid #ddd;
  padding: 8px;
}

#listagem tr:nth-child(even){background-color: #f2f2f2;}

#listagem tr:hover {background-color: #ddd;}

#listagem th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #4CAF50;
  color: white;
}

#cabecalho {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 100%;
  border: none;
}

#cabecalho td, #cabecalho th {
  padding: 8px;
}

#cabecalho th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #4CAF50;
  color: white;
}

 label {
    display: inline-block;
    width: 5em;
  }
  
  a.button {
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;

    text-decoration: none;
    color: initial;
    
    background-color: #4CAF50; /* Green */
  border: none;
  color: white;
  padding: 5px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
}

td {
	padding: 3px 10px;
}

ul {
	margin-bottom: 15px;
}
li {
	margin-left: 20px;
}