html {
  height: 100%;
}

body {
  font-family: sans-serif;
  padding: 0 10px;
  height: 100%;
  background: rgb(24, 24, 24);
  margin: 0;
}

h6 {
  display: none;
}

h1 {
  color: white;
  margin: 0;
  padding: 15px;
}

h2 {
  border-radius: 15px;
  margin: 5px;
}

h3 {
  border-radius: 15px;
  margin: 5px;
}


#container {
  text-align: center;
  margin: 0;
}

#qr-canvas {
  margin: auto;
  width: calc(100% - 20px);
  max-width: 400px;
}

#btn-scan-qr {
  cursor: pointer;
}

#btn-scan-qr img {
  height: 10em;
  padding: 15px;
  margin: 15px;
  background: white;
}

#qr-result {
  font-size: 1.2em;
  margin: 15px auto;
  padding: 1px 10px;
  max-width: 700px;
  background-color: white;
  border-radius: 30px;
}



.biela {
  color: white;

  margin: 10px;
  padding: 5px;
}


table{
  color: #fff;
  background: #34495E;
  width: 100%;
  border-collapse: collapse;
  border-radius: 15px;
}
th,td{
  padding: 16px 2px;
  border-bottom: 1px solid #46627f;
}
tr:last-child td{
  border: none;
}

/*
table {

  border: 1px solid #ababab;

}

td {
  padding: 10px;
  border-radius: 5px;
  width:80%;
  border: 1px solid #757373;

}

table,
td {
    width: 100%;
    border: 1px solid gray;
    border-collapse: collapse;
}*/

.btn-group .button {
  margin-bottom: 5;
  border-radius: 15px;
  background-color: #ad9a60;
  border: 2px solid #565656;
  color: white;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  cursor: pointer;
}

.btn-group .button:not(:last-child) {
  border-right: none; /* Prevent double borders */
}

.btn-group .button:hover {
  background-color: #323232;
}


a:link {
  color: rgb(255, 255, 255);
}
a:visited {
  color: rgb(255, 255, 255);
}
a:hover {
  color: red;
}
a:active {
  color: orange;
}