﻿
    .AHeading { 
   
	border: 1px solid #e9e9e9 !important;
   /*border-bottom : none !important;*/
	background: #f6f6f6 !important;
	font-weight: 300 !important;
	color: #24AFB2 !important;
    cursor:pointer !important;
    margin-bottom: 0px !important;
    font-size: 100% !important;
    /*border: none !important;*/
    text-align:left !important;
    font-size:26px !important;
    font-family: 'Source Sans Pro' !important;  
    padding:0px,0px,0px,0px !important;
    
    
}

    .AInnerdiv
    {
        background:1px #f6f6f6  !important;
        padding-top:0px !important;
        border-color:#e9e9e9 !important;
        border-style:solid !important;
         font-family: 'Source Sans Pro' !important;  
         padding-top:1em !important;


    }

    .AOuterdiv
    {
        /*border-color:#e9e9e9 !important;
        border-width:1px !important;
        border-style:solid !important;*/
         font-family: 'Source Sans Pro' !important;  
    }

    .mytextwithicon {
    position:relative !important;
}
        .mytextwithicon:before
        {
            position: absolute !important;
            font-family: FontAwesome !important;
            top: 0 !important;
            left: -5px;
            content: "\25AE" !important; 
            color:green !important;
        }


        /*a {
    text-decoration: none;
    color: #515151;
}*/






    .ui-icon.iconOpen
    {
        
        /*background-color: green ;*/
       
        /*background-size: 20px;
        width: 20px;
        height: 20px;*/

    }



    .ui-icon.iconClosed
    {
      /*background-color: red ;*/
        /*background-size: 30px;
        width: 20px;
        height: 20px;*/

    }

