/* Remove private message because it display in lots of Power Pages iFrames and it is annoying */
.private-mode-banner{
    display: none !important;
}
iframe#DocumentDefinitionQV{
    height: 95px !important;
}
/* To remove right border on quick view forms on portal */
.crmEntityFormView .cell.crmquickform-cell:first-child{
    border: none !important;
}