.icon_tags, .icon_profile, .icon_chat, .icon_clipboard, .icon_calendar {
font-size: 16px;
line-height: 1;
font-style: normal;
font-weight: normal;
color: #318ec3;
font-family: 'ETmodules';
-moz-font-smoothing: antialiased;
-webkit-font-smoothing: antialiased;
-o-font-smoothing: antialiased;
font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-variant: normal;
text-transform: none;
speak: none;
}
.icon_tags:before {
content: "\e07c";
padding: 0 5px 0 0;
}
.icon_profile:before {
content: "\e08a";
padding: 0 5px 0 0;
}
.icon_chat:before {
content: "\e066";
padding: 0 5px 0 20px;
}
.icon_clipboard:before {
content: "\e0e6";
padding: 0 5px 0 20px;
}
.icon_calendar:before {
content: "\e023";
padding: 0 5px 0 20px;
}