/* th {
    display: table-cell;
    vertical-align: inherit;
    font-weight: bold;
    text-align: center;
    border-bottom: 2px solid lightseagreen;
    padding: 10px 8px 1px 8px;
}
*/

/* latin */
/* src: url(https://fonts.gstatic.com/s/notoserif/v21/ga6Iaw1J5X9T9RW6j9bNfFcWaA.woff2) format('woff2'); */
@font-face {
    font-family: 'Noto Serif';
    font-style: normal;
    font-weight: 400;
    src: url(ga6Iaw1J5X9T9RW6j9bNfFcWaA.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* latin */
/* src: url(https://fonts.gstatic.com/s/robotoslab/v24/BngbUXZYTXPIvIBgJJSb6s3BzlRRfKOFbvjojISmb2Rj.woff2) format('woff2'); */
@font-face {
    font-family: 'Roboto Slab';
    font-style: normal;
    font-weight: 400;
    src: url(BngbUXZYTXPIvIBgJJSb6s3BzlRRfKOFbvjojISmb2Rj.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}


#titel {
    position: fixed;
    z-index: 2;
    width: 100%;
    height: 36px;
    background-color: lightseagreen;
    color: lemonchiffon;
    font-size: 22px;
    /*font-family: "Lucida Grande, sans-serif";*/
}

.functionMenue {
    position: relative;
    top: 37px;
    left: 30px;
    /*font-family: "serif";
    font-family: Arial, sans-serif;*/
    font-size: 14px;
    font-family: 'Noto Serif', serif;
}

.content {
    position: relative;
    top: 42px;
    left: 30px;
    /*font-family: "serif";
    font-family: Arial, sans-serif;*/
    font-size: 14px;
    font-family: 'Noto Serif', serif;
}

.homeMenue {
    position: absolute;
    top: 100px;
    left: 100px;
    /* font-family: "serif"; */
    font-family: Arial, sans-serif;
}

.user-tools {
    float: right;
    font-size: 15px;
    padding: 0.8em 10px;
    color: lemonchiffon;;
    text-align: right;
}

a.user-tools, a.user-tools:visited {
    color: lemonchiffon;
    text-decoration: none;
}

/*#logout_user {
    float: right;
    text-decoration: none;
    color: lemonchiffon;
}*/

[class*="baseButton"] {
    border: 0;
    border-radius: 4px;
    text-decoration: none;
    color: #ffffff;
    line-height: 20px;
    padding-left: 6px;
    padding-right: 6px;
    font-size: 14px;
    -moz-transition: 0.1s linear;
    -ms-transition: 0.1s linear;
    -o-transition: 0.1s linear;
    -webkit-transition: 0.1s linear;
    transition: 0.1s linear;
}

.baseButtonFile {
    background-color: #56a2df;
}

.baseButtonFile:hover {
    color: white;
    background-color: #6fd3ff;
}

[class*="baseButtonEdit"] {
    color: #5050a0;
    width: 24px;
    height: 22px;
    font-size: 14px;
    text-align: center;
    line-height: 12px;
    padding: 1px 1px;
    background-color: white;
    border: 2px solid grey;
}

[class*="baseButtonEdit"]:hover {
    border: 2px solid orange;
}

[class*="baseButtonEdit"]:disabled {
    border: 2px solid lightgrey;
    background-color: white;
    color: lightgrey;
}

[class*="baseButtonUnfold"] {
    color: white;
    width: 22px;
    height: 22px;
    font-size: 14px;
    text-align: center;
    /*vertical-align: top;*/
    padding: 0 0 5px;
    background-color: #bb99a9;
    border-radius: 10px;
}

[class*="baseButtonUnfold"]:disabled {
    background-color: #999999;
    color: lightgrey;
}

.baseButtonEditBig {
    width: 36px;
    height: 28px;
}

.baseButtonEditSub {
    width: 24px;
    height: 24px;
    border-radius: 10px;
    background-color: #d0e0f0;
}

.baseButtonEditConfirm {
    background-color: #ddffdd;
    color: #228b22;
}

.baseButtonEditCancel {
    color: #704050;
}

.baseButtonEditDelete {
    color: red;
    background-color: white;
    border: 2px solid grey;
}

.baseButtonEditDelBig {
    width: 36px;
    height: 28px;
    color: red;
    background-color: white;
    border: 2px solid grey;
}

.baseButtonFile:disabled,
.baseButtonFile[disabled] {
    background-color: #99aabb;
    color: #ffffff
}

.baseButtonLink {
    background-color: lightseagreen;
    padding-left: 8px;
    padding-right: 8px;
    font-size: 16px;
}

.baseButtonDummyLink {
    background-color: #dddddd;
    padding-left: 8px;
    padding-right: 8px;
    font-size: 16px;
}

.baseButtonLink:hover {
    color: white;
    background-color: #25e2c8;
}

.anchorButton {
    font: bold 13px Arial;
    text-decoration: none;
    border: 1px solid gray;
    border-radius: 3px;
    background-color: #eeeeee;
    color: #333333;
    padding: 0 6px 0 4px;
}

.anchorButtonText2 {
    font: 12px Arial;
    text-decoration: none;
    border: 1px solid white;
    border-radius: 0;
    background-color: lightseagreen;
    color: yellow;
    padding: 4px 4px 2px 4px;
}


.ui-dialog .ui-dialog-content {
    padding: 2em
}

.ui-widget-overlay {
    opacity: .50 !important;
    filter: alpha(opacity=50) !important;
    background-color: rgb(20, 50, 60) !important;
    /*opacity: .50 !important;
    filter: Alpha(Opacity=50) !important;
    background-color: rgb(50, 50, 50) !important;*/
}

.myClass.ui-dialog {
    font-size: 14px;
    font-family: 'Noto Serif', serif;
}

.myClass.ui-dialog button.functionButton {
    font-size: 11px;
}

/* additional class for dialogs without close button */
.no-close .ui-dialog-titlebar-close {
    display: none;
}

.invoiceListMoney {
    text-align: right;
    padding: 0px 14px 0px 4px;
}

.numbersExtraInv {
    background-color: #cccccc;
    text-align: right;
    font-family: Courier New;
    font-weight: bold;
}

.numbersExtraInvWhite {
    background-color: #ffffff;
    text-align: right;
    font-family: Courier New;
    font-weight: bold;
}


table#localityTable td {
    /* border: solid black 1px;*/
    padding: 1px 10px 1px 10px;
}

table#naviTable td {
    border: 1px solid black;
    border-collapse: collapse;
}

