          .thought-bubble
          {
              width: 200px;
              position:relative;
              min-height: 316px;
              padding-bottom:1px;
              margin-bottom: 5px;
          }
          
          .thought-bubble p
          {
            margin: 0;
            padding-left:47px;
            padding-right:47px;
            padding-top:37px;
            margin-bottom:140px;
            text-align: center;
            font-family: "Georgia";
            font-style: italic;
            font-size: 18px;
            line-height: 24px;
            color: #002878;
            position: relative;
            min-height: 150px;  
          }
          
          .thought-bubble .top
          {
              width: 200px;
              height: 125px;
              position:absolute;
              top: 0px;
          }
          
          .thought-bubble .bottom
          {
              width:200px;
              height: 191px;
              position: absolute;
              bottom:0px;
          }
          
          .thought-bubble cite a
          {
              color: #002878;
          }
          
          .thought-bubble cite
          {
            position: relative;
            font-family: "Georgia";
            top: 120px;
            font-weight: bold;
            font-style: normal;
            font-size: 12px;
            line-height: 14px;
            text-align: left;
            display: block;
            margin-top: 0;
            padding-top: 0;
            padding-left:20px;
            padding-right:20px;
            color: #002878;
            padding-bottom:20px;
          }
          
          .thought-bubble.blue  { background: url('../images/thought_bubble/blue_middle.png') center repeat-y; } 
          
          .thought-bubble.blue .top { background: url('../images/thought_bubble/blue_top.png') no-repeat; }
          
          .thought-bubble.blue .bottom { background: url('../images/thought_bubble/blue_bottom.png') no-repeat; }
          
          .thought-bubble.red  { background: url('../images/thought_bubble/red_middle.png') center repeat-y; } 
          
          .thought-bubble.red .top { background: url('../images/thought_bubble/red_top.png') no-repeat; }
          
          .thought-bubble.red .bottom { background: url('../images/thought_bubble/red_bottom.png') no-repeat; }

          .thought-bubble.orange  { background: url('../images/thought_bubble/orange_middle.png') center repeat-y; } 
          
          .thought-bubble.orange .top { background: url('../images/thought_bubble/orange_top.png') no-repeat; }
          
          .thought-bubble.orange .bottom { background: url('../images/thought_bubble/orange_bottom.png') no-repeat; }

          .thought-bubble.green  { background: url('../images/thought_bubble/green_middle.png') center repeat-y; } 
          
          .thought-bubble.green .top { background: url('../images/thought_bubble/green_top.png') no-repeat; }
          
          .thought-bubble.green .bottom { background: url('../images/thought_bubble/green_bottom.png') no-repeat; }

          .thought-bubble.purple  { background: url('../images/thought_bubble/purple_middle.png') center repeat-y; } 
          
          .thought-bubble.purple .top { background: url('../images/thought_bubble/purple_top.png') no-repeat; }
          
          .thought-bubble.purple .bottom { background: url('../images/thought_bubble/purple_bottom.png') no-repeat; }
