@CHARSET "UTF-8";
/**
 * Stylesheet for tgchannel widget
 *
 * @version 2017-12-12
 */
	h1, h2, h3, h4, h5, h6 {
	    font-family: "Segoe UI",Arial,sans-serif;
	    font-weight: 400;
	    margin: 10px 0;
	    font-size: 15px;
	}

	#tg_short_joinchannel {
    display: block;
    position: initial;
    left: 0px;
    max-width: 500px;
    height: 41px;
    text-align: center;
    font-size: 10px;
    background: #ffffff;
    margin-top: 0px;
    border: solid;
    border-width: 1px;
    border-color: #ececec;
	}
	
	#joinchannel {
display: block;
    position: initial;
    left: 0px;
    min-width: 311px;
    height: 41px;
    text-align: center;
    font-size: 10px;
    background: #ffffff;
    margin-top: 0px;
    border: solid;
    border-width: 1px;
    border-color: #ececec;
	}
	
	
	#tgwidgetbox {
		    direction: ltr;
    overflow: auto;
    overflow-y: scroll;
    overflow-x: hidden;
    max-height: 347px;
    min-width: 308px;
    border-left: solid;
    border-right: solid;
    border-left-width: 1px;
	border-right-width: 1px;
    border-color: #f1f1f1;
	}


	
	#tgbox {
		    direction: ltr;
    overflow: auto;
    overflow-y: scroll;
    overflow-x: hidden;
    max-height: 728px;
    min-width: 308px;
	max-width: 500px;
    border-left: solid;
    border-right: solid;
    border-left-width: 1px;
	border-right-width: 1px;
    border-color: #f1f1f1;
		background-image:url("geometry.png");
	}
	
	#tgwidget{
		
    display: block;
    position: initial;
    padding-top: 1px;
    left: 0px;
    min-width: 311px;
    height: 41px;
    line-height: 2;
    text-align: center;
    font-size: 17px;
    background: #4493d3;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
	} 

	#tg_short_head{
    display: block;
    position: initial;
    padding-top: 1px;
    left: 0px;
    max-width: 503px;
    height: 41px;
    line-height: 2;
    text-align: center;
    font-size: 17px;
    background: #4493d3;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
	} 


      #tgwidgetspace{
display: inline-block;
    position: initial;
} 
	
	/* Let's get this party started */
	#tgbox::-webkit-scrollbar {
	    width: 6px;
	}
	 
	
	
	#tgbox::-webkit-scrollbar-thumb {
	    -webkit-border-radius: 10px;
	    border-radius: 2px;
	    background: rgb(48, 136, 207);
	    -webkit-tgbox-shadow: inset 0 0 6px rgba(0,0,0,0);
	}
	
	
	#tgbox::-webkit-scrollbar-track {
	   /* -webkit-tgbox-shadow: inset 0 0 3px rgba(3, 6, 5, 0.2); */
	    -webkit-border-radius: 0;
	    border-radius: 0;
	}
	#tgbox::-webkit-scrollbar-thumb:window-inactive {
		background: rgba(255,0,0,0.4); 
	}

    	/* Let's get this party started */
	#tgwidgetbox::-webkit-scrollbar {
	    width: 6px;
	}
	 
	
	
	#tgwidgetbox::-webkit-scrollbar-thumb {
	    -webkit-border-radius: 10px;
	    border-radius: 2px;
	    background: rgb(48, 136, 207);
	    -webkit-tgbox-shadow: inset 0 0 6px rgba(0,0,0,0);
	}
	
	
	#tgwidgetbox::-webkit-scrollbar-track {
	   /* -webkit-tgbox-shadow: inset 0 0 3px rgba(3, 6, 5, 0.2); */
	    -webkit-border-radius: 0;
	    border-radius: 0;
	}
	#tgwidgetbox::-webkit-scrollbar-thumb:window-inactive {
		background: rgba(255,0,0,0.4); 
	}


	
