
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none)
 {
		.profile-dialog
		{
			width:500px;
		}
		.profile-dialog md-toolbar.md-tall{
			    min-height: 190px;
		}
		
		.poheadermtie20n{
			margin-top:-25px;
		}
		
		.todo-item {
    position: relative;
    padding: 16px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    text-transform: none;
    cursor: pointer;
}

	 .todo-item .info .title {
    font-size: 15px;
    font-weight: 500;
	}
	.todo-item .info {
    margin: 0 16px 0 8px;
}
.desc{
    padding-left: 8px;
    padding-top: 5px;
    padding-bottom: 5px;

}
 .rfx-row-descIE{
	max-height: 68px;
    overflow: hidden;
    padding-left: 10px;
    padding-top:2px;
    border: 1px solid #c6c3c3;
    border-radius: 4px;
    background-color: #f8f8f8;
}
.todo-item .tags .tag {
    border-radius: 2px;
    margin: 8px 4px 0 0;
    padding: 3px 8px;
    background-color: rgba(0, 0, 0, 0.08);
}
}
