.panel .gradient.sand-babe {
  /* Old browsers */
  background: #b3cae5;
  /* FF3.6+ */
  background: -moz-linear-gradient(-45deg, #b3cae5 12%, #dbdde4 46%, #e4e3e4 70%, #f7ddbb 94%, #efcab2 100%);
  /* Chrome,Safari4+ */
  background: -webkit-gradient(linear, left top, right bottom, color-stop(12%, #b3cae5), color-stop(46%, #dbdde4), color-stop(70%, #e4e3e4), color-stop(94%, #f7ddbb), color-stop(100%, #efcab2));
  /* Chrome10+,Safari5.1+ */
  background: -webkit-linear-gradient(-45deg, #b3cae5 12%, #dbdde4 46%, #e4e3e4 70%, #f7ddbb 94%, #efcab2 100%);
  /* Opera 11.10+ */
  background: -o-linear-gradient(-45deg, #b3cae5 12%, #dbdde4 46%, #e4e3e4 70%, #f7ddbb 94%, #efcab2 100%);
  /* IE10+ */
  background: -ms-linear-gradient(-45deg, #b3cae5 12%, #dbdde4 46%, #e4e3e4 70%, #f7ddbb 94%, #efcab2 100%);
  /* W3C */
  background: linear-gradient(135deg, #b3cae5 12%, #dbdde4 46%, #e4e3e4 70%, #f7ddbb 94%, #efcab2 100%);
}
.panel .gradient.pale-elm {
  /* Old browsers */
  background: #bccacc;
  /* FF3.6+ */
  background: -moz-linear-gradient(-45deg, #bccacc 0%, #c7d8d6 26%, #d9ebe0 54%, #ebf9e3 78%, #f4f8d0 100%);
  /* Chrome,Safari4+ */
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #bccacc), color-stop(26%, #c7d8d6), color-stop(54%, #d9ebe0), color-stop(78%, #ebf9e3), color-stop(100%, #f4f8d0));
  /* Chrome10+,Safari5.1+ */
  background: -webkit-linear-gradient(-45deg, #bccacc 0%, #c7d8d6 26%, #d9ebe0 54%, #ebf9e3 78%, #f4f8d0 100%);
  /* Opera 11.10+ */
  background: -o-linear-gradient(-45deg, #bccacc 0%, #c7d8d6 26%, #d9ebe0 54%, #ebf9e3 78%, #f4f8d0 100%);
  /* IE10+ */
  background: -ms-linear-gradient(-45deg, #bccacc 0%, #c7d8d6 26%, #d9ebe0 54%, #ebf9e3 78%, #f4f8d0 100%);
  /* W3C */
  background: linear-gradient(135deg, #bccacc 0%, #c7d8d6 26%, #d9ebe0 54%, #ebf9e3 78%, #f4f8d0 100%);
}
.panel .gradient.beach-towel {
  /* Old browsers */
  background: #5e7fb1;
  /* FF3.6+ */
  background: -moz-linear-gradient(-45deg, #5e7fb1 0%, #dce8f7 61%, #eff1f4 72%, #fce1a8 88%, #f7ec86 100%);
  /* Chrome,Safari4+ */
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #5e7fb1), color-stop(61%, #dce8f7), color-stop(72%, #eff1f4), color-stop(88%, #fce1a8), color-stop(100%, #f7ec86));
  /* Chrome10+,Safari5.1+ */
  background: -webkit-linear-gradient(-45deg, #5e7fb1 0%, #dce8f7 61%, #eff1f4 72%, #fce1a8 88%, #f7ec86 100%);
  /* Opera 11.10+ */
  background: -o-linear-gradient(-45deg, #5e7fb1 0%, #dce8f7 61%, #eff1f4 72%, #fce1a8 88%, #f7ec86 100%);
  /* IE10+ */
  background: -ms-linear-gradient(-45deg, #5e7fb1 0%, #dce8f7 61%, #eff1f4 72%, #fce1a8 88%, #f7ec86 100%);
  /* W3C */
  background: linear-gradient(135deg, #5e7fb1 0%, #dce8f7 61%, #eff1f4 72%, #fce1a8 88%, #f7ec86 100%);
}
.panel .gradient.sky-blush {
  /* Old browsers */
  background: #8fb8ee;
  /* FF3.6+ */
  background: -moz-linear-gradient(-45deg, #8fb8ee 0%, #cbe2f4 40%, #dbe5eb 63%, #f9d3b8 83%, #e0b2a3 100%);
  /* Chrome,Safari4+ */
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #8fb8ee), color-stop(40%, #cbe2f4), color-stop(63%, #dbe5eb), color-stop(83%, #f9d3b8), color-stop(100%, #e0b2a3));
  /* Chrome10+,Safari5.1+ */
  background: -webkit-linear-gradient(-45deg, #8fb8ee 0%, #cbe2f4 40%, #dbe5eb 63%, #f9d3b8 83%, #e0b2a3 100%);
  /* Opera 11.10+ */
  background: -o-linear-gradient(-45deg, #8fb8ee 0%, #cbe2f4 40%, #dbe5eb 63%, #f9d3b8 83%, #e0b2a3 100%);
  /* IE10+ */
  background: -ms-linear-gradient(-45deg, #8fb8ee 0%, #cbe2f4 40%, #dbe5eb 63%, #f9d3b8 83%, #e0b2a3 100%);
  /* W3C */
  background: linear-gradient(135deg, #8fb8ee 0%, #cbe2f4 40%, #dbe5eb 63%, #f9d3b8 83%, #e0b2a3 100%);
}
.panel .gradient.pastel-daylight {
  /* Old browsers */
  background: #a2e0f9;
  /* FF3.6+ */
  background: -moz-linear-gradient(-45deg, #a2e0f9 6%, #cef5fc 39%, #eafaeb 70%, #fefcd3 88%, #fdf4ba 100%);
  /* Chrome,Safari4+ */
  background: -webkit-gradient(linear, left top, right bottom, color-stop(6%, #a2e0f9), color-stop(39%, #cef5fc), color-stop(70%, #eafaeb), color-stop(88%, #fefcd3), color-stop(100%, #fdf4ba));
  /* Chrome10+,Safari5.1+ */
  background: -webkit-linear-gradient(-45deg, #a2e0f9 6%, #cef5fc 39%, #eafaeb 70%, #fefcd3 88%, #fdf4ba 100%);
  /* Opera 11.10+ */
  background: -o-linear-gradient(-45deg, #a2e0f9 6%, #cef5fc 39%, #eafaeb 70%, #fefcd3 88%, #fdf4ba 100%);
  /* IE10+ */
  background: -ms-linear-gradient(-45deg, #a2e0f9 6%, #cef5fc 39%, #eafaeb 70%, #fefcd3 88%, #fdf4ba 100%);
  /* W3C */
  background: linear-gradient(135deg, #a2e0f9 6%, #cef5fc 39%, #eafaeb 70%, #fefcd3 88%, #fdf4ba 100%);
}
.panel .gradient.blue-peach {
  /* Old browsers */
  background: #6bafd2;
  /* FF3.6+ */
  background: -moz-linear-gradient(-45deg, #6bafd2 0%, #a4c8dc 38%, #d6cbca 58%, #eabc96 79%, #db8876 100%);
  /* Chrome,Safari4+ */
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #6bafd2), color-stop(38%, #a4c8dc), color-stop(58%, #d6cbca), color-stop(79%, #eabc96), color-stop(100%, #db8876));
  /* Chrome10+,Safari5.1+ */
  background: -webkit-linear-gradient(-45deg, #6bafd2 0%, #a4c8dc 38%, #d6cbca 58%, #eabc96 79%, #db8876 100%);
  /* Opera 11.10+ */
  background: -o-linear-gradient(-45deg, #6bafd2 0%, #a4c8dc 38%, #d6cbca 58%, #eabc96 79%, #db8876 100%);
  /* IE10+ */
  background: -ms-linear-gradient(-45deg, #6bafd2 0%, #a4c8dc 38%, #d6cbca 58%, #eabc96 79%, #db8876 100%);
  /* W3C */
  background: linear-gradient(135deg, #6bafd2 0%, #a4c8dc 38%, #d6cbca 58%, #eabc96 79%, #db8876 100%);
}
.panel .gradient.kentucky-dawn {
  /* Old browsers */
  background: #b4ced8;
  /* FF3.6+ */
  background: -moz-linear-gradient(-45deg, #b4ced8 17%, #d7e5d4 51%, #e2e8c9 72%, #f1e5b9 87%, #edd7ac 100%);
  /* Chrome,Safari4+ */
  background: -webkit-gradient(linear, left top, right bottom, color-stop(17%, #b4ced8), color-stop(51%, #d7e5d4), color-stop(72%, #e2e8c9), color-stop(87%, #f1e5b9), color-stop(100%, #edd7ac));
  /* Chrome10+,Safari5.1+ */
  background: -webkit-linear-gradient(-45deg, #b4ced8 17%, #d7e5d4 51%, #e2e8c9 72%, #f1e5b9 87%, #edd7ac 100%);
  /* Opera 11.10+ */
  background: -o-linear-gradient(-45deg, #b4ced8 17%, #d7e5d4 51%, #e2e8c9 72%, #f1e5b9 87%, #edd7ac 100%);
  /* IE10+ */
  background: -ms-linear-gradient(-45deg, #b4ced8 17%, #d7e5d4 51%, #e2e8c9 72%, #f1e5b9 87%, #edd7ac 100%);
  /* W3C */
  background: linear-gradient(135deg, #b4ced8 17%, #d7e5d4 51%, #e2e8c9 72%, #f1e5b9 87%, #edd7ac 100%);
}
.panel .gradient.coyier-magic {
  /* Old browsers */
  background: #29153e;
  /* FF3.6+ */
  background: -moz-linear-gradient(-45deg, #29153e 5%, #657489 38%, #bfb6aa 66%, #ead79d 87%, #f2ebda 100%);
  /* Chrome,Safari4+ */
  background: -webkit-gradient(linear, left top, right bottom, color-stop(5%, #29153e), color-stop(38%, #657489), color-stop(66%, #bfb6aa), color-stop(87%, #ead79d), color-stop(100%, #f2ebda));
  /* Chrome10+,Safari5.1+ */
  background: -webkit-linear-gradient(-45deg, #29153e 5%, #657489 38%, #bfb6aa 66%, #ead79d 87%, #f2ebda 100%);
  /* Opera 11.10+ */
  background: -o-linear-gradient(-45deg, #29153e 5%, #657489 38%, #bfb6aa 66%, #ead79d 87%, #f2ebda 100%);
  /* IE10+ */
  background: -ms-linear-gradient(-45deg, #29153e 5%, #657489 38%, #bfb6aa 66%, #ead79d 87%, #f2ebda 100%);
  /* W3C */
  background: linear-gradient(135deg, #29153e 5%, #657489 38%, #bfb6aa 66%, #ead79d 87%, #f2ebda 100%);
}
.panel .gradient.indigo-magic {
  /* Old browsers */
  background: #20202f;
  /* FF3.6+ */
  background: -moz-linear-gradient(-45deg, #20202f 0%, #273550 16%, #416081 41%, #adacb2 78%, #eac3a2 100%);
  /* Chrome,Safari4+ */
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #20202f), color-stop(16%, #273550), color-stop(41%, #416081), color-stop(78%, #adacb2), color-stop(100%, #eac3a2));
  /* Chrome10+,Safari5.1+ */
  background: -webkit-linear-gradient(-45deg, #20202f 0%, #273550 16%, #416081 41%, #adacb2 78%, #eac3a2 100%);
  /* Opera 11.10+ */
  background: -o-linear-gradient(-45deg, #20202f 0%, #273550 16%, #416081 41%, #adacb2 78%, #eac3a2 100%);
  /* IE10+ */
  background: -ms-linear-gradient(-45deg, #20202f 0%, #273550 16%, #416081 41%, #adacb2 78%, #eac3a2 100%);
  /* W3C */
  background: linear-gradient(135deg, #20202f 0%, #273550 16%, #416081 41%, #adacb2 78%, #eac3a2 100%);
}
.panel .gradient.brownie {
  /* Old browsers */
  background: #555351;
  /* FF3.6+ */
  background: -moz-linear-gradient(-45deg, #555351 0%, #555351 5%, #8d7b6c 40%, #cc9d7a 70%, #fff9aa 100%);
  /* Chrome,Safari4+ */
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #555351), color-stop(5%, #555351), color-stop(40%, #8d7b6c), color-stop(70%, #cc9d7a), color-stop(100%, #fff9aa));
  /* Chrome10+,Safari5.1+ */
  background: -webkit-linear-gradient(-45deg, #555351 0%, #555351 5%, #8d7b6c 40%, #cc9d7a 70%, #fff9aa 100%);
  /* Opera 11.10+ */
  background: -o-linear-gradient(-45deg, #555351 0%, #555351 5%, #8d7b6c 40%, #cc9d7a 70%, #fff9aa 100%);
  /* IE10+ */
  background: -ms-linear-gradient(-45deg, #555351 0%, #555351 5%, #8d7b6c 40%, #cc9d7a 70%, #fff9aa 100%);
  /* W3C */
  background: linear-gradient(135deg, #555351 0%, #555351 5%, #8d7b6c 40%, #cc9d7a 70%, #fff9aa 100%);
}
.panel .gradient.lady-night {
  /* Old browsers */
  background: #171c33;
  /* FF3.6+ */
  background: -moz-linear-gradient(-45deg, #171c33 0%, #525f83 42%, #848896 63%, #bb9d78 78%, #f6e183 100%);
  /* Chrome,Safari4+ */
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #171c33), color-stop(42%, #525f83), color-stop(63%, #848896), color-stop(78%, #bb9d78), color-stop(100%, #f6e183));
  /* Chrome10+,Safari5.1+ */
  background: -webkit-linear-gradient(-45deg, #171c33 0%, #525f83 42%, #848896 63%, #bb9d78 78%, #f6e183 100%);
  /* Opera 11.10+ */
  background: -o-linear-gradient(-45deg, #171c33 0%, #525f83 42%, #848896 63%, #bb9d78 78%, #f6e183 100%);
  /* IE10+ */
  background: -ms-linear-gradient(-45deg, #171c33 0%, #525f83 42%, #848896 63%, #bb9d78 78%, #f6e183 100%);
  /* W3C */
  background: linear-gradient(135deg, #171c33 0%, #525f83 42%, #848896 63%, #bb9d78 78%, #f6e183 100%);
}
.panel .gradient.bruised-grape {
  /* Old browsers */
  background: #ffe3c8;
  /* FF3.6+ */
  background: -moz-linear-gradient(-45deg, #ffe3c8 0%, #efad9e 45%, #c79797 65%, #a78a92 85%, #857d8d 100%);
  /* Chrome,Safari4+ */
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #ffe3c8), color-stop(45%, #efad9e), color-stop(65%, #c79797), color-stop(85%, #a78a92), color-stop(100%, #857d8d));
  /* Chrome10+,Safari5.1+ */
  background: -webkit-linear-gradient(-45deg, #ffe3c8 0%, #efad9e 45%, #c79797 65%, #a78a92 85%, #857d8d 100%);
  /* Opera 11.10+ */
  background: -o-linear-gradient(-45deg, #ffe3c8 0%, #efad9e 45%, #c79797 65%, #a78a92 85%, #857d8d 100%);
  /* IE10+ */
  background: -ms-linear-gradient(-45deg, #ffe3c8 0%, #efad9e 45%, #c79797 65%, #a78a92 85%, #857d8d 100%);
  /* W3C */
  background: linear-gradient(135deg, #ffe3c8 0%, #efad9e 45%, #c79797 65%, #a78a92 85%, #857d8d 100%);
}
.panel .gradient.violet-blush {
  /* Old browsers */
  background: #6f749e;
  /* FF3.6+ */
  background: -moz-linear-gradient(-45deg, #6f749e 0%, #9a8daf 31%, #d0a8b9 58%, #f8bbb1 80%, #fde6b1 100%);
  /* Chrome,Safari4+ */
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #6f749e), color-stop(31%, #9a8daf), color-stop(58%, #d0a8b9), color-stop(80%, #f8bbb1), color-stop(100%, #fde6b1));
  /* Chrome10+,Safari5.1+ */
  background: -webkit-linear-gradient(-45deg, #6f749e 0%, #9a8daf 31%, #d0a8b9 58%, #f8bbb1 80%, #fde6b1 100%);
  /* Opera 11.10+ */
  background: -o-linear-gradient(-45deg, #6f749e 0%, #9a8daf 31%, #d0a8b9 58%, #f8bbb1 80%, #fde6b1 100%);
  /* IE10+ */
  background: -ms-linear-gradient(-45deg, #6f749e 0%, #9a8daf 31%, #d0a8b9 58%, #f8bbb1 80%, #fde6b1 100%);
  /* W3C */
  background: linear-gradient(135deg, #6f749e 0%, #9a8daf 31%, #d0a8b9 58%, #f8bbb1 80%, #fde6b1 100%);
}
.panel .gradient.mauve-hour {
  /* Old browsers */
  background: #536a97;
  /* FF3.6+ */
  background: -moz-linear-gradient(-45deg, #536a97 11%, #8087ad 35%, #bca391 72%, #bd968a 96%, #a38b8a 100%);
  /* Chrome,Safari4+ */
  background: -webkit-gradient(linear, left top, right bottom, color-stop(11%, #536a97), color-stop(35%, #8087ad), color-stop(72%, #bca391), color-stop(96%, #bd968a), color-stop(100%, #a38b8a));
  /* Chrome10+,Safari5.1+ */
  background: -webkit-linear-gradient(-45deg, #536a97 11%, #8087ad 35%, #bca391 72%, #bd968a 96%, #a38b8a 100%);
  /* Opera 11.10+ */
  background: -o-linear-gradient(-45deg, #536a97 11%, #8087ad 35%, #bca391 72%, #bd968a 96%, #a38b8a 100%);
  /* IE10+ */
  background: -ms-linear-gradient(-45deg, #536a97 11%, #8087ad 35%, #bca391 72%, #bd968a 96%, #a38b8a 100%);
  /* W3C */
  background: linear-gradient(135deg, #536a97 11%, #8087ad 35%, #bca391 72%, #bd968a 96%, #a38b8a 100%);
}
.panel .gradient.magic-hour {
  /* Old browsers */
  background: #325176;
  /* FF3.6+ */
  background: -moz-linear-gradient(-45deg, #325176 1%, #7b9ea7 42%, #9baf93 67%, #dbaf81 85%, #fbdf73 100%);
  /* Chrome,Safari4+ */
  background: -webkit-gradient(linear, left top, right bottom, color-stop(1%, #325176), color-stop(42%, #7b9ea7), color-stop(67%, #9baf93), color-stop(85%, #dbaf81), color-stop(100%, #fbdf73));
  /* Chrome10+,Safari5.1+ */
  background: -webkit-linear-gradient(-45deg, #325176 1%, #7b9ea7 42%, #9baf93 67%, #dbaf81 85%, #fbdf73 100%);
  /* Opera 11.10+ */
  background: -o-linear-gradient(-45deg, #325176 1%, #7b9ea7 42%, #9baf93 67%, #dbaf81 85%, #fbdf73 100%);
  /* IE10+ */
  background: -ms-linear-gradient(-45deg, #325176 1%, #7b9ea7 42%, #9baf93 67%, #dbaf81 85%, #fbdf73 100%);
  /* W3C */
  background: linear-gradient(135deg, #325176 1%, #7b9ea7 42%, #9baf93 67%, #dbaf81 85%, #fbdf73 100%);
}
.panel .gradient.lavender-skies {
  /* Old browsers */
  background: #727288;
  /* FF3.6+ */
  background: -moz-linear-gradient(-45deg, #727288 6%, #8e889b 29%, #d3c2bd 70%, #f9d89a 89%, #f8c785 100%);
  /* Chrome,Safari4+ */
  background: -webkit-gradient(linear, left top, right bottom, color-stop(6%, #727288), color-stop(29%, #8e889b), color-stop(70%, #d3c2bd), color-stop(89%, #f9d89a), color-stop(100%, #f8c785));
  /* Chrome10+,Safari5.1+ */
  background: -webkit-linear-gradient(-45deg, #727288 6%, #8e889b 29%, #d3c2bd 70%, #f9d89a 89%, #f8c785 100%);
  /* Opera 11.10+ */
  background: -o-linear-gradient(-45deg, #727288 6%, #8e889b 29%, #d3c2bd 70%, #f9d89a 89%, #f8c785 100%);
  /* IE10+ */
  background: -ms-linear-gradient(-45deg, #727288 6%, #8e889b 29%, #d3c2bd 70%, #f9d89a 89%, #f8c785 100%);
  /* W3C */
  background: linear-gradient(135deg, #727288 6%, #8e889b 29%, #d3c2bd 70%, #f9d89a 89%, #f8c785 100%);
}
.panel .gradient.slate-sunrise {
  /* Old browsers */
  background: #506e90;
  /* FF3.6+ */
  background: -moz-linear-gradient(-45deg, #506e90 0%, #7695aa 37%, #a7bdb8 56%, #e2e2b8 79%, #fdf998 100%);
  /* Chrome,Safari4+ */
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #506e90), color-stop(37%, #7695aa), color-stop(56%, #a7bdb8), color-stop(79%, #e2e2b8), color-stop(100%, #fdf998));
  /* Chrome10+,Safari5.1+ */
  background: -webkit-linear-gradient(-45deg, #506e90 0%, #7695aa 37%, #a7bdb8 56%, #e2e2b8 79%, #fdf998 100%);
  /* Opera 11.10+ */
  background: -o-linear-gradient(-45deg, #506e90 0%, #7695aa 37%, #a7bdb8 56%, #e2e2b8 79%, #fdf998 100%);
  /* IE10+ */
  background: -ms-linear-gradient(-45deg, #506e90 0%, #7695aa 37%, #a7bdb8 56%, #e2e2b8 79%, #fdf998 100%);
  /* W3C */
  background: linear-gradient(135deg, #506e90 0%, #7695aa 37%, #a7bdb8 56%, #e2e2b8 79%, #fdf998 100%);
}
.panel .gradient.grape-soda {
  /* Old browsers */
  background: #634b5f;
  /* FF3.6+ */
  background: -moz-linear-gradient(-45deg, #634b5f 0%, #868080 34%, #b7b29b 58%, #dfd6a4 80%, #e9f3a2 100%);
  /* Chrome,Safari4+ */
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #634b5f), color-stop(34%, #868080), color-stop(58%, #b7b29b), color-stop(80%, #dfd6a4), color-stop(100%, #e9f3a2));
  /* Chrome10+,Safari5.1+ */
  background: -webkit-linear-gradient(-45deg, #634b5f 0%, #868080 34%, #b7b29b 58%, #dfd6a4 80%, #e9f3a2 100%);
  /* Opera 11.10+ */
  background: -o-linear-gradient(-45deg, #634b5f 0%, #868080 34%, #b7b29b 58%, #dfd6a4 80%, #e9f3a2 100%);
  /* IE10+ */
  background: -ms-linear-gradient(-45deg, #634b5f 0%, #868080 34%, #b7b29b 58%, #dfd6a4 80%, #e9f3a2 100%);
  /* W3C */
  background: linear-gradient(135deg, #634b5f 0%, #868080 34%, #b7b29b 58%, #dfd6a4 80%, #e9f3a2 100%);
}
.panel .gradient.purple-sunset {
  /* Old browsers */
  background: #7e74b2;
  /* FF3.6+ */
  background: -moz-linear-gradient(-45deg, #7e74b2 9%, #b3a2c2 36%, #e2cdbe 66%, #f6cf97 85%, #f4a77a 100%);
  /* Chrome,Safari4+ */
  background: -webkit-gradient(linear, left top, right bottom, color-stop(9%, #7e74b2), color-stop(36%, #b3a2c2), color-stop(66%, #e2cdbe), color-stop(85%, #f6cf97), color-stop(100%, #f4a77a));
  /* Chrome10+,Safari5.1+ */
  background: -webkit-linear-gradient(-45deg, #7e74b2 9%, #b3a2c2 36%, #e2cdbe 66%, #f6cf97 85%, #f4a77a 100%);
  /* Opera 11.10+ */
  background: -o-linear-gradient(-45deg, #7e74b2 9%, #b3a2c2 36%, #e2cdbe 66%, #f6cf97 85%, #f4a77a 100%);
  /* IE10+ */
  background: -ms-linear-gradient(-45deg, #7e74b2 9%, #b3a2c2 36%, #e2cdbe 66%, #f6cf97 85%, #f4a77a 100%);
  /* W3C */
  background: linear-gradient(135deg, #7e74b2 9%, #b3a2c2 36%, #e2cdbe 66%, #f6cf97 85%, #f4a77a 100%);
}
.panel .gradient.dolphin {
  /* Old browsers */
  background: #34a4ca;
  /* FF3.6+ */
  background: -moz-linear-gradient(-45deg, #34a4ca 0%, #59d7dd 28%, #a8f2f0 59%, #d0f8ef 84%, #d6f6e1 100%);
  /* Chrome,Safari4+ */
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #34a4ca), color-stop(28%, #59d7dd), color-stop(59%, #a8f2f0), color-stop(84%, #d0f8ef), color-stop(100%, #d6f6e1));
  /* Chrome10+,Safari5.1+ */
  background: -webkit-linear-gradient(-45deg, #34a4ca 0%, #59d7dd 28%, #a8f2f0 59%, #d0f8ef 84%, #d6f6e1 100%);
  /* Opera 11.10+ */
  background: -o-linear-gradient(-45deg, #34a4ca 0%, #59d7dd 28%, #a8f2f0 59%, #d0f8ef 84%, #d6f6e1 100%);
  /* IE10+ */
  background: -ms-linear-gradient(-45deg, #34a4ca 0%, #59d7dd 28%, #a8f2f0 59%, #d0f8ef 84%, #d6f6e1 100%);
  /* W3C */
  background: linear-gradient(135deg, #34a4ca 0%, #59d7dd 28%, #a8f2f0 59%, #d0f8ef 84%, #d6f6e1 100%);
}
.panel .gradient.field-day {
  /* Old browsers */
  background: #7696cd;
  /* FF3.6+ */
  background: -moz-linear-gradient(-45deg, #7696cd 0%, #8fb2e4 15%, #b0cff0 33%, #d7e5ec 69%, #dee0e7 92%);
  /* Chrome,Safari4+ */
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #7696cd), color-stop(15%, #8fb2e4), color-stop(33%, #b0cff0), color-stop(69%, #d7e5ec), color-stop(92%, #dee0e7));
  /* Chrome10+,Safari5.1+ */
  background: -webkit-linear-gradient(-45deg, #7696cd 0%, #8fb2e4 15%, #b0cff0 33%, #d7e5ec 69%, #dee0e7 92%);
  /* Opera 11.10+ */
  background: -o-linear-gradient(-45deg, #7696cd 0%, #8fb2e4 15%, #b0cff0 33%, #d7e5ec 69%, #dee0e7 92%);
  /* IE10+ */
  background: -ms-linear-gradient(-45deg, #7696cd 0%, #8fb2e4 15%, #b0cff0 33%, #d7e5ec 69%, #dee0e7 92%);
  /* W3C */
  background: linear-gradient(135deg, #7696cd 0%, #8fb2e4 15%, #b0cff0 33%, #d7e5ec 69%, #dee0e7 92%);
}
.panel .gradient.seafoam-sun {
  /* Old browsers */
  background: #8dd6c3;
  /* FF3.6+ */
  background: -moz-linear-gradient(-45deg, #8dd6c3 6%, #c5e5e2 40%, #eafaeb 70%, #f9f7ca 88%, #fceea1 100%);
  /* Chrome,Safari4+ */
  background: -webkit-gradient(linear, left top, right bottom, color-stop(6%, #8dd6c3), color-stop(40%, #c5e5e2), color-stop(70%, #eafaeb), color-stop(88%, #f9f7ca), color-stop(100%, #fceea1));
  /* Chrome10+,Safari5.1+ */
  background: -webkit-linear-gradient(-45deg, #8dd6c3 6%, #c5e5e2 40%, #eafaeb 70%, #f9f7ca 88%, #fceea1 100%);
  /* Opera 11.10+ */
  background: -o-linear-gradient(-45deg, #8dd6c3 6%, #c5e5e2 40%, #eafaeb 70%, #f9f7ca 88%, #fceea1 100%);
  /* IE10+ */
  background: -ms-linear-gradient(-45deg, #8dd6c3 6%, #c5e5e2 40%, #eafaeb 70%, #f9f7ca 88%, #fceea1 100%);
  /* W3C */
  background: linear-gradient(135deg, #8dd6c3 6%, #c5e5e2 40%, #eafaeb 70%, #f9f7ca 88%, #fceea1 100%);
}
.panel .gradient.brilliant-sky {
  /* Old browsers */
  background: #4e72c7;
  /* FF3.6+ */
  background: -moz-linear-gradient(-45deg, #4e72c7 0%, #6d9ed7 34%, #a4c8d5 67%, #b4d9e1 84%, #c4d9d6 100%);
  /* Chrome,Safari4+ */
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #4e72c7), color-stop(34%, #6d9ed7), color-stop(67%, #a4c8d5), color-stop(84%, #b4d9e1), color-stop(100%, #c4d9d6));
  /* Chrome10+,Safari5.1+ */
  background: -webkit-linear-gradient(-45deg, #4e72c7 0%, #6d9ed7 34%, #a4c8d5 67%, #b4d9e1 84%, #c4d9d6 100%);
  /* Opera 11.10+ */
  background: -o-linear-gradient(-45deg, #4e72c7 0%, #6d9ed7 34%, #a4c8d5 67%, #b4d9e1 84%, #c4d9d6 100%);
  /* IE10+ */
  background: -ms-linear-gradient(-45deg, #4e72c7 0%, #6d9ed7 34%, #a4c8d5 67%, #b4d9e1 84%, #c4d9d6 100%);
  /* W3C */
  background: linear-gradient(135deg, #4e72c7 0%, #6d9ed7 34%, #a4c8d5 67%, #b4d9e1 84%, #c4d9d6 100%);
}
.panel .gradient.tequila-sunset {
  /* Old browsers */
  background: #47565f;
  /* FF3.6+ */
  background: -moz-linear-gradient(-45deg, #47565f 0%, #5b625a 15%, #947461 38%, #f98056 70%, #f7ec86 100%);
  /* Chrome,Safari4+ */
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #47565f), color-stop(15%, #5b625a), color-stop(38%, #947461), color-stop(70%, #f98056), color-stop(100%, #f7ec86));
  /* Chrome10+,Safari5.1+ */
  background: -webkit-linear-gradient(-45deg, #47565f 0%, #5b625a 15%, #947461 38%, #f98056 70%, #f7ec86 100%);
  /* Opera 11.10+ */
  background: -o-linear-gradient(-45deg, #47565f 0%, #5b625a 15%, #947461 38%, #f98056 70%, #f7ec86 100%);
  /* IE10+ */
  background: -ms-linear-gradient(-45deg, #47565f 0%, #5b625a 15%, #947461 38%, #f98056 70%, #f7ec86 100%);
  /* W3C */
  background: linear-gradient(135deg, #47565f 0%, #5b625a 15%, #947461 38%, #f98056 70%, #f7ec86 100%);
}
.panel .gradient.pixy-dust {
  /* Old browsers */
  background: #95b3bf;
  /* FF3.6+ */
  background: -moz-linear-gradient(-45deg, #95b3bf 0%, #c6cdd3 35%, #e5d8d9 64%, #f1e1d9 85%, #f3e1cd 100%);
  /* Chrome,Safari4+ */
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #95b3bf), color-stop(35%, #c6cdd3), color-stop(64%, #e5d8d9), color-stop(85%, #f1e1d9), color-stop(100%, #f3e1cd));
  /* Chrome10+,Safari5.1+ */
  background: -webkit-linear-gradient(-45deg, #95b3bf 0%, #c6cdd3 35%, #e5d8d9 64%, #f1e1d9 85%, #f3e1cd 100%);
  /* Opera 11.10+ */
  background: -o-linear-gradient(-45deg, #95b3bf 0%, #c6cdd3 35%, #e5d8d9 64%, #f1e1d9 85%, #f3e1cd 100%);
  /* IE10+ */
  background: -ms-linear-gradient(-45deg, #95b3bf 0%, #c6cdd3 35%, #e5d8d9 64%, #f1e1d9 85%, #f3e1cd 100%);
  /* W3C */
  background: linear-gradient(135deg, #95b3bf 0%, #c6cdd3 35%, #e5d8d9 64%, #f1e1d9 85%, #f3e1cd 100%);
}
.panel .gradient.baseball-field {
  /* Old browsers */
  background: #4c86ab;
  /* FF3.6+ */
  background: -moz-linear-gradient(-45deg, #4c86ab 0%, #95a5bc 39%, #bfcdc9 70%, #dcd6c9 91%, #edd9c7 100%);
  /* Chrome,Safari4+ */
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #4c86ab), color-stop(39%, #95a5bc), color-stop(70%, #bfcdc9), color-stop(91%, #dcd6c9), color-stop(100%, #edd9c7));
  /* Chrome10+,Safari5.1+ */
  background: -webkit-linear-gradient(-45deg, #4c86ab 0%, #95a5bc 39%, #bfcdc9 70%, #dcd6c9 91%, #edd9c7 100%);
  /* Opera 11.10+ */
  background: -o-linear-gradient(-45deg, #4c86ab 0%, #95a5bc 39%, #bfcdc9 70%, #dcd6c9 91%, #edd9c7 100%);
  /* IE10+ */
  background: -ms-linear-gradient(-45deg, #4c86ab 0%, #95a5bc 39%, #bfcdc9 70%, #dcd6c9 91%, #edd9c7 100%);
  /* W3C */
  background: linear-gradient(135deg, #4c86ab 0%, #95a5bc 39%, #bfcdc9 70%, #dcd6c9 91%, #edd9c7 100%);
}
.panel .gradient.miami-strip {
  /* Old browsers */
  background: #0f124a;
  /* FF3.6+ */
  background: -moz-linear-gradient(-45deg, #0f124a 0%, #1b2360 16%, #515b80 42%, #758391 58%, #e5e3b0 100%);
  /* Chrome,Safari4+ */
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #0f124a), color-stop(16%, #1b2360), color-stop(42%, #515b80), color-stop(58%, #758391), color-stop(100%, #e5e3b0));
  /* Chrome10+,Safari5.1+ */
  background: -webkit-linear-gradient(-45deg, #0f124a 0%, #1b2360 16%, #515b80 42%, #758391 58%, #e5e3b0 100%);
  /* Opera 11.10+ */
  background: -o-linear-gradient(-45deg, #0f124a 0%, #1b2360 16%, #515b80 42%, #758391 58%, #e5e3b0 100%);
  /* IE10+ */
  background: -ms-linear-gradient(-45deg, #0f124a 0%, #1b2360 16%, #515b80 42%, #758391 58%, #e5e3b0 100%);
  /* W3C */
  background: linear-gradient(135deg, #0f124a 0%, #1b2360 16%, #515b80 42%, #758391 58%, #e5e3b0 100%);
}
.panel .gradient.mountain-time {
  /* Old browsers */
  background: #889db6;
  /* FF3.6+ */
  background: -moz-linear-gradient(-45deg, #889db6 0%, #a5b8ce 20%, #c1cfdd 42%, #dee1e4 81%, #d5d1cf 100%);
  /* Chrome,Safari4+ */
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #889db6), color-stop(20%, #a5b8ce), color-stop(42%, #c1cfdd), color-stop(81%, #dee1e4), color-stop(100%, #d5d1cf));
  /* Chrome10+,Safari5.1+ */
  background: -webkit-linear-gradient(-45deg, #889db6 0%, #a5b8ce 20%, #c1cfdd 42%, #dee1e4 81%, #d5d1cf 100%);
  /* Opera 11.10+ */
  background: -o-linear-gradient(-45deg, #889db6 0%, #a5b8ce 20%, #c1cfdd 42%, #dee1e4 81%, #d5d1cf 100%);
  /* IE10+ */
  background: -ms-linear-gradient(-45deg, #889db6 0%, #a5b8ce 20%, #c1cfdd 42%, #dee1e4 81%, #d5d1cf 100%);
  /* W3C */
  background: linear-gradient(135deg, #889db6 0%, #a5b8ce 20%, #c1cfdd 42%, #dee1e4 81%, #d5d1cf 100%);
}
.panel .gradient.candy-day {
  /* Old browsers */
  background: #74bddb;
  /* FF3.6+ */
  background: -moz-linear-gradient(-45deg, #74bddb 0%, #a8d1eb 32%, #cddbf5 56%, #e4e6fb 73%, #f6f4f8 100%);
  /* Chrome,Safari4+ */
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #74bddb), color-stop(32%, #a8d1eb), color-stop(56%, #cddbf5), color-stop(73%, #e4e6fb), color-stop(100%, #f6f4f8));
  /* Chrome10+,Safari5.1+ */
  background: -webkit-linear-gradient(-45deg, #74bddb 0%, #a8d1eb 32%, #cddbf5 56%, #e4e6fb 73%, #f6f4f8 100%);
  /* Opera 11.10+ */
  background: -o-linear-gradient(-45deg, #74bddb 0%, #a8d1eb 32%, #cddbf5 56%, #e4e6fb 73%, #f6f4f8 100%);
  /* IE10+ */
  background: -ms-linear-gradient(-45deg, #74bddb 0%, #a8d1eb 32%, #cddbf5 56%, #e4e6fb 73%, #f6f4f8 100%);
  /* W3C */
  background: linear-gradient(135deg, #74bddb 0%, #a8d1eb 32%, #cddbf5 56%, #e4e6fb 73%, #f6f4f8 100%);
}
.panel .gradient.rainbow-pudding {
  /* Old browsers */
  background: #a7d3cb;
  /* FF3.6+ */
  background: -moz-linear-gradient(-45deg, #a7d3cb 0%, #bcc1c4 32%, #e5cab3 59%, #fee6c5 89%, #fdecd0 100%);
  /* Chrome,Safari4+ */
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #a7d3cb), color-stop(32%, #bcc1c4), color-stop(59%, #e5cab3), color-stop(89%, #fee6c5), color-stop(100%, #fdecd0));
  /* Chrome10+,Safari5.1+ */
  background: -webkit-linear-gradient(-45deg, #a7d3cb 0%, #bcc1c4 32%, #e5cab3 59%, #fee6c5 89%, #fdecd0 100%);
  /* Opera 11.10+ */
  background: -o-linear-gradient(-45deg, #a7d3cb 0%, #bcc1c4 32%, #e5cab3 59%, #fee6c5 89%, #fdecd0 100%);
  /* IE10+ */
  background: -ms-linear-gradient(-45deg, #a7d3cb 0%, #bcc1c4 32%, #e5cab3 59%, #fee6c5 89%, #fdecd0 100%);
  /* W3C */
  background: linear-gradient(135deg, #a7d3cb 0%, #bcc1c4 32%, #e5cab3 59%, #fee6c5 89%, #fdecd0 100%);
}
.panel .gradient.sutro {
  /* Old browsers */
  background: #325571;
  /* FF3.6+ */
  background: -moz-linear-gradient(-45deg, #325571 0%, #8e9fa4 38%, #decab2 66%, #f2d580 78%, #ffa642 100%);
  /* Chrome,Safari4+ */
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #325571), color-stop(38%, #8e9fa4), color-stop(66%, #decab2), color-stop(78%, #f2d580), color-stop(100%, #ffa642));
  /* Chrome10+,Safari5.1+ */
  background: -webkit-linear-gradient(-45deg, #325571 0%, #8e9fa4 38%, #decab2 66%, #f2d580 78%, #ffa642 100%);
  /* Opera 11.10+ */
  background: -o-linear-gradient(-45deg, #325571 0%, #8e9fa4 38%, #decab2 66%, #f2d580 78%, #ffa642 100%);
  /* IE10+ */
  background: -ms-linear-gradient(-45deg, #325571 0%, #8e9fa4 38%, #decab2 66%, #f2d580 78%, #ffa642 100%);
  /* W3C */
  background: linear-gradient(135deg, #325571 0%, #8e9fa4 38%, #decab2 66%, #f2d580 78%, #ffa642 100%);
}
.panel .gradient.berry-juice {
  /* Old browsers */
  background: #c5d4d7;
  /* FF3.6+ */
  background: -moz-linear-gradient(-45deg, #c5d4d7 6%, #d6b98d 34%, #c99262 57%, #8c5962 80%, #43577e 100%);
  /* Chrome,Safari4+ */
  background: -webkit-gradient(linear, left top, right bottom, color-stop(6%, #c5d4d7), color-stop(34%, #d6b98d), color-stop(57%, #c99262), color-stop(80%, #8c5962), color-stop(100%, #43577e));
  /* Chrome10+,Safari5.1+ */
  background: -webkit-linear-gradient(-45deg, #c5d4d7 6%, #d6b98d 34%, #c99262 57%, #8c5962 80%, #43577e 100%);
  /* Opera 11.10+ */
  background: -o-linear-gradient(-45deg, #c5d4d7 6%, #d6b98d 34%, #c99262 57%, #8c5962 80%, #43577e 100%);
  /* IE10+ */
  background: -ms-linear-gradient(-45deg, #c5d4d7 6%, #d6b98d 34%, #c99262 57%, #8c5962 80%, #43577e 100%);
  /* W3C */
  background: linear-gradient(135deg, #c5d4d7 6%, #d6b98d 34%, #c99262 57%, #8c5962 80%, #43577e 100%);
}

