* {
  box-sizing: border-box;
}

body {
  font-family: Arial, Helvetica, sans-serif;
  margin: auto;
}


/* Container for flexboxes */
section {
  /*display: -webkit-flex;
  display: flex;*/
  padding-top: 10px;
  width: 2400px;
  height:auto;
  margin: auto;
}


article {
  -webkit-flex: 3;
  -ms-flex: 3;
  flex: 3;
  background-color: #ffffff;
  padding: 10px;
  width: 2400px;
  height:auto;
  margin: auto;
}


img.imgLogo {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 25%;
}

p.contato{
	text-align:center;
	padding:0px;
	margin: 0px 2px;
}


table#tabelaResumo {
    
    border-collapse: collapse;
    width: 100%;
}

#customers {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  border-collapse: collapse;
  width: 100%;
}

#customers td, #customers th {
  border: 1px solid #ddd;
  padding: 4px;
}

#customers tr:nth-child(even){background-color: #f2f2f2;}

#customers tr:hover {background-color: #ddd;}

#customers th {
  padding-top: 4px;
  padding-bottom: 4px;
  text-align: left;
  background-color: #138496;
  color: white;
}
