
@font-face {
	font-family: sourceSerif;
	src: url(SourceSerif4-Regular.ttf.woff2);
}




.wordPortal {
	float: left;
	width:auto;
	min-width: 30vw;
	font-family: sourceSerif;
	font-size: 14px;
	text-align: left;
	background-color: white;
	min-height: 550px;
	padding: 25px 30px 25px 30px;
	border: 1px solid black;
}

.wordPortal h1{
    font-size: 16px;
	font-weight:bold;
}

.wordPortal h2{
    font-size: 24px;
	font-weight:bold;
	text-align: center;
}

.date {
	font-size: 16px;
	font-weight:bold;
}
.blogDate {
	font-size: 16px;
	font-weight:bold;
	text-align: center;
}

.headWord {
	font-size: 16px;
	font-weight:bold;
}

sup{
	vertical-align: super;
	font-size: .83em;
}

.wordID {
	float: right;
	font-size: 16px;
}

.pos {
	font-size: 16px;
	font-style:italic;
	padding-left: 2px;
	padding-right: 2px;
}

.specific {
	font-size: 14px;
	font-style:italic;
	padding-right: 2px;
}

.technical {
	font-size: 14px;
	padding-right: 2px;
}

.ref{
	font-size: 16px;
}
.senseList{
	list-style: decimal;
	font-size: 14px;
	clear:right;
}

.subSenseList{
	list-style:lower-roman;
	font-size: 14px;
	padding-left:2em;
}

.subSense{
	padding-top: 2px;
	padding-bottom: 2px;
}

blockquote{
	font-size: 12px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
}

cite{
	display: block;
	font-style:normal;
}

.fn{
	padding-top: 10px;
}
@media (max-width: 520px){
	.ref::before {
	content: "\A";
	white-space: pre;
}
}