.tableFixHead {
    overflow: auto;
    max-height: 260px;
    height: auto;
    width: 45%;
}

.tableFixHead thead th {
    position: sticky;
    top: 0;
    z-index: 1;
    background: #eee;
    border-collapse: collapse;
}

/* Style the button that is used to open and close the collapsible content */
.gme_bandi_collapsible {
    cursor: pointer;
    font-weight: bold;
    color: #559955;
}

/* Style the collapsible content. Note: hidden by default */
.gme_bandi_content {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

.bando-close {
    cursor: pointer;
    font-weight: 700;
    font-size: 21px;
    text-shadow: 0 1px 0 #fff;
    opacity: .2;
    color: #000;
    line-height: 1;
}

.bando-close:hover {
    opacity: .5;
}

.currency {
    text-indent: 10px;
}

.precurrency {
    margin: 0 0 0 -10px;
}

.precurrency:before {
    content: "\20AC";
    text-align: center;
    position: relative;
    left: 20px;
}