@charset "UTF-8";
/* PRINT STYLES FOR NEWSFILE */

/* To Hide */
 header, .nav, .pdf-btn, .html-btn, .nav li a, .int, .gen_icon, .intro, .footer  { display:none !important; }
 body { background-image:none !important; font-size:175% !important; }
/* End Hide */

/* Basic Print */
    
@media print { a[href]:after { content: none !important; } }

.WordSection1 strong > span > br { display:block !important; page-break-before:always !important; -moz-page-break-before:always !important; -webkit-page-break-before:always !important; }
div.page-break {page-break-after:always; display:block; }

.wrap { margin:0px 0px 0px 0px !important; }
.scrollable .wrap { /*padding: 50px 80px !important;*/ }

.container { padding-right: 0px; padding-left: 0px; width:100% !important; margin:0px 0px 0px 0px !important;  margin:0 auto;  }

.scrollable { margin-top:0px !important; }

/* Table Overflow */
.overflowTable table { width:100% !important; max-width:100% !important; }

/* GENERIC STYLES */

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

@media print {
      a[href]:after {
        content: none !important;
      }
    }

    
/* 
   DOCUMENT STYLES - SELECTOR
   PDF SCROLLABLE GENERATOR SCC STYLES - ko */

table tr td p { margin-bottom:0px !important; }
.scrollable .wrap{ line-height:12pt !important; }

.page-number { position: absolute !important; left: 40%; top:0px; }
.page-number > .wordSection1 { position: absolute; bottom: -100px; }
.scrollable .wrap > .page-number { height:none !important; }

/* COMPANY SPECIFIC FONTS */   
   
@import url(http://fonts.googleapis.com/css?family=Patua+One|Open+Sans);

