.content-area form.search-form {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
}
.content-area form.search-form label,
.content-area form.search-form label input
{
    display: flex;
    flex-grow: 100;
    margin-bottom: 0px;
    margin-right: 0.2em;

}
.content-area form.search-form input.search-submit {
    width: auto;
}
table.meta-data-table, table.more-links-table {
    border: none;
}
table.meta-data-table td, table.more-links-table td {
    border: none;
    text-align: left;
    padding-left: 0;
}
p.authors, p.authors a {
    font-size: 1.5rem;
}
h3.abstract-header {
    padding-top: 1rem;
    margin-bottom: 1rem;
}
p.abstract {
    text-align: justify;
}
h3.additional-info {
    padding-top: 1rem;
}
div.featured-image-box {
    margin-top: 1rem;
    margin-bottom: 1rem;
}
p.feature-image-caption {
    text-align: justify;
}
a.abstract-in-excerpt:hover,
a.abstract-in-excerpt:visited,
a.abstract-in-excerpt:link,
a.abstract-in-excerpt:active {
    text-decoration: none;
}
textarea.bibtex {
    padding-bottom: 1rem;
    font-size: 0.875rem;
    width: 100%;
}
p.copyright {
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.break {
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
}
.break-at-all-cost {
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    word-break: break-all;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
}
#comments h3.comments-title {
    text-transform: none;
    font-size: 1.25rem;
    font-weight: 600;
    letter-spacing: normal;
}
p.about-the-author {
    font-style: italic;
}
#metadata_metabox input[type=text] {
    margin: 1px;
    padding: 4px;
    width:100%;
}
content-area form.search-form {
    display: flex;
}
form.search-form input.search-submit {
    width: 100%;
}
/* make header and sidebar invisible when printing */
@media print
{
    .addtoany_share_save_container, .addtoany_share_save_container *, input#print-btn, div.sidebar, div.sidebar *, div#header-section, div#header-section *
    {
        display: none !important;
    }

    html
    {
	color: black !important
    }
}
div.publication-action-buttons button {
    display: inline-block;
    margin-right: 1em;
    margin-bottom: 1rem;
}

input.o3po-ready2publish-text {
    margin-right:1em;
}

div.o3po-ready2publish-author {
    margin-bottom: 1rem;
}

select.o3po-ready2publish, input.o3po-ready2publish, textarea.o3po-ready2publish {
    margin-bottom: 1rem;
}
