
#primary  .project {
  border-bottom: solid 1px #ccc;
  padding: .7em 0;
  margin-bottom: 1em;
}

#primary  .project.vip {
  padding-left: .7em;
  padding-right: .7em;
  background-color: #f0fbff;
  border: solid 1px #bdf;

  /*padding-bottom: 1.7em;
  margin-bottom: 0;*/
}

#primary  .project  .step-header {
  color: #666;
  font-size: .85em;
  text-align: right;
  margin: 0 .2em .2em 0;
}
#primary  .project  .step-header  span {
  background-color: #eee;
  padding: 0 2px 1px 2px;
}

#primary  .project  .step-number {
  float: right;
  color: #478300;
  font-family: Verdana;
	font-size: 4em;
  line-height: .8em;
  margin-left: .1em;
}
#primary  .project.premarket  .step-number {
  color: #1b73af;
}
#primary  .project.venture  .step-number {
  color: #549a02;
}

#primary  .project  .step-list {
  color: #999;
	text-align: right;
	font-size: .85em;
}
#primary  .project  .step-list  span {
	font-size: 1.2em;
  font-weight: bold;
}
#primary  .project.premarket  .step-list  span {
  color: #1B73AF;
}
#primary  .project.venture  .step-list  span {
  color: #478300;
  color: #549a02;
}

#primary  .project  .investments-graph {
  text-align: right;
}

#primary  .project  .investments-text {
  float: left;
  /*border: solid 1px red;
  width: 23.4em;*/
}

#primary  .project  .links {
  float: left;
  font-size: .85em;
  margin-top: 1em;
  /*border: solid 1px red;
  width: 20em;*/
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

#primary  .project.one {
  border: none;
  padding: 0;
}

#primary  .project.one  .step {
  float: right;
  font-size: 1.2em;
  margin-top: .2em;
}
#primary  .project.one.premarket  .step {
  color: #1b73af;
}
#primary  .project.one.venture  .step {
  color: #549a02;
}

#primary  .project.one  h1 {
  margin-bottom: .3em;
}

#primary  .project.one  .links {
  color: #666;
  font-size: .85em;
  margin: 0 0 2em 0;
}

#primary  .project.one  h3 {
  float: left;
  width: 17%;
}

#primary  .project.one  .sub {
  margin: .05em 0 1.5em 17%;
}

#primary  .project.one  .sub  .subsub {
  float: left;
  width: 49%;
}
#primary  .project.one  p {
  margin: 0 0 .7em 0;
}

#primary  .project.one  .error {
  color: #d33;
  font-style: italic;
  border-left: solid 2px #d33;
  padding: .3em .7em;
  margin: 0 0 2em 0;
}
