
/* Reset the box model to Quirks standard (borders and padding included in width) */
.MSRS-RVC {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.MSRS-RVC *, .MSRS-RVC *:before, .MSRS-RVC *:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}

.MSRS-RVC .searchHighlighting {
    background-color: #FFC20D;
}

.MSRS-RVC .tdResizable {
    height:100% !important;
    position:relative;
    overflow:hidden;
    background-clip: padding-box;
}

.MSRS-RVC .tdResizable div.cannotGrowTextBoxInTablix {
    position:absolute;
    height:100% !important;
    max-height: initial !important;
    overflow: visible !important;
}

.MSRS-RVC .tdResizable div.canShrinkTextBoxInTablix {
    position:static !important;
    height:100% !important;
}