/*!1* Font Awesome 3.0.22* the iconic font designed for use with Twitter Bootstrap3* -------------------------------------------------------4* The full suite of pictographic icons, examples, and documentation5* can be found at: http://fortawesome.github.com/Font-Awesome/6*7* License8* -------------------------------------------------------9* - The Font Awesome font is licensed under the SIL Open Font License - http://scripts.sil.org/OFL10* - Font Awesome CSS, LESS, and SASS files are licensed under the MIT License -11* http://opensource.org/licenses/mit-license.html12* - The Font Awesome pictograms are licensed under the CC BY 3.0 License - http://creativecommons.org/licenses/by/3.0/13* - Attribution is no longer required in Font Awesome 3.0, but much appreciated:14* "Font Awesome by Dave Gandy - http://fortawesome.github.com/Font-Awesome"1516* Contact17* -------------------------------------------------------18* Email: [email protected]19* Twitter: http://twitter.com/fortaweso_me20* Work: Lead Product Designer @ http://kyruus.com21*/22@font-face {23font-family: 'FontAwesomeSagecell';24src: url('fontawesome-webfont.eot?v=3.0.1');25src: url('fontawesome-webfont.eot?#iefix&v=3.0.1') format('embedded-opentype'),26url('fontawesome-webfont.woff?v=3.0.1') format('woff'),27url('fontawesome-webfont.ttf?v=3.0.1') format('truetype');28font-weight: normal;29font-style: normal;30}31/* Font Awesome styles32------------------------------------------------------- */33.sagecell [class^="sagecell_icon-"],34.sagecell [class*=" sagecell_icon-"] {35font-family: FontAwesomeSagecell;36font-weight: normal;37font-style: normal;38text-decoration: inherit;39-webkit-font-smoothing: antialiased;4041font-size: 125%;42background: transparent;43/* sprites.less reset */44display: inline;45width: auto;46height: auto;47line-height: normal;48vertical-align: baseline;49margin-top: 0;50}51.sagecell [class^="sagecell_icon-"]:before,52.sagecell [class*=" sagecell_icon-"]:before {53text-decoration: inherit;54display: inline-block;55speak: none;56}57.sagecell .sagecell_icon-resize-full:before { content: "\f021"; }58.sagecell .sagecell_icon-resize-small:before { content: "\f022"; }596061