[class*="anchorButton"] {
    font-family: Arial, Helvetica, sans-serif;
    border: 0 solid white;
    border-radius: 4px;
    background-color: lightseagreen;
    text-decoration: none;
    color: #ffffff;
    line-height: 20px;
    font-size: 12px;
    -moz-transition: 0.1s linear;
    -ms-transition: 0.1s linear;
    -o-transition: 0.1s linear;
    -webkit-transition: 0.1s linear;
    transition: 0.1s linear;
}

.anchorButtonTextDiv {
    border: solid lightseagreen 1px;
    display: block;
    float: left;
    padding-right: 8px;
    padding-left: 8px;
}

.anchorButtonSmall {
    width: 16px;
    padding-left: 9px;
    padding-right: 9px;
}

/*.anchorButtonTextDiv {
    font-family: Arial, Helvetica, sans-serif;
    border: 0px solid white;
    border-radius: 4px;
    background-color: lightseagreen;
    text-decoration: none;
    color: #ffffff;
    line-height: 20px;
    display: block;
    float: left;
    padding-left: 8px;
    font-size: 14px;
    -moz-transition: 0.1s linear;
    -ms-transition: 0.1s linear;
    -o-transition: 0.1s linear;
    -webkit-transition: 0.1s linear;
    transition: 0.1s linear;
}*/

.anchorButtonTextDiv:hover {
    border: solid #25e2c8 1px;
    background-color: #25e2c8;
}

.glowingButton {
    animation: glowing 600ms infinite;
}

.updateReminderButton{
    background-color: #dddddd;
    color: white;
}

@keyframes glowing {
    0% {
        background-color: #ffff00;
        box-shadow: 0 0 5px #2ba805;
    }
    50% {
        background-color: #d0a000;
    }
}

