Pasted the following into the styler JS area:
var gistUrl = 'https://gist.githubusercontent.com/cpsubrian/f9cd249f981c0870305421fb4d3a410c/raw';
$.get(gistUrl + '/styles.css?v=' + Date.now(), function (result) {
$('#stylerStyle').after('<style>' + result + '</style>');
});