.naytev_template.tw {

      margin-left:0px;
      padding:0px 0px 20px 0px;
      font-family:arial;
      font-size:12px;
      overflow:hidden;
      background-color:#fff;
      border:solid 1px #fff;
      overflow:hidden;
      .post {
          clear:both;
          overflow:hidden;
          .img {
              float:left;
              width:60px;
          }
          .name {
              float:left;
              .username {
                  color:#333333;
                  display:block;
                  font-size:18px;
                  font-weight:bold;
              }
              .at {
                  color:#999999;
                  font-size:14px;
                  display:block;
                  padding-top:4px;
              }
          }
          .follow {
              float:right;
              width:130px;
          }
          .message {
              font-family:Georgia, "Times New Roman", Times, serif;
              font-size:22px;
              color:#333335;
              margin:15px 0 10px 0;
              line-height:120%;
              @extend %clearfix;
              span.link {
                  color:#0084b4;
              }
          }
          ul#options {
              padding:0;
              margin:0;
              overflow:auto;
              li {
                  color:#0084b4;
                  float:left;
                  list-style:none;
                  margin-right:10px;
                  img {
                      vertical-align:top;
                  }
              }
          }
          .date {
              color:#999999;
              font-size:12px;
              display:block;
              margin-top:10px;
          }
      }
      .chat {
          background-color:#f5f8fa;
          width:525px;
          .top {
              background-image:url('http://www.naytev.com/gfx/generators/twitter/message_top.jpg');
              background-repeat:repeat-x;
              height:14px;
              border-bottom:solid 1px #e8e8e8;
              font-size:18px;
              font-family:arial;
              font-weight:bold;
              color:#333333;
              padding:15px;
              overflow:hidden;
              .directmessages {
                  color:#072250;
              }
          }
          ul.messages {
              padding:15px;
              margin:0;
              overflow:hidden;
              li {
                  list-style:none;
                  overflow:auto;
                  clear:both;
                  margin-bottom:20px;
              }
              li.left {
                  .messagebox {
                      float:left;
                      max-width:380px;
                      .date {
                          color:#bbbcbe;
                          font-size:11px;
                          text-align:center;
                          vertical-align:top;
                          width:380px;
                          overflow:hidden;
                          clear:both;
                      }
                      .message {
                          background-color:#f5f5f5;
                          border:solid 1px #dddee0;
                          border-radius:4px;
                          max-width:310px;
                          padding:6px 10px;
                          font-family:arial;
                          margin-left:10px;
                          float:left;
                          color:#333333;
                          line-height:140%;
                      }
                  }
                  .img {
                      float:left;
                      width:54px;
                      .arrow {
                          background-image:url('http://www.naytev.com/gfx/generators/twitter/message_left_arrow.jpg');
                          background-repeat:no-repeat;
                          position:absolute;
                          width:6px;
                          height:10px;
                          margin-left:60px;
                          margin-top:-20px;
                      }
                  }
              }
                  .messagebox {
                      float:right;
                      max-width:380px;
                      margin-right:13px;
                      .date {
                          color:#bbbcbe;
                          font-size:11px;
                          text-align:center;
                          vertical-align:top;
                          width:367px;
                          overflow:hidden;
                          clear:both;
                      }
                      .message {
                          background-color:#e5f2fb;
                          border:solid 1px #dce0e3;
                          border-radius:4px;
                          max-width:310px;
                          padding:6px 10px;
                          font-family:arial;
                          margin-left:10px;
                          float:right;
                          color:#333333;
                          line-height:140%;
                          @extend %clearfix;

                      }
                  }
                  .img {
                      float:right;
                      width:54px;
                      .arrow {
                          background-image:url('http://www.naytev.com/gfx/generators/twitter/message_right_arrow.jpg');
                          background-repeat:no-repeat;
                          position:absolute;
                          width:6px;
                          height:10px;
                          margin-left:-15px;
                          margin-top:-20px;
                      }
                  }
          }
      }
  }

#wp_naytev_twt_social_box {
    overflow: auto;
    overflow-x: hidden;
    h3.hndle {
      background-color: rgb(0, 172, 237);
      @extend %social-box-header;
    }
}
