h1 {
    text-align: center;
    margin-top: 6px;
    margin-bottom: 6px;
}

div.title {
    border: 2px solid red;
    padding: 10px;
}

div.title .left,
div.title .right {
    color: red;
    display: inline-block;
}

div.title > .left {
    margin-right: 20px;
    font-size: 50pt;
}

div.title > .right {
    font-size: 12pt;
}

div.title > div.right + div {
    text-align: right;
}

div.title > div.right + div img {
    vertical-align: text-bottom;
}

div.title > div.right + div a {
    text-decoration: none;
}

div.logos {
    border: 2px solid #0070C0;
    padding: 6px;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
}

.green {
    color: #00B050;
    font-weight: bold;
    text-align: center;
}

table {
    border-collapse: collapse;
    width: 500px;
    margin-left: auto;
    margin-right: auto;
}

table + table {
    margin-top: 10px;
}

td {
    border: 1px solid black;
    padding: 4px 10px;
}

table.temperature .green,
table.pressure .green {
    width: 280px;
}

table.temperature .last,
table.pressure .last {
    width: 60px;
}

table.composition td {
    width: 50%;
    text-align: center;
}

table.composition + div {
    margin-top: 10px;
    text-align: center;
}

input[type=submit] {
    display: block;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
}

#message {
    color: red;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
}

td.error {
    background-color: red;
}
