body {
	/* font-family: Roboto, sans-serif; */
	font-family: sans-serif;
    /* font-size: 10pt; */
    margin-top: 200px;
}

*, body {
    box-sizing: border-box;
}

table {
    border-collapse: collapse;
    width: 100%;
}

thead {
    position: sticky;
    position: -webkit-sticky;
    top: 172px;
}

tbody tr:nth-child(even) {
    background-color: #f2f2f2;
}

th {
    background-color: burlywood;
}

th, td {
    border: 1px solid gray;
    padding: 6pt;
}

tbody tr:hover {
    background-color: #fbfd8d;
}

tbody td:first-child {
    text-align: right;
    padding-right: 20pt;
}

tbody td:nth-child(2) {
    text-align: center;
}

label {
    font-weight: bold;
}

textarea {
    resize: none;
    width: 100%;
    height: 100px;
    border: 1px solid gray;
    border-radius: 4px;
    background-color: #f0f0f0;
}

.container {
    min-width: 600px;
    max-width: 1200px;
    width: 80%;
    /* background-color: lightgray; */
    padding: 0;
    margin: 12pt auto;
}

.w-max {
    width: 100%;
}

.error {
	color: red;
	font-weight: bold;
}

div#fix {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: white;
}
