html
{
	margin:0;
}

body {
	margin:0;
	padding:0;
	background-color:#fff;

	/*background: url(../images/bg-tile.png) #9dc700;*/
	font-family: 'FrutigerLTW01-55Roman', "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	font-size: 14px;
}

#wrapper {
}

#header-row {
	height: 60px;
	overflow: hidden;
	background-color:#9dc700;
	background-image: -webkit-linear-gradient(top, #C7ED46 0%, rgba(221, 255, 48, 0.5) 100%);
	background-image: -moz-linear-gradient(top, #C7ED46 0%, rgba(221, 255, 48, 0.5) 100%);
	background-image: -ms-linear-gradient(top, #C7ED46 0%, rgba(221, 255, 48, 0.5) 100%);
	background-image: linear-gradient(to bottom, #C7ED46 0%, rgba(221, 255, 48, 0.5) 100%);
	border-bottom: 1px solid #98c000;
	padding-left: 4%;
	padding-right: 8%;
}

#header-left {
	width:72%; /* the rest goes to "header-right"! */
	float:left;
}

#header-left-content {
	width: 100%;
	display:table;
}

#header-left h1 {
	margin-top: 10px;
	margin-bottom: 0px;
	font-size:32px;
	font-weight:700;
}

#header-right {
	width: 28%;
	height: 100%;
	float:right;
}

@media screen and (max-width: 480px) { /* Reduce font size in portrait mode on phones so text doesn't push box too far to right and overlap logo */
   #header-left h1 {
     font-size:20px;
   }
}

#header-right img {
	max-width:95%;
	padding-bottom:20px;
	width:auto;
	height:auto;
	max-height: 100%;
}

.rule {
	width:100%;
	height:10px;
	float:left;
}

.rule img {
	width:100%;
	height:fluid;
}

#clarify-article-content {
	float:left;
	width:92.2%;
	padding-top:1.6%;
	padding-left:3.9%;
	padding-right:3.9%;
}

.clarify-article-description
{
	width: 94%;
	padding-left: 3%;
	padding-right: 3%;
	padding-bottom: 0%;
	padding-top: 0%;
	float: left;
	background-color:#EFA;
	color:#222;
	border: 1px solid #98c000;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}

.clarify-steps-container
{
}

.clarify-step-container
{
	width:91.6%;
	padding-left:4.2%;
	padding-right:4.2%;
	padding-bottom:0;
	float:left;
}

.left
{
	width:43.7%;
	float:left;
	padding:4.2% 2.1% 4.2% 4.2%;
}

.right
{
	width:43.7%;
	float:left;
	padding:4.2% 4.2% 4.2% 2.1%;
}

/* Assigned to a span to help center an image */
.align-image-bottom {
	display: inline-block;
	height: 100%;
	vertical-align: bottom;
}

.align-bottom
{
	display:table-cell;
	vertical-align:bottom;
}

.footer
{
	width: 100%;
	height:120px;
	float:left;
	display: table;
	margin: 2%;
}

.footer p
{
	padding-top: 0%;
	padding-left:7%;
	padding-right:7%;
	font-size:20px;
	text-align:left;
	font-weight:normal;
	font-variant:small-caps;
	color:#666;
}

.clarify-step-title
{
	color:#004b6f;
	font-size:24px;
}

.clarify-sub-steps-container .clarify-step-title
{
	font-size:20px;
}

p {
	font-size:1.1em;
	line-height:1.4em;
}

.clarify-step-image-wrapper
{
	text-align: left;
}

.clarify-step-container img
{
	max-width:100%;
	min-width: 10%;
	height:auto;
}

.clarify-step-image-container {
	margin-top:10px;
	margin-bottom:10px;
	display: inline-block;
}

.clarify-step-image-caption a {
	text-decoration: none;
	color: #777;
	background: url("ui/icon-zoom.png") no-repeat;
	padding-left: 19px;
	line-height: 16px !important;
	display: block;
	float: right;
	margin-top: 10px;
}

.step-cell-columns
{
	width:100%;
	float:left;
}

.left img,.right img
{
	width:100%;
	height:fluid;
	margin-top:10px;
	margin-bottom:10px;
}

code
{
	color:#d14;
	white-space:nowrap;
	background-color:#f7f7f9;
	border:1px solid #e1e1e8;
	padding:2px 4px;
}

pre
{
	background-color:#f5f5f5;
	display:block;
	font-size:13px;
	line-height:20px;
	word-wrap:break-word;
	white-space:pre;
	white-space:pre-wrap;
	border:1px solid rgba(0,0,0,0.15);
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	margin:0 0 10px;
	padding:9.5px;
}

pre code
{
	color:inherit;
	white-space:pre-wrap;
	background-color:transparent;
	border:0;
	padding:0;
}

table {
	max-width: 100%;
	background-color: transparent;
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	margin-bottom: 20px;
	border: 1px solid #dddddd;
}

th,
td {
	padding: 8px;
	line-height: 20px;
	text-align: left;
	vertical-align: top;
	border: 1px solid #dddddd;
}

th {
	font-weight: bold;
}

thead th {
	vertical-align: bottom;
}