* {
  margin: 0;
  box-sizing: border-box;
}

body {
font-family: Verdana, trebuchet ms;
font-size: 10px;
letter-spacing: 1px;
text-transform: none;
text-decoration: none;
font-weight: normal;
color: #000000;
text-align: justify; 
background: #ffffff; }

#corpo {
position: absolute; 
width: 500px; }

#layout {
position:absolute; 
margin-left: 10px; 
padding-top: 29px; }

#main {
top: 275px; 
position: absolute; 
left:10; 
right:10;}

A 
{text-decoration:none;
 color: #7b90d0;
 font-weight:none;
 cursor:hand;}

A:hover
{text-decoration:none;
 color: #ffffff;
 background-color: #7b90d0;
 font-weight:none;
 cursor:hand;}

td { background-color: #ffffff;
font-family: Verdana, trebuchet ms;
font-size: 10px;
letter-spacing: 1px;
text-transform: none;
text-decoration: none;
text-align: justify; 
font-weight: normal;
color: #000000; }

.title{
font-family: georgia;
color: #7b90d0;
font-size: 10px;
letter-spacing: 0px; 
font-weight: bold;
font-style: none;
line-height: 11px;
text-align: right;
text-transform: uppercase;
width: 100%;
padding-right: 10px;
padding: 2px;
border-bottom: 1px dashed #7b90d0;
margin-bottom: 2px;  }

.compila{
width: 100%;
padding-left: 20px;
}


input,textarea,select {
background: #7b90d0;
border: 1px solid #7b90d0;
font-family: Verdana, trebuchet ms; 
font-weight: none;
font-size: 10px; 
text-transform: none;
color: #000000;
overflow-x:hidden;  }

table {
  border-collapse:separate; 
  border-spacing: 0 1em;
}

#myInput {
  background: #ffffff;
  background-position: 10px 12px; /* Position the search icon */
  background-repeat: no-repeat; /* Do not repeat the icon image */
  width: 100%; /* Full-width */
  font-size: 10px; /* Increase font-size */
  padding: 12px 20px 12px 40px; /* Add some padding */
  border: 1px solid #ddd; /* Add a grey border */
  margin-bottom: 12px; /* Add some space below the input */
 }
 
#myTable {
  border-collapse: collapse; /* Collapse borders */
  width: 100%; /* Full-width */
  border: 1px solid #ddd; /* Add a grey border */
  font-size: 18px; /* Increase font-size */
}

#myTable th, #myTable td {
  text-align: left; /* Left-align text */
  padding: 12px; /* Add padding */
}

#myTable tr {
  /* Add a bottom border to all table rows */
  border-bottom: 1px solid #ddd;
}

#myTable tr.header, #myTable tr:hover {
  /* Add a grey background color to the table header and on hover */
  background-color: #ffffff;
}

hr {
  background-color: #7b90d0;
  border-color: #7b90d0;
  color: #7b90d0;
}