1@import url("../Styles/main.css");
2
3@import url("../Colors/Out Red.css");
4@import url("../Colors/In Blue.css");
5
6.mention,
7.firstFocus .x-timeStamp:before
8{
9	background: -webkit-gradient(linear, left top, left bottom, from(rgba(127, 197, 248, 1)), to(rgba(122, 192, 243, 1)));
10}
11
12.mention .x-avatar
13{
14	background: -webkit-gradient(linear, left top, left bottom, from(rgba(244, 251, 255, 1)), to(rgba(230, 244, 255, 1)));
15}
16