﻿/* === Responsive Styles === */

    /* === More than 768px width and less than 980px (pads) */
        @media only screen and (min-width : 750px) and (max-width : 1069px) {
            
        }
        
        
    /* === Less than 768px(mobile devices) */
        @media only screen and (max-width : 749px) {
            
            #ForumContent                                           {}
            #ForumContent > tbody > tr:nth-child(6)                 {display: none;}
        
        
            #ForumContent tr:nth-child(4) table tr                {}
            
            .Forum_Row > table > tbody > tr > td:nth-child(4)               {display: none;}
            .Forum_Row > table > tbody > tr > td:first-child                {display: none;}
            .Forum_Row_Alt > table > tbody > tr > td:first-child            {display: none;}
            .Forum_Row_Alt > table > tbody > tr > td:nth-child(4)           {display: none;}
        
            .Forum_Avatar > table > tbody > tr:first-child > td:first-child             {display: none;}
            .Forum_Avatar > table > tbody > tr:nth-child(3)                             {display: none;}
            .Forum_Avatar_Alt > table > tbody > tr:first-child > td:first-child             {display: none;}
            .Forum_Avatar_Alt > table > tbody > tr:nth-child(3)                             {display: none;}
        
        
            .Forum_Footer tr td:first-child             {display: none;}
            .Forum_FooterText span:first-child          {display: none;}
            .Forum_FooterText span:nth-child(2)         {display: none;}
            .Forum_FooterText span:last-child           {display: none;}
            .Forum_FooterText a:last-child              {display: none;}
        }