/* hides the "Drag file to Upload" option on document libraries  */
.ms-metadata.ms-dragDropAttract-subtle.ms-hideWhenFileDrag {
    display: none !important;
} 
/* hides all but the "Add New" functions on a document library chrome  */
ul.ms-qcb-zone.ms-qcb-leftzone li.ms-qcb-item:nth-child(n+2) {
    display: none;
}
img.mempic {
    padding: 2px;
    border: 1px solid #a9a9a9;
}
.ms-rtestate-field {
    padding: 10px;
}
td.ms-vb-icon
{
	display:	initial;
	padding: 7px 10px 0px 7px;
	vertical-align: auto;
} 
table {
    background-color: white;
}
tr.ms-viewheadertr.ms-vhltr {
    display: none;
}
td.ms-gb {
    background-color: #e4e8f0;
}
.ms-listviewtable .ms-gb, .ms-listviewtable .ms-gb2 {
    padding-top: 5px;
    padding-left: 10px;
}
span.ms-commentcollapse-iconouter {
    display: none;
}
.ms-commentexpand-iconouter {
    display: none;
}
ul.mem-comm-list {
    font-family: "Segoe UI Semilight","Segoe UI","Segoe",Tahoma,Helvetica,Arial,sans-serif;
    list-style: none;
    line-height: 1.5em;
    padding-left: 10px;
}
.mem-comm-list a:link, v:link {
    color: #0072C6;
    text-decoration: none;
}
.mem-comm-list a:hover, a:active {
    color: #0072C6;
    text-decoration: underline;
}



