/* 
 * This file contains custom styles for the SmartAss web application.
 * A declaration made here will override a corresponding declaration in in 
 * standard.css. This way the SmartAss administrator can customize the 
 * appearance and also keep the changes when the application is beeing 
 * updated. Note: The application must be updated through the configuration
 * module to make sure this file isn't replaced.
 */

#SuperOffice_chatdiv {
	 /* position: relative !important;*/
  bottom: 64px !important;
}

.search-button {
	display:none !important;
}

.icon-feed:before {
	color: #484cf1;
}

.tile-header-text {
	color: #0a090a;
}


