.index-link{
margin-right:1em;
}

.publishedDateAndMsType {
    margin-top: 1em;
    margin-bottom: 1em;
    width: 100%;

}

.publishedDateAndMsType div {
    width: 50%;
    display: inline-block;
float:left;
    
}
.publishedDateAndMsType .publishedDate{
    text-align:right;
}
.msType {
    text-align: left;
    font-weight: bold;
}
#generator.author-index h3{
margin:1em 0;
}
.triangle{
/*background-image: url("http://www.atmospheric-chemistry-and-physics.net/graphic_grey_right_symbol.png");*/
background-image: url(https://www.int-arch-photogramm-remote-sens-spatial-inf-sci.net/graphic_grey_right_symbol.png);
background-repeat: no-repeat;
padding-left: 10px;
background-position: left center;
}
#generator .index-list {
    list-style: outside none none;
    margin: 5px 0px 15px;
    padding-left: 15px;
}
#generator .index-list .triangle{
margin: 1em 0px 0px;
display:block;
}

#generator .articleDates {
    margin: 2em 0px 0px;
    text-align:center;
}
.group:after,
.group:before {
    content: "";
    display: table;    
}

.group:after {
  clear: both;
}
.group {
  zoom: 1; /* For IE 6/7 (trigger hasLayout) */
}

/* hack because iframe sets a:visited: black with important*/

a.article-title:visited {
 color:#044ABF !important;
}
.mce-content-body
{
	background-color: #ffffff;
}