body {
	padding-top: 0px;
	padding-bottom: 40px;
}

.sidebar-nav {
	padding: 9px 0;
}


/* JKMOD */
.left-col{
  margin-left:20px;
  width:300px;
  float:left;
}

.right-col{
  padding-top:5px;
  padding-left:40px;
  padding-right:15px;
  display:block;
  overflow:hidden;
  xborder:2px solid green;
  font-size:13px;
}



.field-list,
.field-list .btn,
.field-list input,
.field-list button,
.field-list label,
.field-list textarea,
.field-list select
 {
  font-size:13px;
}


.field-list input[type="text"],
.field-list input[type="select"]{
  height:18px;  
}

.field-list input[type="text"]
{
  width:94%;
}

.field-list .btn{
  padding:3px 9px;
}

/*filestyle hack?? */
.group-span-filestyle{
  margin-left:0;
}


/* END JKMOD */


@media ( max-width : 980px) {
	/* Enable use of floated navbar text */
	.navbar-text.pull-right {
		float: none;
		padding-left: 5px;
		padding-right: 5px;
	}
}

div.help-block ul {
	display: inline-block;
}

#textboxStyle,#textboxHtml{
  font-size:11px;
  line-height:15px;
  width: 97%;
}


#textboxHtml {
	height:170px;
}
#textboxStyle {
  height:120px;
}



#buttonCopy.zeroclipboard-is-hover {
	cursor: pointer;
	color: #333333;
	text-decoration: none;
	background-position: 0 -1px;
	-webkit-transition: background-position 0.1s linear;
	-moz-transition: background-position 0.1s linear;
	-o-transition: background-position 0.1s linear;
	transition: background-position 0.1s linear;
}

#buttonCopy.zeroclipboard-is-active {
	color: #333333;
	background-color: #e6e6e6;
	*background-color: #d9d9d9;
	background-color: #cccccc \9;
	background-image: none;
	outline: 0;
	-webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

html{
  padding:0px;
  margin: 0px;
}
#header{
  width:100%;
  height:35px;
  position:relative;
  xbackground-color:#e9fdff;
}

#title{
  padding-top:2px;
  margin-left: 15px;
  font: 20px "Helvetica Neue";
  font-weight:500;
  color:#555555;

}
#logo{
  font: 25px "Helvetica Neue";
  font-weight:500;
  margin-right:20px;  
}

.intro{
	color:#777777;
	font-size:17px;
	padding:40px;
	padding-top:20px;

}

.label-hint{
  display:block;
  height:22px;
  margin-top:-2px;
  color:#888888;
}

.typeGroup label {
	display: inline-block;
}

.fgen-container {
  width:100%;
  margin: 0;
  margin-top: -10px;
}

.clickToSelect {
	cursor: default;
	color: #555555;
}

.navbar-inner {
    min-height:30px;
  }
  .label-hint {
    font-size:13px;
    height:20px;
    margin-top:-4px;
  }
  .nav li {
    line-height:17px;
  }
  .img-swap:hover img,
  * [lang~="x-img-swap"]:hover img{ 
    max-height: 0px;
    height:0px;
  }

#email-me-btn {
	margin-top: -10px;
}

#moreOptionsAccordion .accordion-group,
#moreOptionsAccordion .accordion-inner {
	border: 0;
}