.entry-manage-buttons {
    float: right;
    margin-top: -40px;
}

.page-entry {
    border-bottom-color: var(--dark-dark1);
    border-width: 0px 0px 2px 0px;
    border-style: solid;
    padding-bottom: 10px;
}

.page-manage-details {
    border-radius: 5px;
    border: 2px solid var(--yellow-dark2);
    padding: 5px;
    max-height: 100%;
    opacity: 1;
    visibility: visible;
    transition: opacity 0.3s ease-in-out 0.1s, visibility 0.5s, max-height 0.1s linear;
    -webkit-transition: opacity 0.3s ease-in-out 0.1s, visibility 0.5s, max-height 0.1s linear;
}

.page-manage-details.collapsed {
    visibility: hidden;
    opacity: 0;
    max-height: 0;
    transition: opacity 0.3s ease-in-out, visibility 0.5s, max-height 0.1s linear 0.3s;
    -webkit-transition: opacity 0.3s ease-in-out, visibility 0.5s, max-height 0.1s linear 0.3s;
}

.main-content {
    letter-spacing: -0.004rem;
}

h1, h2, h3, h4, h5, h6 {
    clear: both
}

h4 {
    margin-top: 20px;
}

.main-content img {
    margin: 10px 20px 20px 10px;
    box-shadow: 0px 0px 8px var(--light-light1);
    max-width: 100%;
    height: auto;
}

.main-content iframe {
    max-width: 100%;

}

.noZoom {
    box-shadow: none !important;
}

.main-content img.float-right {
    margin: 10px 2px 10px 20px
}

.main-content img.float-left {
    margin: 10px 20px 10px 2px
}

.audio-img {
    cursor: pointer;
    box-shadow: 0px 0px 8px var(--blue) !important;
}

.contents-top {
    background-color: var(--light-light1);
    border-radius: 5px;
    box-shadow: 0px 0px 3px 3px var(--light-light1);
    padding: 15px 0px 5px 0px;
    margin-bottom: 10px;
}

ol li {
    margin: 0 0 12px 0;
}

.page-entry ul {
    margin-bottom: 0.5rem !important;
}

.contents-top li {
    /*color: var(--blue-dark2);*/
    list-style-type: none;
    margin: 0 0 5px 0;
}

.contents-top a {
    /*color: var(--blue-dark2);*/
    font-weight: 600;
}

.page-entry table {
    margin: 15px auto 15px auto;
}

.page-entry table tr:hover {
    background-color: var(--light-light1);
}

.page-entry table td {
    border: 1px solid var(--dark-base) !important;
    padding: 5px;
}

.highted-msg {
    text-decoration: none !important;
    color: #990000;
}

.highted-msg div {
    margin: -25px -25px 20px -25px;
    background-color: #E3B4AE;
    padding: 10px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #990000 !important;
}

.highted-msg .edit {
    color: #990000 !important;
    opacity: 0;
    transition: opacity 0.1s linear;
}

.highted-msg:hover .edit {
    opacity: 1;
}