@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700");

body        {
        background: #ffffff;
        margin: 0;
        padding: 0;
        font-family: "Open Sans","HelveticaNeue","Helvetica Neue",Helvetica,Arial,sans-serif;
        color: #000;
    font-size: 13px;

}

h1 {
    font-size: 22px;
    line-height: 30px;
    color: #333;
    font-weight: 600;
    letter-spacing: -0.2px;
}

table {
        border-collapse: collapse;
}

 td,  th {
    font-size: 13px;
    border: 1px solid #0F3B7F;
    padding: 3px 7px 2px 7px;
}

th {
    font-size: 14px;
    text-align: left;
    padding-top: 5px;
    padding-bottom: 4px;
    background-color: #0F3B7F;
    color: #ffffff;
}

tr.alt td {
    color: #000000;
    background-color: #E2E2E2;
}



.gray {
    background-color: #E2E2E2;
}

.input {
  width: 100%;
  padding: 6px 10px;
  margin: 8px 0;
  box-sizing: border-box;
}

.inputplz {
  width: 25%;
}
.inputort {
  width: 70%;
}

table .tablezert  {
  width: 100%;
}

table .tablezert td {
    font-size: 13px;

    padding: 3px 7px 2px 7px;
}
