Code Snippet:
<div style="width: 300px; position: absolute; right: 25%; top: 5%; -webkit-box-shadow: 2px 4px 40px 0px rgba(0,0,0,0.75); -moz-box-shadow: 2px 4px 40px 0px rgba(0,0,0,0.75);box-shadow: 2px 4px 40px 0px rgba(0,0,0,0.75);">
<section class="notif notif-warn">
<h6 class="notif-title">Warning!</h6>
<p>This task was forced checked out by another user. Your changes will not be saved Site.Master.</p>
<div class="notif-controls">
<a href="#" class="notif-close" id="cBtn">Close</a>
</div>
</section>
</div>
JSFIDDLE Demo: http://jsfiddle.net/sikni8/kb2r6d4c/1/
Any suggestions on updating the CSS to make sure the inner DIV fits perfectly inside the outer DIV with box shadow effect?