<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/******************************************************************************/
/* Header + subheader														  */
/******************************************************************************/

.pb-header-subheader
{
	
}

	.pb-header-subheader .pb-header
	{
		margin-bottom:0px;
	}
	
		.pb-header-subheader .pb-header .pb-header-content
		{
			text-align:left;
		}
	
	.pb-header-subheader .pb-subheader
	{
		margin-bottom:0px;
	}
	
		.pb-header-subheader .pb-header .pb-subheader-content
		{
			text-align:left;
		}
		
/******************************************************************************/
/* RTL																		  */
/******************************************************************************/

body.rtl .pb-header-subheader .pb-header .pb-header-content
{
	text-align:right;
}

body.rtl .pb-header-subheader .pb-header .pb-subheader-content
{
	text-align:right;
}</pre></body></html>