﻿html, body {
  width: 100%;
  height: 100%;
  padding: 0px;
  margin: 0px;
  box-sizing: border-box; }
  html .divEmployee, body .divEmployee {
    padding: 5px; }
  html .select, body .select {
    width: 60px;
    height: 30px; }
  html .employeeActive, body .employeeActive {
    background: #98f3f3; }
  html .button, body .button {
    width: 80px;
    height: 40px;
    background-color: gainsboro; }
  html #calculationTable, body #calculationTable {
    border-collapse: collapse; }
  html #calculationTable tr, body #calculationTable tr {
    border-bottom: 1px solid #DDDDDD; }
  html #resultTable, body #resultTable {
    border-collapse: collapse; }
  html #resultTable tr, body #resultTable tr {
    border-bottom: 1px solid #DDDDDD; }
