Skip to content
Permalink
master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
<?php
//// from: http://css-tricks.com/css-variables-with-php/
$absolute_path = explode('wp-content', $_SERVER['SCRIPT_FILENAME']);
$wp_load = $absolute_path[0] . 'wp-load.php';
require_once($wp_load);
/**
Do stuff like connect to WP database and grab user set values
*/
header('Content-type: text/css');
header('Cache-control: must-revalidate');
//////
echo '
.col-xs-1,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xs-10,.col-xs-11,.col-xs-12,.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12,.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12,.input-group,.row,.content
{
box-sizing:border-box;';
echo 'behavior:url('.get_bloginfo('template_url').'/js/boxsizing.htc)
}';
echo "
audio,canvas,video{display:inline;zoom:1}
html{font-size:100%}
img{width:auto;height:auto;-ms-interpolation-mode:bicubic}
button,input{overflow:visible}
.container,.container-fluid{zoom:1}
.row{zoom:1}
.dl-horizontal{zoom:1}
input[type='radio'],input[type='checkbox']{margin-top:0}
.help-block{display:inline;zoom:1}
.form-horizontal .form-group{zoom:1}
.dropdown-toggle{margin-bottom:-3px}
.dropdown-menu .divider{width:100%;margin:-5px 0 5px}
.list-group{margin-left:0}
ul .list-group-item{list-style:none}
.sr-only{clip:rect(0 0 0 0)}
.list-inline > li{display:inline;zoom:1}
.glyphicon{text-decoration:inherit;line-height:normal}
.glyphicon-adjust{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe063;')}
.glyphicon-align-center{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe053;')}
.glyphicon-align-justify{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe055;')}
.glyphicon-align-left{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe052;')}
.glyphicon-align-right{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe054;')}
.glyphicon-arrow-down{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe094;')}
.glyphicon-arrow-left{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe091;')}
.glyphicon-arrow-right{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe092;')}
.glyphicon-arrow-up{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe093;')}
.glyphicon-asterisk{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#x002a;')}
.glyphicon-backward{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe071;')}
.glyphicon-ban-circle{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe090;')}
.glyphicon-barcode{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe040;')}
.glyphicon-bell{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe123;')}
.glyphicon-bold{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe048;')}
.glyphicon-book{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe043;')}
.glyphicon-bookmark{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe044;')}
.glyphicon-briefcase{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe139;')}
.glyphicon-bullhorn{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe122;')}
.glyphicon-calendar{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe109;')}
.glyphicon-camera{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe046;')}
.glyphicon-certificate{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe124;')}
.glyphicon-check{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe067;')}
.glyphicon-chevron-down{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe114;')}
.glyphicon-chevron-left{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe079;')}
.glyphicon-chevron-right{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe080;')}
.glyphicon-chevron-up{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe113;')}
.glyphicon-circle-arrow-down{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe134;')}
.glyphicon-circle-arrow-left{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe132;')}
.glyphicon-circle-arrow-right{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe131;')}
.glyphicon-circle-arrow-up{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe133;')}
.glyphicon-cloud{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#x2601;')}
.glyphicon-cloud-download{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe197;')}
.glyphicon-cloud-upload{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe198;')}
.glyphicon-cog{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe019;')}
.glyphicon-collapse{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe159;')}
.glyphicon-collapse-down{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe159;')}
.glyphicon-collapse-top{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe160;')}
.glyphicon-collapse-up{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe160;')}
.glyphicon-comment{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe111;')}
.glyphicon-compressed{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe181;')}
.glyphicon-copyright-mark{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe194;')}
.glyphicon-credit-card{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe177;')}
.glyphicon-cutlery{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe179;')}
.glyphicon-dashboard{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe141;')}
.glyphicon-download{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe026;')}
.glyphicon-download-alt{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe025;')}
.glyphicon-earphone{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe182;')}
.glyphicon-edit{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe065;')}
.glyphicon-eject{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe078;')}
.glyphicon-envelope{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#x2709;')}
.glyphicon-euro{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#x20ac;')}
.glyphicon-exclamation-sign{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe101;')}
.glyphicon-expand{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe158;')}
.glyphicon-export{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe170;')}
.glyphicon-eye-close{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe106;')}
.glyphicon-eye-open{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe105;')}
.glyphicon-facetime-video{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe059;')}
.glyphicon-fast-backward{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe070;')}
.glyphicon-fast-forward{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe076;')}
.glyphicon-file{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe022;')}
.glyphicon-film{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe009;')}
.glyphicon-filter{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe138;')}
.glyphicon-fire{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe104;')}
.glyphicon-flag{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe034;')}
.glyphicon-flash{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe162;')}
.glyphicon-floppy-disk{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe172;')}
.glyphicon-floppy-open{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe176;')}
.glyphicon-floppy-remove{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe174;')}
.glyphicon-floppy-save{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe175;')}
.glyphicon-floppy-saved{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe173;')}
.glyphicon-folder-close{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe117;')}
.glyphicon-folder-open{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe118;')}
.glyphicon-font{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe047;')}
.glyphicon-forward{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe075;')}
.glyphicon-fullscreen{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe140;')}
.glyphicon-gbp{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe149;')}
.glyphicon-gift{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe102;')}
.glyphicon-glass{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe001;')}
.glyphicon-globe{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe135;')}
.glyphicon-hand-down{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe130;')}
.glyphicon-hand-left{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe128;')}
.glyphicon-hand-right{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe127;')}
.glyphicon-hand-up{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe129;')}
.glyphicon-hdd{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe121;')}
.glyphicon-hd-video{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe187;')}
.glyphicon-header{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe180;')}
.glyphicon-headphones{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe035;')}
.glyphicon-heart{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe005;')}
.glyphicon-heart-empty{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe143;')}
.glyphicon-home{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe021;')}
.glyphicon-import{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe169;')}
.glyphicon-inbox{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe028;')}
.glyphicon-indent-left{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe057;')}
.glyphicon-indent-right{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe058;')}
.glyphicon-info-sign{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe086;')}
.glyphicon-italic{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe049;')}
.glyphicon-leaf{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe103;')}
.glyphicon-link{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe144;')}
.glyphicon-list{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe056;')}
.glyphicon-list-alt{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe032;')}
.glyphicon-lock{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe033;')}
.glyphicon-log-in{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe161;')}
.glyphicon-log-out{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe163;')}
.glyphicon-magnet{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe112;')}
.glyphicon-map-marker{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe062;')}
.glyphicon-minus{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#x2212;')}
.glyphicon-minus-sign{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe082;')}
.glyphicon-move{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe068;')}
.glyphicon-music{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe002;')}
.glyphicon-new-window{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe164;')}
.glyphicon-off{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe017;')}
.glyphicon-ok{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe013;')}
.glyphicon-ok-circle{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe089;')}
.glyphicon-ok-sign{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe084;')}
.glyphicon-open{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe167;')}
.glyphicon-paperclip{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe142;')}
.glyphicon-pause{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe073;')}
.glyphicon-pencil{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#x270f;')}
.glyphicon-phone{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe145;')}
.glyphicon-phone-alt{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe183;')}
.glyphicon-picture{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe060;')}
.glyphicon-plane{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe108;')}
.glyphicon-play{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe072;')}
.glyphicon-play-circle{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe029;')}
.glyphicon-plus{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#x002b;')}
.glyphicon-plus-sign{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe081;')}
.glyphicon-print{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe045;')}
.glyphicon-pushpin{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe146;')}
.glyphicon-qrcode{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe039;')}
.glyphicon-question-sign{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe085;')}
.glyphicon-random{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe110;')}
.glyphicon-record{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe165;')}
.glyphicon-refresh{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe031;')}
.glyphicon-registration-mark{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe195;')}
.glyphicon-remove{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe014;')}
.glyphicon-remove-circle{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe088;')}
.glyphicon-remove-sign{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe083;')}
.glyphicon-repeat{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe030;')}
.glyphicon-resize-full{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe096;')}
.glyphicon-resize-horizontal{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe120;')}
.glyphicon-resize-small{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe097;')}
.glyphicon-resize-vertical{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe119;')}
.glyphicon-retweet{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe115;')}
.glyphicon-road{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe024;')}
.glyphicon-save{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe166;')}
.glyphicon-saved{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe168;')}
.glyphicon-screenshot{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe087;')}
.glyphicon-sd-video{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe186;')}
.glyphicon-search{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe003;')}
.glyphicon-send{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe171;')}
.glyphicon-share{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe066;')}
.glyphicon-share-alt{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe095;')}
.glyphicon-shopping-cart{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe116;')}
.glyphicon-signal{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe018;')}
.glyphicon-sort{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe150;')}
.glyphicon-sort-by-alphabet{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe151;')}
.glyphicon-sort-by-alphabet-alt{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe152;')}
.glyphicon-sort-by-attributes{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe155;')}
.glyphicon-sort-by-attributes-alt{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe156;')}
.glyphicon-sort-by-order{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe153;')}
.glyphicon-sort-by-order-alt{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe154;')}
.glyphicon-sound-5-1{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe191;')}
.glyphicon-sound-6-1{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe192;')}
.glyphicon-sound-7-1{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe193;')}
.glyphicon-sound-dolby{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe190;')}
.glyphicon-sound-stereo{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe189;')}
.glyphicon-star{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe006;')}
.glyphicon-star-empty{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe007;')}
.glyphicon-stats{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe185;')}
.glyphicon-step-backward{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe069;')}
.glyphicon-step-forward{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe077;')}
.glyphicon-stop{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe074;')}
.glyphicon-subtitles{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe188;')}
.glyphicon-tag{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe041;')}
.glyphicon-tags{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe042;')}
.glyphicon-tasks{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe137;')}
.glyphicon-text-height{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe050;')}
.glyphicon-text-width{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe051;')}
.glyphicon-th{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe011;')}
.glyphicon-th-large{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe010;')}
.glyphicon-th-list{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe012;')}
.glyphicon-thumbs-down{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe126;')}
.glyphicon-thumbs-up{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe125;')}
.glyphicon-time{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe023;')}
.glyphicon-tint{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe064;')}
.glyphicon-tower{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe184;')}
.glyphicon-transfer{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe178;')}
.glyphicon-trash{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe020;')}
.glyphicon-tree-conifer{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe199;')}
.glyphicon-tree-deciduous{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe200;')}
.glyphicon-unchecked{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe157;')}
.glyphicon-upload{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe027;')}
.glyphicon-usd{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe148;')}
.glyphicon-user{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe008;')}
.glyphicon-volume-down{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe037;')}
.glyphicon-volume-off{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe036;')}
.glyphicon-volume-up{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe038;')}
.glyphicon-warning-sign{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe107;')}
.glyphicon-wrench{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe136;')}
.glyphicon-zoom-in{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe015;')}
.glyphicon-zoom-out{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe016;')}
";
?>