.normalTexture
{
	font-family: 'new-science', sans-serif;
	font-size: 24px;
	color: white;
}

.tightTexture
{
	font-family: 'new-science', sans-serif;
	font-size: 18px;
	color: white;
}

.deepTexture
{
	font-family: 'new-science', sans-serif;
	font-size: 24px;
	color: silver;
}

.frameWide 
{
	padding: 25px;
	
}

.frameBorder
{
	flex-direction: row;
	column-gap: 25px;
	row-gap: 25px;
	border-bottom: 5px solid white;
	padding-bottom: 25px;
}

@media only screen and (max-width: 768px)
{
	.frameBorder
	{
		flex-wrap: wrap-reverse;
	}
}

.frameSumWide
{
	flex-direction: column;
	row-gap: 25px;
}

.frameTitleWide
{
	flex-grow: 1;
	
}

.frameMetaWide
{
	flex-direction: column;
}

.frameSumHeader
{
	justify-content: space-between;
}

.frameMetaWide
{
	row-gap: 25px;
}

.orcid_icon
{
	height: 25px;
	width: 25px;
	display: flex;
}

.softTexture
{
	font-family: 'new-science', sans-serif;
	font-size: 14px;
	color: white;
}

.authorId
{
	column-gap: 25px;
	width: 300px;
}

.organizationId
{
	column-gap: 25px;
	width: 300px;
}

.frameMetaDateCopyLine
{
	width: 100%;
	justify-content: space-between;
}

.frameMetaAuthorLine
{
	width: 100%;
	column-gap: 25px;
}

.frameMetaLinks
{
	width: 100%;
	justify-content: space-between;
}

.normalSequenceText
{	
	font-family: 'new-science', sans-serif;
	font-size: 12px;
	color: white;
}

.divLine
{
	width: 100%;
	height: 1px;
	background-color: white;
}

.registeredLink
{
	font-family: 'new-science', sans-serif;
	font-size: 12px;
	color: silver;
}

.registeredLink:hover 
{
	color: fuchsia;
}

.pdfButton
{
	background-color: blue;
	border-radius: 5px;
	color: white;
	font-family: 'new-science', sans-serif;
	font-size: 12px;
	padding: 10px;
}

.pdfButton:hover 
{
	background-color: white;
	color: black;
}

.frameTitleRight
{
	text-align: right;
}

.frameMetaLinksTight
{
	width: 100%;
	justify-content: left;
	column-gap: 25px;
}

.researchFrameTitle
{
	align-items: end;
}