@import url('https://fonts.googleapis.com/css2?family=Nunito&family=Roboto&display=swap');
.default_GWTDStatusBarCell{
	font-family      : 'Nunito', 'Roboto', 'Arial';
    font-size        : 10pt;
    vertical-align   : middle;
    padding-left     : 2px;
	color			 : white;
	background		 : #1CA5EA;
}

.default_GWTDStatusBarSep{
	width            : 2px;
	height           : 18px;
	background		 : #1CA5EA;
}

.default_GWTDStylesSelector{
	width            : 20px;
	height           : 20px;
	border           : none;
	padding          : 0px;
	background		 : #1CA5EA
}



