.button{letter-spacing:3px;}
h4.favorite.title{font-size:24px; font-weight:600;}
.search-term{padding:2px; background:#dd5928; border:1px solid #f1f1f1; font-size: 10px; color:white; font-weight: bold; margin:2px;}
.search-term.disabled{background:#f1f1f1; color:black;}
#search-filter{margin-top:15px; margin-bottom: 15px; }
#search-filter .terms label {margin-bottom: 5px; border-bottom: 1px solid #ccc;}

#search-filter{margin-top:15px; margin-bottom: 15px; }
#search-filter .terms {padding:5px;}
#search-filter .terms label {margin:5px;}
#search-filter .filters {background-color: #f1f1f1; padding:5px; display: none;}
#search-filter .filters label {margin:5px;}

.image-container .after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    background: rgba(0, 0, 0, .79);
    padding-top: 20%;
    text-align: center;
    font-size: 120%;
    padding-left: 2%;
    padding-right: 2%;
    color: #FFF;
}

.descr_text {
    font-size: 90%;
    line-height: inherit; }


 /*cognates changed message image*/
 .cognate-changed-message{
	 display: block;
 width: 100%;
 height: 167px;
 margin-bottom: 1.125rem;
 background: linear-gradient(
         180deg,
	 #0b0b0b,
	 #1c1c1c 50%,
	 #0b0b0b 100%
	);

 color: #e6e6e6;

 }


 .cognate-changed-message-text {
	height: 100%;
	padding: 16px 20px;
	font-weight: bold;
	display: flex;
	color:#b5b5b5;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: 18px;
	line-height: 1.4;
}
