﻿body {
  font-family: Verdana, Helvetica, Sans-Serif;
  font-size: 14px;
  margin: 0;
  padding: 0;
  max-width: 640px;
}

#header {
  padding: 5px;
}

#top-logo-img-container {
  display: block;
  float: left;
}

#top-logo-text-container {
  float: right;
  margin: 5px;
  margin-top: 2px;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
}

#header-links-container {
  float: right;
  clear: right;
  margin-right: 5px;
  font-size: 15px;
}

#top-logo-text-container,
#top-logo-text-container:active,
#top-logo-text-container:visited {
  color: #475b0d;
}

#top-logo-text-container:visited:hover {
  text-decoration: none;
}

#content {
}

#footer {
  color: #999;
  font-size: 10px;
  text-align: center;
  border-top: dotted #999 1px;
  padding-top: 5px;
  padding-bottom: 5px;
}

#page-body {
  padding: 10px;
}

#screenshots-container {
  float: right;
  margin-left: 8px;
  margin-bottom: 4px;
  margin-right: 2px;
  margin-top: 0;
  text-align: center;
}

#screenshots-container img {
  margin-top: 5px;
}

#awesome-table {
  margin-top: 4px;
  margin-left: auto;
  margin-right: auto;
}

#awesome-table td {
  text-align: center;
  padding: 0;
  padding-top: 0;
  padding-bottom: 0;
}

#awesome-table td.instafetch-cell,
#awesome-table td.awesomeness-cell,
#awesome-table td.operator-cell {
  font-weight: bold;
}

.download-table {
  margin: 0 auto;
}

.download-table td {
  padding: 0 4px;
  text-align: center;
}

.stats-table td {
  padding: 0 5px;
  text-align: right;
}

.stats-table td.label-cell {
  font-weight: bold;
}

h1.page-title {
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 5px;
  font-size: 16px;
  background-color: #8cb218;
  color: #ffffff;
}

h1.page-title .subscribe-link {
  font-weight: bold;
  float: right;
  margin-right: 5px;
  margin-top: 1px;
}

h1.page-title .subscribe-link,
h1.page-title .subscribe-link:visited {
  color: #fff;
}

h2 {
  margin: 0;
  margin-bottom: 10px;
  font-size: 16px;
  color: #111;
}

h3 {
  margin: 0;
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: bold;
  color: #222;
}

.question p {
  margin: 0;
  margin-bottom: 5px;
  font-size: 13px;
  font-weight: bold;
  color: #0060BF;
}

.answer p {
  margin: 0;
  margin-bottom: 6px;
  font-size: 13px;
}

.first-para {
  margin-top: 0;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

img {
  border: none;
}

p {
  margin-top: 6px;
  margin-bottom: 6px;
}

ul {
  padding: 0;
  margin: 0;
  margin-left: 25px;
}

li {
  margin-bottom: 5px;
}

a,
a:active,
a:visited,
#header-links-container .links-separator {
  color: #ec6f24;
}

sup.tm {
  font-size: 8px;
}

#subscr-plans-table {
  border-collapse: collapse;
  margin: 0 auto;
}

#subscr-plans-table td {
  padding: 3px 6px;
  text-align: center;
}

#subscr-plans-table td.subscr-plan1 {
  border-left: none;
  padding-left: 3px;
}

#subscr-plans-table td.subscr-plan3 {
  padding-right: 3px;
}

#subscr-plans-table tr.subscr-plans-trial-info td {
  font-style: italic;
  border-left: none;
}

#subscr-plans-table tr.subscr-plan-period td {
  font-weight: normal;
}

#subscr-plans-table tr.subscr-plan-price td {
  color: #ee2222;
  font-weight: bold;
  font-size: 18px;
}

#subscr-plans-table tr.subscr-plan-save td {
  color: #e00;
}

#subscr-plans-table tr.subscr-plan-buttons td {
  padding-top: 8px;
}

#credit-cards-icons {
  margin: 4px 0;
  text-align: center;
}

#subscr-plan-instapaper-user-name-container {
  text-align: center;
  margin-bottom: 4px;
}

#subscr-plan-instapaper-user-name-container .instapaper-user-name-label {
  font-weight: bold;
}

#subscr-plan-instapaper-user-name-container table {
  margin: 0 auto;
}

#subscr-plan-instapaper-user-name-container table td {
  text-align: center;
  padding: 1px;
}

input.image-button {
  color: #ec6f24;
  text-decoration: underline;
  font-weight: bold;
}

.field-validation-error {
  color: #d70013;  
}

.input-validation-error {  
  border: solid #d70013 2px;
  background-color: #f1d5d8;  
}   

hr {
  margin-top: 15px;
  margin-bottom: 15px;
}

