.contact_comment {
	height: 2.5em; 
	background-color:rgba(255,255,255,0.125);
	text-align:center;
	font-size: 12px;
	border-radius: 5px;
}

.contact_comment:hover {
	background-color:rgba(255,255,255,0.25);
}

.yep_comment {
	background-color:rgba(255,255,255,0.125);
}

.favorite {
	background-image: url("../images/star.png");
	background-repeat: no-repeat;
	background-position: center;

}
.favorite:hover {
	background-image: url("../images/star_hover.png");
}


.no_favorite {
	background-image: url("../images/nostar.png");
	background-repeat: no-repeat;
	background-position: center;

}
.no_favorite:hover {
	background-image: url("../images/nostar_hover.png");
}

.tag {
	border-radius:2em!important;
	margin: 0.125em 0.125em 0.125em 0.125em;
	font-size:12px!important;
	padding-right:15px;
	padding-left:15px;
	font-weight:bolder;
}

.lesser_tag {
	border-radius:2em;
	margin: 0.125em 0.125em 0.125em 0.125em;
	font-size:10px!important;
	padding-right:15px;
	padding-left:15px;
	font-style:italic;
	font-weight:bolder;
}

.new_input {
	border: solid 1px #08447c!important;
	background-color: rgba(225, 225, 225, 0.5)!important;
}
.new_input::active {
	border: solid 2px #08447c!important;
}
.new_input::-moz-placeholder {
	font-style: italic;
	color:orange!important;
}

.new_input2 {
	border: solid 1px #08447c!important;
	color:white!important;
}
.new_input2::active {
	border: solid 2px #08447c!important;
}
.new_input2::-moz-placeholder {
	font-style: italic;
	color:white!important;
}
.new_input2::-webkit-input-placeholder {
	font-style: italic;
	color:white!important;
}
.new_input2:-ms-input-placeholder {
	font-style: italic;
	color:white!important;
}


}

.new_input3 {
	border: solid 1px #08447c!important;
	color:#08447c!important;
}
.new_input3::active {
	border: solid 2px #08447c!important;
}
.new_input3::-moz-placeholder {
	font-style: italic;
	color:#08447c!important;
}
.new_input3::-webkit-input-placeholder {
	font-style: italic;
	color:#08447c!important;
}
.new_input3:-ms-input-placeholder {
	font-style: italic;
	color:#08447c!important;
}

#back_arrow {
	position: -webkit-sticky; /* Safari & IE */
	position: sticky;
	top:150px;
	left:0px;
	margin-left: auto; 
	margin-right: 25px;
	height: 75px;
	width: 75px;

	background-image: url('../images/arrow.png');
	background-size: cover;
}
#back_arrow:hover {
	background-image: url('../images/arrow_hover.png');
}

.center_table_name {
	padding-bottom:7px;
	padding-top:7px;
}

.user_icon{
	color:#08447c!important;
}

#delete_button:hover{
	background-color: red!important;
}