body {
  font-family: "Arial", sans-serif;
  font-size: 14px;
  line-height: 22px;
  background-color: #fff;
  color: #000;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none; 
  color: #507592; 
  font-weight: normal;
  outline: 0;
  font-size: 18px
}

a:hover {
  color: #444
}

a.selected_stock {
  color: #000;
}

p, ul {
  margin: 0 0 10px 0;
  padding: 0;
}

li {
  margin: 0 0 0 20px;
  padding: 0 0 0 2px;
}

h1 {
  margin: 0 0 10px 0; 
  padding: 0;
  font-size: 20px;
  font-weight: normal;
}

h2 {
	margin: 10px 0 0 0;
	color: #8b8b8b;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: normal
	}
	
h3 {
	margin: 0 0 5px 0
	}

	table { border-width: 1px 1px 1px 1px; border-spacing: 0px; border-style: solid solid solid solid; border-color: #dedede; border-collapse: collapse; }
	table th { border-width: 1px 1px 1px 1px; padding: 0px 0px 0px 3px; border-style: solid solid solid solid; border-color: #dedede; text-align: left; font-weight: 400; color: #878787; background: #F1F1F1; font-size: 80%; padding: 0 5px;} 
	table td { border-width: 1px 1px 1px 1px; padding: 3px 3px 3px 3px; border-style: solid solid solid solid; border-color: #dedede; background-color: white; padding: 2px 5px; }

.price {font-size: 80%; color: #8b8b8b}

div.inkling_widget {
  padding: 10px;
}

div.inkling_homer_widget {
 padding-top: 10px
}

div.stock {
  margin: 10px 0 10px 0px
}

.highlighttext {
  background-color: #fef8c9; 
  padding: 2px;
}

/* Flash messages */
p.message {
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  padding: 2px 4px;
}

  p.error {
    background-color: #000;
  }
  
  p.notice {
    background-color: green;
  }

/* When there's one stock, the choices stack up */
#quantities label { 
  display: block; 
}

.quantities {
  font-size: 80%;
  padding: 0 0 10px 10px;
	margin: 5px 0 0 10px;
	border: 1px solid #ebebeb
}

#quantities {
  margin: 10px 0 10px 10px;
}

  .quantities p {
    margin: 0;
    padding: 0 0 0 3px;
  }
  
  /* When there's many stocks, the choices line up horizontally */
  .quantities label {
    display: inline;
  }

.confidence {color: #8b8b8b}

.reason input {width: 80%}

.reason_with_errors {
  color: red;
}
.reason_with_errors input {
  border: 2px solid red;
}

#thanks p {color: #f3f7e8}

.signup {margin-top: 20px; font-weight: normal; color: #666; width: 300px}
.signup table td {border: none; background: #f3f7e8}
.signup table {border: 3px solid #91a959}

.graytext {color: #aaa}
.warning {color: #9F0000}
