﻿

.showmobile {display:none;}
.showphone {display:none;}


@media (max-width: 979px) {

}


@media (max-width: 960px) {

  .tbComment  { width: 95%; }
  .CommentBody { width: 95% }

}


@media (max-width: 767px) {

    .hidemobile {display:none;}
    .showmobile {display:block;}
    td.showmobile {display:table-cell;}
    th.showmobile {display:table-cell;}
    
}

@media (max-width: 650px) {

  #CommonSidebarLeft { display:none; }
  #CommonSidebarRight { display:none; }
  .CommonCommentBubble  
  {
     clear: both; 
     margin-left: 0px;
     margin-right: 0px;
  }
  
  
  .Normal .CommonCommentBubble, 
  .Verified .CommonCommentBubble, 
  .Suggested .CommonCommentBubble, 
  .ThreadStarter .CommonCommentBubble 
  {
      margin-left: 0px;
      margin-right: 0px;
  }
  
}

@media (max-width: 480px) {

  #CommonHeader { padding-bottom: 15px; }
  #CommonHeaderTitleArea { padding-top: 30px; }


  .hidephone {display:none;}
  .showphone {display:block;}
  td.showphone {display:table-cell;}
  th.showphone {display:table-cell;}
  
}