.naviButton {
    background-color: white;
    border-color: white;
}

.dateAdjustMinus {
    width: 14px;
    border: 0;
    margin: 1px;
    text-align: center;
    background-color: #ffaaaa;
    display: inline-block;
    transition: 0.1s linear;
}

.dateAdjustPlus {
    width: 14px;
    border: 0;
    margin: 1px;
    text-align: center;
    background-color: #aaffaa;
    display: inline-block;
    transition: 0.1s linear;
}

.dateAdjustCell {
    padding: 0;
    border: 0;
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    color: #000000;
    font-size: 9px;
    font-weight: bold;
}


.functionButton {
    font-family: Arial, Helvetica, sans-serif;
    border-width: 1px;
    border-color: darkkhaki;
    border-radius: 4px;
    text-decoration: none;
    color: #505000;
    background-color: #eceb81;
    line-height: 22px;
    display: inline-block;
    padding-left: 6px;
    padding-right: 6px;
    font-size: 12px;
    -moz-transition: 0.1s linear;
    -ms-transition: 0.1s linear;
    -o-transition: 0.1s linear;
    -webkit-transition: 0.1s linear;
    transition: 0.1s linear;
}

.functionButtonLoc {
    font-family: Arial, Helvetica, sans-serif;
    border: 0;
    border-radius: 4px;
    text-decoration: none;
    color: #42410a;
    background-color: lightblue;
    line-height: 20px;
    display: inline-block;
    padding-left: 6px;
    padding-right: 6px;
    font-size: 12px;
    -moz-transition: 0.1s linear;
    -ms-transition: 0.1s linear;
    -o-transition: 0.1s linear;
    -webkit-transition: 0.1s linear;
    transition: 0.1s linear;
}


.fBActive {
    color: yellow;
    background-color: orange;
}

.functionButton:hover {
    /*color: red;*/
    /* border-left: 1px solid #000;*/
    filter: brightness(.9);
    /*border-color: red*/
    /*background-color: #e1e074;*/
    /*background-color: yellow;*/
}

.functionButton[disabled] {
    color: #bbbbbb;
    background-color: #eeeeee;
}

.functionButtonLoc:hover {
    color: white;
    /*background-color: yellow;*/
}

.functionButtonLoc[disabled] {
    color: #bbbbbb;
    background-color: #eeeeee;
}

/* kein Klick-Button, nur hove fuer Tooltip */

.dummyButton {
    font-family: Arial, Helvetica, sans-serif;
    border: 0;
    border-radius: 4px;
    text-decoration: none;
    color: #000000;
    background-color: #cccccc;
    line-height: 20px;
    display: inline-block;
    padding-left: 6px;
    padding-right: 6px;
    font-size: 12px;
    -moz-transition: 0.1s linear;
    -ms-transition: 0.1s linear;
    -o-transition: 0.1s linear;
    -webkit-transition: 0.1s linear;
    transition: 0.1s linear;
}

.dummyButton[disabled] {
    color: #bbbbbb;
    background-color: #eeeeee;
}

.dummyButton:hover {
    color: blue;
    background-color: #bb99ff;
}

.dummyButton[disabled]:hover {
    color: #bbbbbb;
    background-color: #eeeeee;
}


/* Settings fuer Listen (Orders, Invoices...) */
/* -------------------------------------------*/

table.listingTable {
    border-spacing: 0;
}

table.listingTable tr {
    height: 25px;
    /* background-color: #000000;*/
}


table tr.listingHead th {
    font-family: Arial, sans-serif;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    background-color: #bb99a9;
    color: white;
    border-right: solid 1px white;
    padding: 0 6px 2px 6px;
    line-height: 20px
}

table.listingTable tr.listingHead th {
    font-family: Arial, sans-serif;
    font-weight: normal;
    font-size: 14px;
    text-align: center;
    background-color: #bb99a9;
    color: white;
    border-right: solid 1px white;
    padding: 0 6px 2px 6px;
}

table.listingTable tr.listingHead th.rightHead {
    font-family: Arial, sans-serif;
    font-weight: normal;
    font-size: 14px;
    text-align: center;
    background-color: #bb99a9;
    color: white;
    border-right: solid 1px #bb99a9;
    padding: 0 6px 2px 6px;
}

