a {
  white-space: normal;        /* pozwala w ogóle na zawijanie */
  overflow-wrap: anywhere;    /* pozwala łamać w dowolnym miejscu */
}
tr.private .task_summary {
    padding-left: 25px;
    background-image: url("img/honeti_16x16.png");
    background-repeat: no-repeat;
    background-position: 5px 4px;
}

.private_bar_info {
    background-color: black;
    color: #00aa00;
    padding: 10px;
    margin-top: 5px;
    text-align: center;
    font-size: 20px;
}

.private_bar_info::after {
    content: "PRIVATE";
}

.comment_container .private_bar_info {
    padding: 1px;
    text-align: center;
    font-size: 10px;
    margin-bottom: 3px;
}

.comment_container .commenttext img {
    max-width: 100%
}


.copylink {
    background-image: url(img/copy_16.png);
    background-repeat: no-repeat;
    background-position: center right;
    padding: 2px 20px 2px 0px;
    cursor: pointer;
}

#projectselector {
    margin: 0px;
}

#projectselector select {
    width: 150px;
}

#search-menu {
    float: right;
}

#showtask {
    position: absolute;
    top: -40px;
    right: 0px;
    width: 200px;
    text-align: right;
}

#projectselector button {
    display: none;
}

#itemsummary {
    max-width: 80%;
}

#taskdetailstext img {
    max-width: 100%
}

/* ##### v-zuzanna-adamska ##### */
.v-zuzanna-adamska .comment, .v-zuzanna-adamska > em a {
    color: #ff7ec1
}

.v-zuzanna-adamska > em {position: relative; background-color: #fff;}

.v-zuzanna-adamska > em::after  {
    content:'';
    position: absolute;
    right: 5px;
    bottom: 5px;
    width: 42px;
    height: 39px;
    background: url(img/honeti/zuzanna-adamska-odznaka.png) no-repeat;
    background-size: contain;
}

tr.status15  td, tr.status15  td a {
    /* opacity: 30%; */
    color: lightgrey;
}
.infobar {
    padding: 5px;
    margin-top: 5px;
    text-align: center;
    font-size: 15px;
}

.infobar.warning {
    background-color: orange;
    color: #FFF;
}
.infobar.warning a {
    color: yellow;
    text-decoration: underline;
}
.infobar.warning a:hover {
    text-decoration: none;
}

#loadversionlink {
    background-image: url("img/gray/cog_alt_12x12.png");
}

#actionbar {
    min-height:3em;
}

