/**
* @class browserCompatibilityMsg.css
* @Created on 07/16/2015 by @author Azhar Jarry
* @ClassDescription This class will hide the x for close the incombatible message.
* @author Azhar Jarry
* @Usedin checkBrowserCompatibility.js
*-------------------------------------------------------------------------------------------------------------------------------------------
* Version | related Issue     | Date       | By               | Changes Description
*-------------------------------------------------------------------------------------------------------------------------------------------
* 1.00    | TCP-418           | 07/16/2015 | Azhar Jarry      | Created this css.
*-------------------------------------------------------------------------------------------------------------------------------------------
* This code is Copyright © 2015 TriCore Reference Laboratories. All Rights Reserved
*-------------------------------------------------------------------------------------------------------------------------------------------*/
#buorgclose {
    display: none;
}
 