.urls_table{
	width: 100%;
	border-collapse: collapse;
}

.hiddentext{
	position: relative;
	width: 90%;
}
.url_hidden{
	
	position: absolute;
	left: 0;
	right: 0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}


.url_hidden a{
	display: inline-block;
 white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; /* or 'clip' */
}

.hiddentext_releases{
	
	position: relative;
	width: 40%;
}


.ankors_table td{
	font-size: 13px;
}

.statuses{
	white-space: nowrap;
	font-size: 0px;
}

.statuses span{
	margin-left:5px;
	margin-right:5px;
	display: inline-block;
	padding: 3px;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 13px;
}

.statuses a{
	color: inherit;
}

.statuses span.color0{
	background-color: #e3e1e1;
}

.statuses span.color1{
	background-color: #e0deba;
}


.statuses span.color2{
	background-color: #f0e74a;
}

.statuses span.color3{
	background-color: #52bf39;
}


.statuses span.color4{
	background-color: #eb575c;
	color: #fff;
}


.statuses span.color5{
	background-color: #f2052c;
	color: #fff;
}



.statuses.legend{
	font-size: 13px;
	margin-bottom: 20px;
}
.statuses.legend span{
	display: inline-block;
	height: 13px;
	width: 13px;
	padding: 0px;
}


.hide_long{
	position: relative;
	width: 100%;
	overflow: hidden;
	line-break: anywhere;
	text-overflow: ellipsis;
	
	display: -webkit-box;
	  -webkit-line-clamp: 1;
	  -webkit-box-orient: vertical;
}


#glue_co{
	width: 80px;	
}