/*
/*
Plugin Name: Baskethotel Widget
Plugin URI: http://www.freshcom.at
Description:CSS files 
Version: 1.0
Author: John Marshal
Author URI: http://freshcom.at
License: Copy Right to  Freshcom.at
*/

.mbt-table{


}
#standings-short-wbc  table tr th {
 background-color: #212121 !important;
 color:#FFF !important;
 padding:9px !important;

}

#standings-short-wbc .mbt-controls, #standings-short-wbc .mbt-subheader, .mbt-holder-content, .mbt-text { display:none !important;}
.mbt-table .row1 td, .mbt-table .row2 td { border:none !important; background-color:#f5f5f5 !important; padding:4px 0px 3px 0px !important; } 

#standings-short-wbc .mbt-table { border: 1px solid #e5e5e5 !important; }
.team_name a {  color:#808080 !important; pointer-events:none !important; text-align: left !important;  } 
.team_name.team-2268 { font-weight: bold !important;}
#tabelle_id { margin-top:-30px !important;}
.team_name {text-align: left !important; }
.mbt-gs-footer { display:none !important;}



#schedule-long-wbc .row1 td { background-color: rgba(242,242,242,0.9) !important; padding:10px 0px 10px 0px !important;}
#schedule-long-wbc .row2 td { background-color: rgba(235,235,235,0.9) !important; padding:10px 0px 10px 0px !important;}
#schedule-long-wbc .row1 td a { pointer-events:none !important;  color:#808080 !important;}
#schedule-long-wbc .row2 td a { pointer-events:none !important; color:#808080 !important;}
#schedule-long-wbc .mbt-tabs .mbt-tab-active, #schedule-long-wbc .mbt-tabs .mbt-tab { width:150px !important; float:left !important; padding:20px 0px 10px 0px;  }
#schedule-long-wbc .mbt-tabs .mbt-tab-hover{ width:150px !important; float:left !important; padding:20px 0px 10px 0px; color:#808080;   }

#schedule-long-wbc .mbt-tab .mbt-center { border-bottom:3px solid #e5e5e5 !important; color:#aa4243 !important; font-weight: bold !important;}
#schedule-long-wbc .mbt-tab-active .mbt-center { width:150px !important; float:left !important; border-bottom:3px solid #808080 !important; color:#aa4243 !important; font-weight: bold !important;}

/*background-color:#f5f5f5;
boder-color: #212121;
padding-left:15px;
padding-right:15px;
text-alifn:left;*/

 


    @media only screen and (min-width:960px){
        /* styles for browsers larger than 960px; */
    }
    @media only screen and (min-width:1440px){
        /* styles for browsers larger than 1440px; */
    }
    @media only screen and (min-width:2000px){
        /* for sumo sized (mac) screens */
    }
    @media only screen and (max-device-width:480px){
       /* styles for mobile browsers smaller than 480px; (iPhone) */
       	#schedule-long-wbc .mbt-tabs .mbt-tab-active, #schedule-long-wbc .mbt-tabs .mbt-tab { width:100px !important;  }
		#schedule-long-wbc .mbt-tabs .mbt-tab-hover{ width:100px !important;    }
		#schedule-long-wbc .mbt-tab-active .mbt-center { width:100px !important; }
		#schedule-long-wbc .row1 td { width:100% !important; padding:0px !important; float:left !important;}
		#schedule-long-wbc .row2 td { width:100% !important; padding:0px !important; float:left !important;}


    }
    @media only screen and (device-width:768px){
       /* default iPad screens */

        #schedule-long-wbc .mbt-tabs .mbt-tab-active, #schedule-long-wbc .mbt-tabs .mbt-tab { width:100px !important;  }
		#schedule-long-wbc .mbt-tabs .mbt-tab-hover{ width:100px !important;    }
		#schedule-long-wbc .mbt-tab-active .mbt-center { width:100px !important; }

    }
    /* different techniques for iPad screening */
    @media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:portrait) {
      /* For portrait layouts only */
      	#schedule-long-wbc .mbt-tabs .mbt-tab-active, #schedule-long-wbc .mbt-tabs .mbt-tab { width:100px !important;  }
		#schedule-long-wbc .mbt-tabs .mbt-tab-hover{ width:100px !important;    }
		#schedule-long-wbc .mbt-tab-active .mbt-center { width:100px !important; }
		#schedule-long-wbc .row1 td { width:122px !important; padding:0px !important; }
		#schedule-long-wbc .row2 td { width:122px !important; padding:0px !important; }


    }

    @media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:landscape) {
      /* For landscape layouts only */

        #schedule-long-wbc .mbt-tabs .mbt-tab-active, #schedule-long-wbc .mbt-tabs .mbt-tab { width:100px !important;  }
		#schedule-long-wbc .mbt-tabs .mbt-tab-hover{ width:100px !important;    }
		#schedule-long-wbc .mbt-tab-active .mbt-center { width:100px !important; }
		#schedule-long-wbc .row1 td { width:222px !important; padding:0px !important; }
		#schedule-long-wbc .row2 td { width:222px !important; padding:0px !important; }
    }