﻿.eupublish_table { width: 100%; }

.eupublish_table td { }

.eupublish_container { }

.eupublish_positions {
  margin-bottom: 20px;
  margin-left: 20px;
  margin-right: 20px;
  margin-top: 20px;
}

.eupublish_bigbox {
  float: right;
  width: 100%
}

#subMenuT5 ol {

  cursor: pointer;
  font-family: arial;
  font-size: 10px;
  padding: 0;
}

.randnotiz {

    font-size: 10px;

}

.dialogAuswahl {
    border:thin solid #849dbd;
    width: 120px;
    text-align: center;
    font-weight: bold;
}

.print-page label {
    margin-bottom: 0px;
    margin-top: 12px;
}

.print-page .adb-small-text {
    font-size: 12px;
}

.print-header {
}

.print-header-title {
    font-weight: bold;
    width: 140px;
    display: inline-block;
}

.title-col {
    width: 150px;
}

.print-table {
    border-bottom: 2px solid #666;
    margin-bottom: 16px;
    width: 100%;
    line-height: 10px;
    font-size: 11px;
}

.print-table tr {
    border-bottom: 1px solid #ccc;
    min-height: 26px;
}

    .print-table tr th {
        padding-bottom: 8px;
    }

    .print-table tr td {
        padding-top: 6px;
        padding-bottom: 6px;
    }

    .print-table tr td.table-text-center,
    .print-table tr th.table-text-center {
        text-align: center;
    }

    .print .content {
        /*padding: 30px;*/
    }

@media print {
    * {
        margin: 0;
        padding: 0;
    }

    @page {
        margin-top: 10mm;
        margin-bottom:10mm;
        margin-left: 10mm;
        margin-right: 10mm;
    }

    html, body {
        height: 100%;
        font-size: 15px;
        font-family: arial;
    }

    .no-print {
        /* element will be hidden, and page will be displayed as if the element is not there */
        display: none !important;
    }

    .btn {
        display: none !important;
    }
}


