
img {
    display:none;
}

.noprint {
    display: none;
}


.clamped {
    /*width:25%;*/
    max-width: 10rem;
    white-space: normal;

}

table#uksktable, tr, td, th {
    border : solid 1px black; border-collapse : collapse;
}
table#uksktable {
    margin-top : 1rem;
}

td, th {
    padding: 2px;
}
table#uksktable {
    width: 100% !important; /*margin-left:-10rem;*/
}
.tablesorter-filter-row, .filtered {
    display: none;
}
.tablesorter-header {
    /*background-image: none !important;*/

}

.print_widget_hidden {
    display: none;
}
#uksktable tbody tr:not(.filtered) {
    display: table-row !important;
}
#uksktable td, #uksktable th {
    display: table-cell !important;
}

#uksktable thead tr th {
    font-size: .8rem !important;

}
#uksktable tbody tr td {
    font-size: .7rem !important; word-wrap: break-word
}


@page {
    size: auto !important;
}

#printheader {
    font-size: 1.5rem;
    font-weight: 600;
}

/*----------------------  Modal Print  ---------------------------*/

#kontakttable {
    border: solid 1px black;
    border-collapse: collapse;

}
#kontakttable td {
    padding-left: 7px;
    padding-right: 7px;
}

#mod_title_kontakt {
    font-size: 1.2rem;
}



