﻿ul.minMarginPadding {
    margin:0px 5px 0px 10px;
    padding:0px 0px 0px 0px;
}

table.fancy {
	background: #f5f5f5;
    border:1px solid #597791;
    border-collapse:separate;
    border-spacing:0px;
    margin: 5px auto 0px auto;
	text-align: left;
    font-size:12px;
    font-family: "Segoe UI",Arial,Helvetica,sans-serif;
    width:100%;
}	

th.fancy {
	background: linear-gradient(#9BAFC1, #597791 50%);
	color: #fff;
    font-weight: normal;
	padding: 5px 5px;
	position: relative;
    border-left:1px solid #9BAFC1;
}

td.fancy {
	padding: 5px 5px;
	position: relative;
	transition: all 300ms;    
    border-left:1px solid #fff;
}

tr.fancy {
	background: #ffffff;	
}

tr.fancy:nth-child(odd) {
	background: #f1f1f1;	
}

.deletedComment {
    text-decoration:line-through;
}