﻿.s15borderNode {
                        border: 0px solid rgba(78, 71, 62, 1);
                        position: absolute;
                        top: 0;
                        right: 0;
                        bottom: 0;
                        left: 0;
                        pointer-events: none;
                    }

                    .s15inlineContent {
                        position: absolute;
                        top: 0;
                        right: 0;
                        bottom: 0;
                        left: 0;
                    }

                    .s15inlineContentParent {
             
                        width: 100%;
                        height: 100%;
                    }

                    .s15[data-shouldhideoverflowcontent="true"] {
                        overflow: hidden;
                    }