table {
  font-family: arial, sans-serif;
  border-collapse: collapse;
  width: 100%;
  font-size: 15px;
}
td, th {
  border: 1px solid #dddddd;
  text-align: left;
  padding: 8px;
}
th {
    font-weight: bold;
}
th.left {
    text-align: left;
}
th.right {
    text-align: right;
}
td.num {
    text-align: right;
    width: 20%;
}
/* tr:nth-child(even) {
  background-color: #dddddd;
} */

b {
    font-weight: bold;
}
.festiImgTop {
    margin: 0 auto;
}
.btn-festicanje {
  margin: 20px;
  text-align: center;
}
.btn-festicanje button a, .btn-festicanje button a:hover, .btn-festicanje button a:focus {
  text-decoration: none;
  color: #fff;
  border-bottom: none;
}
.tablePremios {
  overflow-y: scroll;
  max-height: 600px;
  height: 100%;
  margin-top: 15px;
}
.jsSelectCanjear {
    cursor: pointer;
    color: #fff;
    padding: 10px;
    background-color: #f99441;
    display: block;
    margin: 7px 0;
}
.desktop {
    display: block !important;
}
.mobile {
    display: none !important;
}
@media screen and (max-width: 600px) {
    .desktop {
        display: none !important;
    }
    .mobile {
        display: block !important;
    }
}

