@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro');
body { -webkit-text-size-adjust: none; -webkit-tap-highlight-color:  rgba(255, 255, 255, 0); margin: 0px; font-family: 'Source Sans Pro', sans-serif; font-size: 13px; color: #000000; }
body a { color: #cc181e; text-decoration:none; }
body a:hover { color: #cc181e; text-decoration: none; }

.width100pr { width: 100%; }
.headerContainer { width: 100%; padding: 30px; box-sizing: border-box; cursor: pointer; }
.headerTitleContainer { width: 50%; }
.headerMainTitle { font-weight: bold; font-size: 27px; text-shadow: 0px 0px 1px #222222; }
.headerSubtitle { font-size: 13px; }
.headerImageContainer { width: 50%; text-align: right; }
.KNETLogo { height: 65px; background: url('../images/knet.png'); background-size: 100%; }
.KNETSmallLogo { height: 30px; background: url('../images/knet.png'); background-size: 100%; }
.menuContainer { background-color: #333333; }
.menuElement { width: 32%; padding-top: 30px; padding-bottom: 30px; text-align: center; font-weight: bold; color: #FFFFFF; font-size: 16px; cursor: pointer; }
.menuElBorder{ border-right: 1px solid #444444; }
.menuElHighlighted { background-color: #cc181e; }
.menuTabBody { display: none; }
.bodyContainer { width: 100%; padding-top: 30px; padding-bottom: 30px; box-sizing: border-box; }
.textContainer { width: 100%; padding-right: 30px; padding-left: 30px; box-sizing: border-box; text-align: justify; font-size: 16px; }
.code { border-top: 1px solid #F4F4F4; border-bottom: 1px solid #F4F4F4; margin-top: 20px; margin-bottom: 20px; background-color: #f9f9f9; }
.liveDemoPromotion { margin-right: 30px; margin-left: 30px; padding: 30px; padding: 30px; box-sizing: border-box; text-align: center; font-size: 16px; background-color: #2779be; color: #FFFFFF; margin-bottom: 20px; cursor: pointer; }
.LDPTD1 { padding-right: 30px; padding-top: 5px; }
.LDPTD2 { font-size: 20px; }
.footerContainer { width: 100%; padding: 30px; box-sizing: border-box; background-color: #333333; color: #777777; text-align: center; font-size: 16px; }


