.OCMS-Edit .draggable {
    box-sizing: content-box;
}

.OCMS-Edit .navbar {
    z-index: 0;
}

.ocms-content-panel
,.ocms-reset.sortable {
    height: auto !important;
    width: auto !important;
    padding-bottom: 30px !important;
    margin: 0em auto 1em;
    min-height: auto !important;
    min-width: auto !important;
    background-color: #F4F7E6;
    border: 1px solid #D6DDBB;
}

.ocms-content-name {
    white-space: normal;
    height: initial !important;
    min-height: 22px;
}

.ocms-content-panel-item {
    height: initial !important;
}

.ocmsHint {
    font-family: Arial, Helvetica, 'Lucida Grande', Calibri, sans-serif;
    margin-top: 2px;
    padding: 0.5em;
    font-size: 12px;
    font-weight: normal;
    color: black;
    background-color: #FF9;
    text-align: left !important;
    text-transform: none !important;
    line-height: 1.35em;
    border: 1px solid #D6DDBB;
}

.ocmsInstructions {
    background-color: #eef8ee;
    border: 1px solid #dd6;
    padding: 0.5em;
    margin-top: 0.5em;
    overflow: hidden;
}

.OCMS-Edit a[onclick]
{
    cursor:pointer;
}

.ocmsHint strong
,.ocmsInstructions strong {
    font-weight: bold !important;
}

.ocmsHint q
,.ocmsInstructions q {
    font-style: italic;
}

.ocmsHint em
,.ocmsInstructions em {
    font-style: italic;
}

.ocmsHint code
,.ocmsHint kbd
,.ocmsInstructions code
,.ocmsInstructions kbd {
     font-family: Consolas;
     background-color: #eee;
}

.ocmsHint code
,.ocmsInstructions code {
    display: block;
    margin: 1em 0em;
    font-size: 0.9em;
    width: 100%;
    white-space: nowrap;
}

.ocmsHint h1
,.ocmsHint h2
,.ocmsHint h3
,.ocmsHint h4
,.ocmsHint h5
,.ocmsInstructions h1
,.ocmsInstructions h2
,.ocmsInstructions h3
,.ocmsInstructions h4
,.ocmsInstructions h5   {
    font-weight: bold;
}

.ocmsHint ul h1
,.ocmsHint ul h2
,.ocmsHint ul h3
,.ocmsHint ul h4
,.ocmsHint ul h5
,.ocmsInstructions ul h1
,.ocmsInstructions ul h2
,.ocmsInstructions ul h3
,.ocmsInstructions ul h4
,.ocmsInstructions ul h5 {
    padding-bottom: 0px;
    padding-top: 0.5em;
}

.ocmsHint h1
,.ocmsInstructions h1 {
    font-size: 1.5em;

}

.ocmsHint h2
,.ocmsInstructions h2 {
    font-size: 1.37em;

}

.ocmsHint h3
,.ocmsInstructions h3 {
    font-size: 1.25em;
}

.ocmsHint p
,.ocmsInstructions p {
    margin: 0em 0em 1em;;
}

.ocmsHint > p:last-of-type
,.ocmsInstructions > p:last-of-type {
    margin-bottom: 0em;
}
.ocmsHint > *:last-child
,.ocmsInstructions > *:last-child {
    margin-bottom: 0em;
}

.ocmsHint img+p
,.ocmsInstructions img+p {
    margin-top: 1em;
}

.ocmsHint ol
,.ocmsHint ul
,.ocmsInstructions ol
,.ocmsInstructions ul {
    margin-top: 0.5em;
    padding-left: 1em;
}

.ocmsHint li ul
,.ocmsInstructions li ul {
    margin-top: 0px;
}

.ocmsHint li
,.ocmsInstructions li {
  list-style: disc inside none;
  margin-left: 1em;
}

.ocmsHint .li\!\>ul
,.ocmsInstructions .li\!\>ul {
    list-style: none;
    padding-left: 1em;
    padding-bottom: 1em;
    padding-top: 1em;
}

.header,
.footer-nav .contents {
    flex-direction: column;
}

.footer-nav,
.footer-copyright {
    min-height: 3em;
}

.header-contents {
    display: block;
}