.infobox {
    position: absolute;
    background: white;
    width: 600px;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
    align-content: center;
    align-items: center;
    padding: .5em;
    border: 1px;
    border-style: solid;
    border-color: lightgray;
/*    max-height:300px;*/
    z-index: 1000;
}


.infotxt{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    max-width: 400px;
    padding-bottom: 1em;
}


span.img {
    max-width: 130px;
    min-width: 130px;
}

span.title {
    font-weight: 600;
    font-size: .85em;
   /* border-bottom: 1px solid;
    margin: 0 0 1em 0;*/
    padding: 1em;
}
span.fntxt, span.abstract {
    font-size: .85em;
    padding-left: 1em;
    padding-right: 1em;
    text-align: justify;
    hyphens: auto;
}
span.img img{
	box-shadow: 3px 3px 1px #888888;
	max-width: 130px;
	margin: 0 5px 0 0;
}

.small-caps{
	font-variant: small-caps;
}