html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

#container {
    column-count: 2;
    -moz-column-count: 2;
    -webkit-column-count: 2;
    width: 200px;
    height: 200px;
}

.text-izpis {
    font-family: "Segoe UI", Arial, sans-serif;
}

.table-responsive {
    overflow-x: visible !important;
}

.webgrid-table thead {
    display: table-header-group;
}

.webgrid-table tfoot {
    display: table-row-group;
}

.webgrid-table tr {
    page-break-inside: avoid;
}