    #twitter {
      width: 300px;
      padding: 20px 0 0 0;
      margin: 0 0 30px 0;
      overflow: hidden;
      font: 12px Arial, Helvetica, sans-serif; }
      #twitter a {
        color: #49C;
        text-decoration: none; }
      #twitter a:hover {
        color: #046; }
      #twitter .head {
        overflow: hidden;
        background-color: #000;
        color: #fff;
        padding: 10px; }
        #twitter .head strong {
          font: bold 16px Arial, Helvetica, sans-serif; }
        #twitter .head .twitter {
          display: inline-block;
          width: 83px;
          height: 19px;
          background: url(http://www.01net.com/front_office/images/home/logo-twitter.png) 3px 3px no-repeat; }
      #twitter .main {
        overflow: hidden;
        background: #fff; }
        #twitter .main .item {
          overflow: hidden;
          padding: 5px 0;
          border-bottom: 1px solid #ddd; }
          #twitter .main .item .time {
            overflow: hidden;
            float: left;
            width: 50px;
            color: #999; }
          #twitter .main .item .text {
            overflow: hidden;
            float: left;
            width: 230px;
            line-height: 18px; }
        #twitter .main .item:last-child {
          border-bottom: none; }
        #twitter .main .twtr-hd, #twitter .main .twtr-ft {
          display: none; }
        #twitter .main .twtr-doc {
          border-radius: 0;
          background-color: transparent !important; }
        #twitter .main .twtr-bd {
          padding: 0; }
      #twitter .foot {
        overflow: hidden;
        background-color: #000;
        border-top: 1px solid #333;
        border-bottom: 1px solid #333;
        color: #fff;
        padding: 10px; }
        #twitter .foot a {
          color: #fff; }
        #twitter .foot a:hover {
          color: #999; }