table.listingTable tr.listingHead th.whiteHead {
    border-left: 0;
    border-right: 0;
    color: grey;
    background-color: white;
}

table.listingTable td {
    padding: 0 14px 0 14px;
    border-right: solid 1px #aa8999;
    /* background-color: #f4f4f4; */
    white-space: nowrap;
}

table.listingTable td.noBorder {
    padding: 0 14px 0 14px;
    border: 0;
}

table.listingTable td.firstField {
    padding: 0 14px 0 14px;
    border-left: solid 1px #aa8999;
    border-right: solid 1px #aa8999;
}

table.listingTable td.whiteField {
    border: 0;
    background-color: white;
    text-align: center;
}

table.listingTable td.buttonField {
    border: 0;
    background-color: white;
    text-align: center;
    padding: 0 8px 0 4px;
    width: 25px;
}

table.listingTable td.extraCostLabel {
    text-align: right;
    background-color: white;
}


table.listingTable tr {
    background-color: #fcfcff;
}

table.listingTable tr:nth-child(even) {
    background-color: #f2f2ea;
}

.listingRightAlignNumbers {
    text-align: right;
    padding: 0 14px 0 4px;
}


/* Menu Table */
/* -----------*/

table.topMenue {
    border-spacing: 0;
}

table.topMenue tr td {
    vertical-align: top;
    background-color: white;
    height: 20px;
    border-radius: 4px;
}

table tr td.topMenueFuncDetail {
    vertical-align: bottom;
    /*background-color: yellow*/
}

table.menuTable {
    border-spacing: 0;
}

table.menuTable tr td {
    padding: 4px 10px 4px 10px;
    background-color: #e0e0e0;
    border-bottom: 2px solid #e0e0e0;
    border-top: 8px solid white;
}

table.ghsTable tr td {
    padding: 1px 4px 1px 4px;
    background-color: lightcoral;
    color: white;
    font-size: 12px;
}


table#obj_table .clickable:hover {
    cursor: pointer;
    background-color: #ddddbb
}

table#fakeObjectInputTable tr {
    height: 26px
}

table#orderDialogTable td {
    padding: 0 10px 0 0;
}

table.tabTable {
    border-spacing: 0
}

table.tabTable tr {
    height: 30px;
}

table.tabTable tr td.activePart {
    vertical-align: bottom;
}

table.tabTable tr td.inactivePart {
    vertical-align: top;
}

table td.paragraph {
    width: 800px;
    height: 62px;
    text-decoration: underline;
    font-size: 18px;
    background-color: white;
    vertical-align: middle;
    color: grey;
    border-top: 1px solid lightgrey;
}

table.tabTable td.leftPart {
    background-color: white;

}

table#invoiceTab .hideColumnButton {
    border: 1px solid white;
    border-radius: 5px;
    background-color: #bb99a9;
    color: white;
    text-decoration: none;
    line-height: 12px;
    padding-left: 4px;
    padding-right: 4px;
    font-family: 'Noto Serif', serif;
    font-size: 11px;
}


table#itemPriceTable .outputField {
    font-family: Courier New;
    font-weight: bold;
    text-align: right
}

table#itemPriceTable .inputField {
    font-family: Courier New;
    font-weight: bold;
    text-align: right
}

table#itemPriceTable .outputFieldFixed {
    font-family: Roboto Slab;
    font-weight: bold;
    text-align: right;
    background-color: lightgrey;
}

.noRight {
    border-right: 0
}

[class*="tabButton"] {
    color: #ddddaa;
    background-color: #998888;
    line-height: 20px;
    display: inline-block;
    padding-left: 14px;
    padding-right: 14px;
    padding-bottom: 0;
    font-size: 12px;
    border-radius: 5px;
    border: 2px solid #bbbbbb;
}

.tabButtonActive {
    color: #ffff55;
    background-color: #bb99a9;
    border: 2px solid grey;
}

.tabButtonInactive {
    color: white;
    background-color: #ddaab4;
}

.tabButton:disabled,
.tabButtonInactive[disabled] {
    color: white;
    background-color: #eeeeee;
    border: 2px solid #dddddd;
}

