body {
   font-family: Open Sans, sans-serif, Helvetica Neue, Helvetica, Arial, Tahoma, sans-serif;
   width: 100%;
   min-height: 480px;
   height: 100%;
   background: rgb(30,30,30); /* Old browsers */
   background: -moz-linear-gradient(top,  rgba(30,30,30,1) 0%, rgba(45,45,45,1) 100%); /* FF3.6+ */
   background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(30,30,30,1)), color-stop(100%,rgba(45,45,45,1))); /* Chrome,Safari4+ */
   background: -webkit-linear-gradient(top,  rgba(30,30,30,1) 0%,rgba(45,45,45,1) 100%); /* Chrome10+,Safari5.1+ */
   background: -o-linear-gradient(top,  rgba(30,30,30,1) 0%,rgba(45,45,45,1) 100%); /* Opera 11.10+ */
   background: -ms-linear-gradient(top,  rgba(30,30,30,1) 0%,rgba(45,45,45,1) 100%); /* IE10+ */
   background: linear-gradient(top,  rgba(30,30,30,1) 0%,rgba(45,45,45,1) 100%); /* W3C */
   filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#111111', endColorstr='#222222',GradientType=0 ); /* IE6-8 */
   margin: 0;
   background-repeat: no-repeat;
   background-attachment: fixed;
}
#header {
	min-height: 1.0em;
	max-height: 4.0em;
	width:100%;
	text-align: left;
	font-size: 12px;
	display: block;
	padding: 0;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	outline: 0!important;
	border: 1px solid #3CC;
	background: #3CC;
	color: white;
	text-shadow: 0 1px 0 #333;
	background-image: -webkit-gradient(linear,left top,left bottom,from(#3CC),to(#3CC));
	background-image: -webkit-linear-gradient(#3CC,#3CC);
	background-image: -moz-linear-gradient(#3CC,#3CC);
	background-image: -ms-linear-gradient(#3CC,#3CC);
	background-image: -o-linear-gradient(#3CC,#3CC);
	background-image: linear-gradient(#3CC,#3CC);
}
#header h3{
	margin:0;
	padding:0;
	margin-left:10px;
}

.content{
	padding:8px;
	color: #EBEBEB;
	overflow:auto;
	padding-top:0;
}
.content h4{
	color: #DBDBDB;
}

.btn-custom {
  background-color: hsl(145, 62%, 68%) !important;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#cdf3dd", endColorstr="#3CC");
  background-image: -khtml-gradient(linear, left top, left bottom, from(#cdf3dd), to(#3CC));
  background-image: -moz-linear-gradient(top, #cdf3dd, #3CC);
  background-image: -ms-linear-gradient(top, #cdf3dd, #3CC);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #cdf3dd), color-stop(100%, #3CC));
  background-image: -webkit-linear-gradient(top, #cdf3dd, #3CC);
  background-image: -o-linear-gradient(top, #cdf3dd, #3CC);
  background-image: linear-gradient(#cdf3dd, #3CC);
  border-color: #3CC #3CC hsl(145, 62%, 63%);
  color: #333 !important;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.33);
  -webkit-font-smoothing: antialiased;
}

#summary h3,h4{
margin-top:4px;
	line-height:22px;
}
#image{
	float:left;
	width:50%;
}
#image img{
	float:left;
	width:95%;
	padding-left:10px;
}

#downloads{
padding-top: 40px;
padding-left:5px;
padding-right:5px;
	float:right;
	width:45%;
}

#share{
	margin-top:10px;
	clear: both;
	text-align:center;
}

#share h5{
	padding-top:8px;
	margin-bottom:4px;
}
#share a{
	width:27%;
	font-size:78%;
}

#fullsite{
	margin-top:10px;
	text-align:center;
}

#fullsite a{
	margin: auto 0;
	width:90%;
}
#center{
	text-align:center;
}

@media screen and (min-width: 560px){
	#share a{
		font-size:150%;
	}
	
	#fullsite{
	font-size:150%;
}
	#summary h3,h4{
		font-size:220%;
	}
	
	#summary h5{
		font-size:150%;
	}
	
	#image img{
	width:60%;
	padding-left:80px;
}
}