body {
    font-family: 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
    font-size: 12px;
}

.left {
    text-align: left;
}
.right {
    text-align: right;
}
.center {
    text-align: center;
}
.bold {
    font-weight: bold;
}
.warning {
    color: darkorange;
    font-weight: bold;
}

table.pins {
    border: 1px #000000 solid;
    border-collapse: collapse;
    mso-table-lspace: 0pt;
    mso-table-rspace: 0pt;
    margin: 0;
    padding: 0;
}
td {

    height:22px;
}
table.pins td {
    border: 1px #000000 solid;
    height: 22px;
    vertical-align: middle;
}
th {
    background-color: #cc1181;
    color: #ffffff;
    height: 35px;
    vertical-align: middle;
    border: 1px #ffffff solid;
}
tr.odd {
    /*background-color: #cccccc;*/
}
td.greycell {
    background-color: #dbdbdb;
}
table.pins input {
    background-color: transparent;
    border: none;
}

.error {
    background-color: lightcoral;
    color: darkred;
    font-weight: bold;
    padding:10px 5px;
}
.success {
    background-color: lightgreen;
    color: darkgreen;
    font-weight: bold;
    padding: 10px 5px;
    border: 1px solid darkgreen;
    text-align: center;
}
.masterValue {
    color: red;
    font-weight: bold;
}
h1 {
    text-align: center;
    text-transform: uppercase;
}
h2 {
    margin-bottom: 3px;
    text-transform: uppercase;
    font-size: 20px;
}
h3 {
    margin-bottom: 3px;
    font-size: 16px;
}
h4 {
    margin-top: 8px;
    margin-bottom: 3px;
    font-size: 14px;
}

.module, .igniter,
.module input, .igniter input{
    font-weight: bold;
}
.module-1 {
    background-color: #ffff00;
}
.module-2 {
    background-color: #ffc000;
}
.module-3 {
    background-color: #deebf7;
}
.module-4 {
    background-color: #bdd7ee;
}
.module-5 {
    background-color: #9dc3e6;
}
.module-6, .module-6 input {
    background-color: #2e75b6;
    color: #ffffff;
}
.module-7, .module-7 input {
    background-color: #1f4e79;
    color: #ffffff;
}
.module-8, .module-8 input {
    background-color: #0c273f;
    color: #ffffff;
}