@charset "UTF-8";
/* 
   DOCUMENT STYLES - SELECTOR
   PDF SCROLLABLE GENERATOR SCC STYLES - ko */

/* GENERIC STYLES */

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {

}
.scrollable { font-family:Times New Roman, Times, Georgia, Sans-Serif; font-color:#000; }

/* Theron [ Company Specific Styles ] */

p { margin:0px 0px 0px 0px; }

table tr td p { margin-bottom:0px !important; }

.scrollable { min-height:1079px; }