[class*="tabButton"]:hover {
    border: 2px solid #ff66aa;
}

button.treeButton {
    width: 30px;
    color: black;
    background-color: greenyellow;
    padding: 2px 2px 2px 2px;
    border-radius: 5px;
    border-right: 1px solid grey;
    border-bottom: 1px solid grey;
}

.weakPrint {
    font-size: 12px;
    color: lightseagreen;
    font-style: italic;
}

.registerDataField {
    padding: 0 14px 0 14px;
}

.verticalText {
    font-size: 8px;

    transform: rotate(-90deg);
    white-space: nowrap;
    #display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
}

.itemTextInfo {
    padding: 0 8px 0 8px;
}

.localTableSepLocal {
    border-bottom: 2px solid orange;
    padding-bottom: 6px;
}

.localTableSepObj {
    border-bottom: 2px solid lightgrey;
    padding-bottom: 6px;
}

.greyCircleButton {
    color: white;
    background-color: #b0b0b0;
    height: 20px;
    width: 20px;
    border-radius: 10px;
    border: 0;
    padding-left: 5px;
}

.greyCircleButton:disabled {
    background-color: #eeeeee;
    color: white;
}

table.matrixTable td {
    border: 1px solid black;
    border-collapse: collapse;
    height: 12px;
    font-size: 9px;
}

td.matrixField {
    width: 12px
}

td.matrixIndexField {
    width: 12px
}

td.matrixNameField {
    width: 150px
}

table.matrixTable input[type="radio"] {
    -ms-transform: scale(0.8); /* IE 9 */
    -webkit-transform: scale(0.8); /* Chrome, Safari, Opera */
    transform: scale(0.8);
}

.protocolTableDiv table {
    border-collapse: collapse;
}

.protocolTableDiv table td {
    padding: 1px 14px 1px 14px;
    border: 1px solid grey;
}

.protocolTableDiv table th {
    padding: 1px 14px 1px 14px;
    border: 1px solid grey;
    border-collapse: collapse;
}

/* .componentTable td{
    padding: 1px 6px 1px 6px;
} */

.nPDFirstCol {
    color: #404070;
    font-style: italic;
    font-size: 12px;
    padding: 0 14px 0 0;
}

#nPDTable td {
    height: 20px
}


.genEdDInpTab {
    font-family: 'Noto Serif', serif;
    font-weight: normal;
    font-size: 16px;
}

.paddingTable td {
    padding: 1px 14px 1px 0px;
}

.paddingTableSmall td {
    padding: 1px 6px 1px 0px;
}

input:disabled {
    color: green;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: grey;
    font-style: italic;
    font-weight: normal;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: grey;
    font-style: italic;
    font-weight: normal
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: grey;
    font-style: italic;
    font-weight: normal;
}

table#genEdDCreaTable td {
    font-style: italic;
    font-size: 12px;
    color: grey
}

table.genEdDButtonField td {
    padding: 3px 8px 3px 8px;
    border-radius: 5px;
    background-color: #d0e0f0
}

.genEdDButtonFieldText {
    padding: 1px 1px 1px 1px;
    border-radius: 5px;
    background-color: white;
}

.baseButtonRack {
    background-color: #56a2df;
    width: 60px
}

table.allBorders td {
    border: 1px solid black;
    padding: 1px 5px 1px 5px;
}

.tagCell {
    color: red;
    background-color: lightblue;
    border: 2px solid black;
    /*border-radius: 4px;*/
    font-weight: bold;
    padding-left: 1px;
    padding-right: 0px;
    font-size: 90%;
}

/* dropdown menue in table */

.selectedoption {
    padding: 6px /* needs overlap to not loose focus when mouse changes from button to dropdown list */
}

.tabDropdown {
    border-radius: 12px;
}

.tabDropdownCell {
    padding: 0;
    font-size: 14px;
}

.tabDropdown li ul {
    margin-top: -20px;
    margin-left: -102px;
    display: none
}

.tabDropdown li:hover ul { /* Display the dropdown on hover */
    display: block;
    position: absolute;
}

/* class to diable hover dropdown */

.noHover {
    pointer-events: none;
}

