#quick_tour {
  height: 455px; }
  #quick_tour #boxes {
    width: 50%;
    float: left; }
    #quick_tour #boxes .padding {
      padding-right: 15px; }
    #quick_tour #boxes h1.title {
      padding-bottom: 20px;
      border-bottom: 1px solid #eaeaea; }
    #quick_tour #boxes h2 {
      line-height: 24px;
      padding-left: 15px;
      font-weight: normal; }
    #quick_tour #boxes p {
      color: #818181;
      font-size: 90%; }
    #quick_tour #boxes #causes h2 {
      border-left: 5px solid #c96728; }
    #quick_tour #boxes #events h2 {
      border-left: 5px solid #92489b; }
    #quick_tour #boxes #profile h2 {
      border-left: 5px solid #99b32c; }
    #quick_tour #boxes #home h2 {
      border-left: 5px solid #57b1e9; }
    #quick_tour #boxes .tour_box {
      width: 47%;
      float: left;
      margin-bottom: 15px; }
  #quick_tour #screencasts {
    float: right;
    margin-top: 100px; }
  #quick_tour .links {
    float: right;
    overflow: hidden;
    margin-top: 15px; }
    #quick_tour .links a#why_link {
      display: none; }
    #quick_tour .links a {
      height: 35px;
      line-height: 35px;
      display: block;
      float: left;
      margin-right: 15px; }

#screencast_how, #screencast_why {
  display: none; }
