.defaulttexttable textarea {
    height: 200px;
}

.defaulttexttable td {
    /**background-color: white;*/
}

.defaulttexttable th {
    padding-left: 10px;
    text-align: left;
}

td {
    padding-right: 5px;
}

td.subheading {
    max-width: 100px;
    padding-left: 5px;
}

th.more_padding_than_default {
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
}

textarea.bigger_than_default {
    width: 100%;
    height: 35px;
}

.defaulttexttable td:first-child {
    width: auto;
}

.fixed_table_layout {
    table-layout: auto;
}

.printContainer {
    position: relative;
    top: -40px;
}