﻿/* === 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) {
        
        /* Home Page */
            #tableNewProfiles700                                    {width: 260px; overflow: hidden;}
            
        /* Definition Page */
            #dnn_ctr488_HtmlModule_lblContent img                   {width: 93%; height: auto;}
            #dnn_ctr488_HtmlModule_lblContent .sidebar-right        {float: none; width: 86%; padding: 5%; margin: 5% 2%;}
            
        /* Roles Page */
            #dnn_ctr402_HtmlModule_lblContent > table               {width: 275px !important;}
        
        /* Member Profiles */
            #tableNewProfiles648                                    {width: 260px; overflow: hidden;}
        
        /* Analyst Diaries */
            .NewsArticles hr                                        {width: 100% !important;}
        
        /* Networking Opportunities */
            #dnn_ctr642_HtmlModule_lblContent                       {word-break: break-all;}
        
        /* Business Analyst Glossary */
            #dnn_ctr1039_HtmlModule_lblContent > p a                {padding: 0px; margin: 3px; display: inline-block;}
        
        /* Directory */
            #dnn_ctr550_RepositoryDashboard_datList                 {display: none;}
            #dnn_ctr495_Repository_HeaderTable                      {display: none;}
        
        /* Training Courses */
            #dnn_ctr587_RepositoryDashboard_datList                 {display: none;}
            #dnn_ctr544_Repository_HeaderTable                      {display: none;}
            
        
        }