.mask{
   position: relative;
   overflow: hidden;
   margin: 0px 0 0 0;
   width: 970px;


  }
  .header2{
   float: left;
   width: 100%;
   background-color: #f4f4f4
  }
  .colleft{
   position: relative;
   width: 100%;
   right: 50%;
   background-color: #000000

  }
  .col1{
   position: relative;
   overflow: hidden;
   float: left;
   width: 470px;
   left: 100%;

  }
  .col2{
   position: relative;
   overflow: hidden;
   float: left;
   width: 440px;
   left: 2%;

  }

a:hover, a:active {
color: #c61a1a;
text-decoration: underline;

}

#tag {
    background: url("../images/issue_tag.png") no-repeat scroll right -19px rgba(0, 0, 0, 0);
    border-radius: 3px;
    color: #3A587D !important;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    margin: 3px;
    padding: 1px 4px 2px;
    text-decoration: none;
}

#buglist
{
  overflow: hidden;
overflow-x: hidden;
overflow-y: hidden;
white-space: nowrap;
text-overflow: ellipsis;
-o-text-overflow: ellipsis;
}