body {
  font-family: 'Roboto Condensed', sans-serif;
  color: #fff;
  text-align: center;
  padding: 20px;
  background-image: url(../img/bluebackground.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}

.container {
  margin-bottom: 20px;
}

form {
  display: inline-block;
  margin-bottom: 10px;
}

form input[type="text"] {
  padding: 5px;
  padding-right: 25px;
  margin-left: 715px;
  border: none;
  border-radius: 4px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;  
}

form button[type="submit"] {
  padding: 6px 10px;
  border: none;
  border-radius: 4px;
  background-color: transparent;
  transition: background-color 0.3s ease;
  cursor: pointer;
  position: relative;
  right: 40px;
}

.tabulka {
  border: 2px solid floralwhite;
  display: inline-block;
  background-color: white;
  margin-bottom: 20px;
}

.headline {
  padding: 5px;
  font-size: 16px;
  color: whitesmoke;
}

.info {
  padding: 5px;
  font-weight: 400;
}

tr:nth-child(even),
th:nth-child(odd) {
  background-color: rgba(89, 84, 148, 0.4);
}

th:nth-child(even),
tr:nth-child(odd) {
  background-color: rgba(130, 127, 178, 0.4);
}

.add-bet-link {
  display: block;
  margin-top: 10px;
  background-color: #0A55C3;
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
  transition: background-color 0.3s ease;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
a.add-bet-link {
  display: inline-block;
  padding: 8px 16px;
  margin: 10px;
  background-color: #0A55C3;
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
  transition: background-color 0.3s ease;
}

a.add-bet-link:hover {
  background-color: #2969C7;
}

.green {
  color: lawngreen;
  font-weight: bold;
}

.red {
  color: red;
  font-weight: bold;
}

.bilance {
  font-size: 18px;
}

.buttonek {
  display: inline-block;
  margin-right: 5px;
  background-color: #0A55C3; 
  border-radius: 3px;
}
.buttonek a {
  margin: 10px;
  text-decoration: none;
  color: white;
}
.buttonek a.active {
    color: yellow;
}
.refresh{
  text-decoration: none;
  position: relative;
  right: 30px;
  top: 2px;
}