/*

Theme Name: WMD Theme

*/



/*html :where(img){height:inherit;max-width:none;}*/

#columnTwo {float: left; width: 560px}

form {clear: both}

fieldset {padding: 0.3em}

#list {border-top: solid 2em #fff; clear: both;}

#research-params { width: 560px}

.input-cell .text {font-size: 0.8em}

.alpha-links {clear: both; text-align: center; vertical-align: middle; }

ol {list-style-type: none; margin-left: auto; margin-right: auto;}

ol li {float: left; margin: 0 0.3em 0 0.3em; padding: 0.25em; }

ol li a { text-decoration: none;font-weight: bold;}

.selected { background-color: #1da332; }

.selected a {color: #fff;}

.item,#list {clear: both; margin: 1em 0 1em 0;}

.item table {margin: 1em 0 0 0; clear: both; }

.item tr {vertical-align: top !important;text-align: left; }

.item table th { white-space: nowrap; }

.label-cell, .input-cell {width: 25%}

.label-cell .text {font-size: 1em}

#submit-btn {}

#extra {visibility: hidden;}

/*AUTHOR SECTION START*/
.main-title{
	text-align:left;
}
.custom_top_author {
    display: flex;
	align-items: center;
    gap: 16px;
    margin-bottom: 20px;
    font-size: 15px;
}
.author_imag img {
    width: 60px;
	min-width:60px;
    height: 60px;
    border-radius: 100%;
    object-fit: cover;
}
.name_author_out {
    display: flex;
}
.name_author_out span.lbl {
    margin-right: 5px;
}
.name_author_out h4,
.name_author_out p{
    margin: 0;
    line-height: 21px;
    font-weight: normal;
    font-size: 15px;
}
/*AUTHOR SECTION END*/