@charset "utf-8";

/*Tag a ที่มี Class ว่า yellow-style*/

a.yellow-style {

    /*ให้แสดง icon เป็น background*/

background-color: transparent;

}
a.white-style {

    /*ให้แสดง icon เป็น background*/

background-color: transparent;

}


a.default-style {

    /*ให้แสดง icon เป็น background*/

background-color: transparent; 

	

}
