.centered {
	display: flex;
	align-items: center;
	text-align: center !important;
	justify-content: center;
}

.header-size {
	font-size: 18px;
	font-weight: bold;
}

.text {
	text-align: center;
}

@media ( max-width : 640px) {
	.text {
		border-style: solid;
		border-color: #0000ff;
	}
	.right {
		float: right;
	}
	.centered {
		display: flex;
		align-items: center;
		float: right !important;
   	 	justify-content: flex-end;		
	}
	.ui-datatable-reflow .ui-datatable-data td[role="gridcell"] .ui-column-title
		{
		font-weight: bold;
	}
	.ui-menuitem-icon.phone {
		background: url('../resources/serenity-layout/images/icon.png')
			no-repeat !important; /* please add path of your image into url */
		width: 24px;
		height: 24px;
	}
	body .ui-tabmenu .ui-tabmenu-nav>.ui-tabmenuitem.ui-state-active a .ui-menuitem-icon.phone
		{
		background: url('../resources/serenity-layout/images/icon2.png')
			no-repeat !important; /* please add path of your image into url */
		width: 24px;
		height: 24px;
	}
}