#project #jlinq {
	background : #2F401E url(header.jpg);
}

#jlinq-samples {
	padding : 20px;
}

#project .sample-list {
	float : left;
	width : 20%;
	margin : 0;
	padding : 0;
	list-style : none;
}

#project .sample-list {
	font-size : 13px;
}

#project .title {
	font-size : 24px;
	padding : 0 0 10px 0;
}

#project .sample-display {
	padding : 40px 0 0 0;
}

#project .sample-display-desc {
	padding : 0 0 25px 0;
	font-size : 13px;
	color : #ccc;
	line-height : 140%;
}

#project .sample-list li {
	margin : 0;
	padding : 3px 0;
}

#project .sample-title {
	font-size : 18px;
}

#project .sample-display-detail {
	float : left;
	width : 380px;
	margin-left : 20px;
	padding-bottom : 40px;
}

#project .sample-display-code {
	width : 450px;
	float : right;
}

#project .results-header span {
	display : block;	
	padding : 0 0 10px 0;
	font-size : 13px;
	font-weight : bold;
	color : #ccc;
}

.sample-display-try a {
	display : inline-block;
  cursor : pointer;
  
  border-style : solid;
  border-width : 1px;
  border-radius : 50px;
  padding : 14px 24px;
  box-shadow : 0 1px 4px rgba(0,0,0,.6);
  font-size : 15px;
  color : #fff;
  text-shadow : none;
  text-decoration : none;
  color : #fff !important;
  text-shadow : 0 1px 3px #905012;

  border-color : #e7a300;
  background: #ff9600;
  background: -moz-linear-gradient(top, #ff9600 0%, #e77200 100%);
  background: -webkit-gradient(linear, left top, left bottom, 
    color-stop(0%,#ff9600), color-stop(100%,#e77200));
  background: -webkit-linear-gradient(top, #ff9600 0%,#e77200 100%);
  background: -o-linear-gradient(top, #ff9600 0%,#e77200 100%);
  background: -ms-linear-gradient(top, #ff9600 0%,#e77200 100%);
  background: linear-gradient(top, #ff9600 0%,#e77200 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( 
    startColorstr='#ff9600', endColorstr='#e77200',GradientType=0 );
}

#project .single-result {
	padding : 15px;
}

#loading_jlinq {
	width : 140px;
	padding : 35px 0;
	text-align : center;
	color : #fff;
	margin : 0 auto;
}

#loading_jlinq h4 {
	font-size : 22px;
	padding-top : 15px;
}