.unstyleds{
	margin-top: 35px;
}
.unstyleds>a>li{
	height: 45px;
	width: 100%;
	font-size: 14px;
	color: #000;
	line-height: 45px;
	font-weight: 880;
	opacity: 0.7;
	border-bottom: 1px  dashed #dcdcdc;
}
.unstyleds>a>li:hover{
	color: #35329c;
}

.ok_di{
	height: 832px !important;
}
.unstyleds>a>li>i{
	color: #35329c;
	margin-right: 14px;
}
.unstyleds>a>li>label{
	margin-bottom: 0px;
	line-height: 45px !important;
	float: right;
	font-size: 12px !important;
	letter-spacing: 0.6px;
	color: #595959 !important;
}
@media only screen and (min-width: 100px) and (max-width: 1000px) {
	.unstyleds>a>li{
	  white-space: nowrap;
	  overflow: hidden;
	  text-overflow: ellipsis;
    }
    .unstyleds{
    	margin-top: 0px;
    }
}

