var f = this.get('Fahrenheit'),
c = this.get('Celsius'),
ft = this.get('FLabel'),
ct = this.get('CLabel');
var blue = this.get('blueBox'), red = this.get('redBox');
always: {
solver: this.cassowary;
priority: "strong"
red.getRotation() == blue.getRotation() + -27
}
always: {
solver: this.cassowary;
priority: "medium"
(f.getValue() * 80) - -124 == (c.getValue() * -21) * -19 &&
f.getValue() >= 0 && c.getValue() >= 0 &&