.fulltable .views-field-field-user-defined-date2 {
	width: 150px;
}
.view-kanhan-archive-page-view .views-field-title {
	position: relative;
}
.views-field-title .detail-btn {
	display:inline-block;
	position: absolute;
	width:20px;
	color:#fff;
	cursor: pointer;
	top: 10px;
	right: 10px;
}
.views-field-title .detail-btn::after{
	content: "\2796";
	color: #fff;
}
.detail-closed .views-field-title .detail-btn::after{
	content: "\2795";
	font-weight: normal;
}
.node-page .field-name-field-not-show-archive {
display:none;
}