* {
    font-family: Arial;
    font-size: 12px;
    color: #383928;
}

body {
    background-color: #E3E4D8;    
}

h3 {
    font-family: Arial;
    font-size: 15px;    
    color: #383928;
}

table.input {
    
}
th.input {
    background-color: #E5F1D5;
    color: #383928;
    font-weight: bold;
    padding: 3px;
}
td.input {
    
}

table.output {
    
}

th.output_bricks {
    background-color: #E5F1D5;
    color: #383928;
    font-weight: bold;    
    padding: 3px;
}
td.output_bricks {
    
}
th.output_mortar {
    background-color: #E5F1D5;
    color: #383928;
    font-weight: bold;    
    padding: 3px;
}
td.output_mortar {
    
}
th.output_plaster {
    background-color: #E5F1D5;
    color: #383928;
    font-weight: bold;    
    padding: 3px;
}
td.output_plaster {
    
}
th.output_foundations {
    background-color: #E5F1D5;
    color: #383928;
    font-weight: bold;    
    padding: 3px;
}
td.output_foundations {
    
}