.tabDDChoice {
    font-size: 16px;
    color: lightyellow;
    text-decoration: none;
    background-color: sandybrown;
    padding: 4px;
    width: 60px;
    /*display: block;*/
    box-shadow: -8px 8px 8px rgba(0, 0, 0, 0.3);
}

.tabDDCHover {
    background-color: lightyellow;
    cursor: pointer
}

.tabDDCHover:hover {
    color: darkviolet;
}

ul.no-bullets {
    list-style-type: none; /* Remove bullets */
    padding: 0;
    margin: 0;
}

/* highlights object table row on mouse-over */
table.listingTable tr.tDDobjRowHighlight td {
    /*border-bottom: solid 1px orange;
    border-top: solid 1px orange;*/
    background-color: peachpuff;
    /*font-style: italic*/
}

/* highlights object in cell list on mouse-over */
table tr.tDDRowHighlight td.hoverHighlight {
    border-top: solid 1px red;
    border-bottom: solid 1px red;
    color: blue;
}

/* Animation for "wait" message */
/* The animation code */
@keyframes blinkingWait {
    0% {
        color: black;
        font-size: 16px;
    }
    50% {
        color: grey;
        font-size: 17px;
    }
    100% {
        color: black;
        font-size: 16px;
    }
}

/* The element to apply the animation to */

.blinkingWait {
    color: black;
    font-size: 24px;
    animation-name: blinkingWait;
    animation-duration: 2s;
    animation-iteration-count: infinite;
}

@keyframes genEdValid {
    0% {
        color: red;
    }
    50% {
        color: yellow;
    }
    100% {
        color: orange;
    }
}


.genEdDValid {
    color: red;
    font-weight: bold;
    animation-name: genEdValid;
    animation-duration: 0.5s;
    animation-iteration-count: infinite;
}

@keyframes genEdWarning {
    0% {
        color: lightblue;
    }
    50% {
        color: lightgreen;
    }
    100% {
        color: green;
    }
}


.genEdDWarning {
    color: green;
    font-weight: bold;
    animation-name: genEdWarning;
    animation-duration: 0.5s;
    animation-iteration-count: infinite;
}

table.filterTable td {
    padding: 0 20px 4px;
    background-color: lightgrey;
}

td.tagTabElement {
    font-family: monospace;
    width: 36px;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    vertical-align: middle;
    padding-left: 0;
    padding-right: 0;
}

.greyItalicText {
    font-size: 14px;
    font-style: italic;
    color: grey
}

span.commentText {
    font-size: 14px;
    color: #504010;
}

.halfLine {
    width: 600px;
    height: 3px;
    font-size: 5px;
    display: block;
    background-color: lightgrey;

}

.openOrderDialog {
    height: 21px;
    width: 36px;
    padding-left: 0;
    border-width: 2px;
    border-color: black;
}

.oODEmptyCart {
    background-image: url( '/static/image/Cart_empty_36x21.png');
    background-size: 36px 21px;
}

.oODFullCart {
    background-image: url( '/static/image/Cart_full_36x21.png');
    background-size: 36px 21px;
}

.oODNoCart {
    background-image: url( '/static/image/Cart_not_36x21.png');
    background-size: 36px 21px;
}


.openOrderDialog:hover {
    border-color: orange;
}


/* This was made neccesary by some unexplained format "bleeding" from an
unknown css that made borders disappear in markdown tables
 */
.markdownText table td,
.markdownText table th {
    border: solid black 1px;
    padding: 1px 10px 1px 10px;
}

.markdownText table {
    border-collapse: collapse
}

.protocolPrintHead table td {
    border: solid grey 2px;
    padding: 6px 10px 6px 10px;
}
.protocolPrintHead table {
    border-collapse: collapse
}

.protocolInterHead {
    color: black;
    background-color: white;
    border: 1px solid #a0a0a0;
    display: inline-block;
    width: 800px;
    border-radius: 6px;
    padding: 2px 3px 3px 7px;
    font-size: 16px;
}

.protHeadEmpty {
    font-size: 80%;
    color: grey;
    font-style: italic
}

.protVersInfo {
    width: 800px;
    padding: 3px 3px 3px 32px
}


