.fa-home-plain {
    position: relative; color: #ff9900; scale: 0.85;
}

.fa-home-transparent {
    position: relative; color: #ff9900; scale: 0.85; opacity: 0.4
}

.home-gallery-tooltip {
     right: 2.5%; top: 2.5%;
}

.home-gallery-tooltip-fa {
     left: 1%; top: -1%
}

.home-gallery-tooltip-best {
    right: 15%; top: 2.5%;
}

.home-li-tooltip {
     position: relative; vertical-align: middle; margin-bottom: 0.3%;
}

.home-li-tooltip img {
    vertical-align: middle;
}

.home-li-tooltip-fa {
    position: relative; color: #ff9900; vertical-align: middle; vertical-align: -5%;
}

.home-li-tooltip-fa i {
    scale: 1;
}

.home-title {
    margin-top: 1.5%; margin-bottom: 1.5%;
}

.bg-img-home {
    position: absolute;
}

.vd-parent {
	margin-bottom: 1%;
}

.home-about {
    width: 40%;
    color: dimgrey;
    margin: 0 auto;
    position: relative;
}

.div-browser {
    margin-bottom: 1%;
}

.o_photo_top_strip {
	position: absolute;
	top: 0%;
	height: 20%;
	width: 100%;
	z-index: 0;
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.65) 2%, rgba(0, 0, 0, 0) 92%, rgba(0, 0, 0, 0) 97%, rgba(0, 0, 0, 0) 100%);
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.65) 2%, rgba(0, 0, 0, 0) 92%, rgba(0, 0, 0, 0) 97%, rgba(0, 0, 0, 0) 100%);
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 2%, rgba(0, 0, 0, 0) 92%, rgba(0, 0, 0, 0) 97%, rgba(0, 0, 0, 0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000', GradientType=0);
}

.vertical-center {
	margin: 0;
	position: absolute;
	top: 50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.treeview-container {
	background: #eee;
	border: 1px solid #ddd;
	border-radius: 5px;
	margin-left: 1%;
	margin-bottom: 1%;
	display: flex;
	width: 49%;
}

.treeview-box {
	background: white;
	border: 1px solid #ddd;
	border-radius: 5px;
	margin: 20px 20px 20px 20px;
	width: 100%;
	float: left;
}

.phylotree_view {
	background: white;
	border: 1px solid #ddd;
	border-radius: 5px;
	margin: 20px 20px 20px 1%;
	width: 49%;
	float: right;
	height: .treeview-box.height;
}

#treeview_search {
	border: 1px solid #bbb;
	border-radius: 3px;
	width: 49%;
	margin: 10px 10px 0px 10px;
	color: black;
	height: 25px;
	padding-left: 5px;
}

#treeview_json {
	margin-top: 0;
	margin-bottom: 10px;
	margin-left: 5px;
}

.star-logo {
    vertical-align: -10%;
    filter: invert(65%) sepia(73%) saturate(2991%) hue-rotate(0deg) brightness(104%) contrast(103%);
}

.news-container {
	background: white;
	margin-top: -1vw;
	width: 100%;
	max-height: 15vw;
    overflow-x: hidden;
    overflow-y: auto;
    text-align:justify;
}

.news-item-box {
    margin: 0.1vw;
    padding: 0.5vw;
	background: white;
	margin-right: 0.5vw;
	padding: 0.5vw;
	width: 100%;
}

.news-title {
    font-family: Bitter, Georgia, serif;
    color: dimgrey;
    margin-left: 1vw;
    margin-right: 1vw;
}

.news-content {
    font-family: Source Sans Pro, Helvetica, sans-serif;
    margin-left: 1vw;
    margin-right: 1vw;
}

.news-item-box::after {
    display:block;
    clear:both;
    content : "";
    position: relative;
    left    : 0;
    bottom  : 0;
    max-width:50%;
    height  : 1px;
    width   : 66.6%;  /* or 100px */
    border-bottom:2px solid #ccc;
    margin:0 auto;
    padding:4px 0px;
}