html {
  overflow: -moz-scrollbars-vertical;
  overflow-y: scroll;
  height:100%;
}

button:focus, button:active {
   outline: none !important;
   box-shadow: none;
}

body {
  padding: 20px;
  position: relative;
  height:100%;
}

table,
th,
td {
  text-overflow: ellipsis;
  padding: 3px;
  border: 1px solid black;
  border-collapse: collapse;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/*
td {
  font-size: 14px;
} */

header {
  display: flex;
  flex-direction: row;
}

.izvajalecName {
  flex-grow: 1;
  font-size: 35px;
  margin: auto;
}

.inputOdDoUre {
  max-width: 300px;
}
