<style type="text/css">
    /* Custom CSS for Gridbox and Toolbar Styling */
    /* If Using this WebApp format, copy this CSS as well */
    
	div.gridbox_dhx_skyblue table.hdr td {
		text-align: center;
		vertical-align: middle !important;
	}
	.dhxlayout_base_dhx_skyblue {
		background-color: white !important;
	}
	.dhxlayout_base_dhx_skyblue div.dhxcelltop_toolbar {
		background-color: white !important;
	}
	.dhxcelltop_toolbar .dhx_toolbar_dhx_skyblue .dhxtoolbar_icons_18 {
		width: auto !important;
	}
	
	div.dhx_toolbar_btn {
	    border: 1px solid #a4bed4;
	    border-radius: 2px;
	    margin: 2px !important;
	    padding: 1px 2px !important;
	    /*background-color: #7ab0de;*/
	    /*background: -webkit-linear-gradient(#8cc0ec,#7ab0de);*/
	    height: 25px !important;
	    font-size: 12px !important;
	}

	div.indent { margin-left: 20px; margin-top:10px; }
	label { display: inline-block; width: 200px; }

	div.gridbox.gridbox_dhx_skyblue table.obj tr td {height: 30px;}
	div.gridbox table.row20px tr td {height: 35px;}

	div.gridbox {
	  -webkit-box-sizing: content-box;
		 -moz-box-sizing: content-box;
			  box-sizing: content-box;
	}

</style>