@charset "UTF-8";
/* Buy */
/* line 6, ../_sass/buy.sass */
.buybox {
  margin-left: auto;
  margin-right: auto;
  zoom: 1;
  text-align: center;
}
/* line 11, ../_sass/buy.sass */
.buybox .price {
  display: block;
  font-size: 4em;
  font-weight: bold;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
  zoom: 1;
  height: 100%;
}
/* line 24, ../_sass/buy.sass */
.buybox .price .oldprice {
  text-decoration: line-through;
  font-size: 0.5em;
  line-height: 200%;
}
/* line 28, ../_sass/buy.sass */
.buybox .choosetype {
  font-size: 25px;
  font-weight: bold;
  text-align: center;
  display: block;
  padding: 20px 20px 20px 20px;
  margin-left: auto;
  margin-right: auto;
  zoom: 1;
}
/* line 37, ../_sass/buy.sass */
.buybox a {
  text-align: center;
}
/* line 39, ../_sass/buy.sass */
.buybox img, .buybox input.hovering {
  padding: 4px 4px;
}
/* line 41, ../_sass/buy.sass */
.buybox img:hover, .buybox input.hovering:hover {
  background: #d8d8d8;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -moz-transition: all 0.5s 0;
  -o-transition: all 0.5s 0;
  -webkit-transition: all 0.5s 0;
  transition: all 0.5s 0;
  -moz-box-shadow: 0px 0px 3px #aaa;
  -webkit-box-shadow: 0px 0px 3px #aaa;
  box-shadow: 0px 0px 3px #aaa;
}
/* line 50, ../_sass/buy.sass */
.buybox form .field {
  text-align: right;
  font-size: 1.1em;
  padding: 2pt;
}
/* line 54, ../_sass/buy.sass */
.buybox form .field.error {
  background: #FEE;
}
/* line 56, ../_sass/buy.sass */
.buybox form input {
  width: 30%;
  font-size: 1.1em;
  vertical-align: middle;
}
/* line 60, ../_sass/buy.sass */
.buybox form label.error {
  display: inline-block;
  width: 40%;
  text-align: left;
  border: 1px solid #FFA;
  background: #FFC;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -moz-box-shadow: 0px 0px 3px #666;
  -webkit-box-shadow: 0px 0px 3px #666;
  box-shadow: 0px 0px 3px #666;
  padding: 1pt;
  margin: 1pt;
  font-size: 0.8em;
  vertical-align: middle;
}

/* line 73, ../_sass/buy.sass */
.buyoption a {
  text-align: center;
  vertical-align: middle;
}

/* line 77, ../_sass/buy.sass */
div.ru-buy, div.hardware-buy {
  display: none;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  border: 3px solid gray;
  -moz-box-shadow: 2px 2px 15px #666;
  -webkit-box-shadow: 2px 2px 15px #666;
  box-shadow: 2px 2px 15px #666;
  max-width: 500px;
  margin: auto;
  position: absolute;
  background: white;
  padding: 5px;
}

/* line 88, ../_sass/buy.sass */
.fadeback {
  background: gray;
  opacity: 0.8;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 97, ../_sass/buy.sass */
.popupnotify {
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  border: 3px solid gray;
  -moz-box-shadow: 2px 2px 15px #666;
  -webkit-box-shadow: 2px 2px 15px #666;
  box-shadow: 2px 2px 15px #666;
  max-width: 700px;
  margin: auto;
  position: fixed;
  background: white;
  padding: 5px;
  text-align: left;
  left: 20%;
  top: 20%;
  width: 80%;
  font-size: 90%;
}

/* line 113, ../_sass/buy.sass */
.small {
  font-size: 70%;
}

/* line 116, ../_sass/buy.sass */
.buyheader {
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  background-color: #ddd;
  -moz-box-shadow: 0px 0px 6px #bbb;
  -webkit-box-shadow: 0px 0px 6px #bbb;
  box-shadow: 0px 0px 6px #bbb;
  text-align: center;
  font-size: 1.6em;
  margin: 6pt auto;
  padding: 10pt;
  cursor: pointer;
}
/* line 125, ../_sass/buy.sass */
.buyheader:hover {
  background-color: #ccc;
  -moz-transition: all 1s 0;
  -o-transition: all 1s 0;
  -webkit-transition: all 1s 0;
  transition: all 1s 0;
}
/* line 128, ../_sass/buy.sass */
.buyheader.active {
  background-color: #eee;
}

/* line 132, ../_sass/buy.sass */
.buycontainer, .buycontainer p {
  margin: 6pt 20pt;
}

/* line 135, ../_sass/buy.sass */
.right_button {
  float: right;
}

/* line 138, ../_sass/buy.sass */
.country, .partner {
  min-height: 50px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  padding-top: 10pt;
  padding-bottom: 10pt;
}
/* line 149, ../_sass/buy.sass */
.country .name, .country .site_name, .partner .name, .partner .site_name {
  font-size: 1.4em;
  font-weight: bold;
  padding: 0pt;
  margin: 4pt;
  text-align: left;
  -moz-border-radius: 14px;
  -webkit-border-radius: 14px;
  border-radius: 14px;
}
/* line 160, ../_sass/buy.sass */
.country .site_data, .partner .site_data {
  width: 90%;
  margin: auto;
}
/* line 164, ../_sass/buy.sass */
.country .site_data .price, .partner .site_data .price {
  font-size: 1.2em;
  font-weight: bold;
  text-align: center;
}

/* line 169, ../_sass/buy.sass */
.hardware-buy form label {
  width: 200px;
  display: inline-block;
}
/* line 172, ../_sass/buy.sass */
.hardware-buy form input {
  width: 300px;
}
/* line 174, ../_sass/buy.sass */
.hardware-buy form input[type^=submit] {
  width: 200px;
}

/* line 179, ../_sass/buy.sass */
.product_chooser .product {
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2RkZGRkZCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #dddddd));
  background-image: -moz-linear-gradient(#ffffff, #dddddd);
  background-image: -webkit-linear-gradient(#ffffff, #dddddd);
  background-image: linear-gradient(#ffffff, #dddddd);
  background-color: #ddd;
  border: 1px solid #CCC;
  text-align: center;
  font-size: 1.3em;
  margin: 6pt auto;
  padding: 5pt;
  cursor: pointer;
  min-width: 130pt;
  display: inline-block;
}
/* line 192, ../_sass/buy.sass */
.product_chooser .product:hover {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VlZWVlZSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2NjY2NjYyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #eeeeee), color-stop(100%, #cccccc));
  background-image: -moz-linear-gradient(#eeeeee, #cccccc);
  background-image: -webkit-linear-gradient(#eeeeee, #cccccc);
  background-image: linear-gradient(#eeeeee, #cccccc);
  -moz-transition: all 1s 0;
  -o-transition: all 1s 0;
  -webkit-transition: all 1s 0;
  transition: all 1s 0;
}
/* line 195, ../_sass/buy.sass */
.product_chooser .product.active {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2JiYmJiYiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2VlZWVlZSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #bbbbbb), color-stop(100%, #eeeeee));
  background-image: -moz-linear-gradient(#bbbbbb, #eeeeee);
  background-image: -webkit-linear-gradient(#bbbbbb, #eeeeee);
  background-image: linear-gradient(#bbbbbb, #eeeeee);
}
/* line 197, ../_sass/buy.sass */
.product_chooser .product.selected {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzY2NjY2NiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2NjY2NjYyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #666666), color-stop(100%, #cccccc));
  background-image: -moz-linear-gradient(#666666, #cccccc);
  background-image: -webkit-linear-gradient(#666666, #cccccc);
  background-image: linear-gradient(#666666, #cccccc);
}
/* line 199, ../_sass/buy.sass */
.product_chooser .product.disabled {
  color: #888;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RkZGRkZCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #dddddd), color-stop(100%, #ffffff));
  background-image: -moz-linear-gradient(#dddddd, #ffffff);
  background-image: -webkit-linear-gradient(#dddddd, #ffffff);
  background-image: linear-gradient(#dddddd, #ffffff);
}

/* Commonx */
/* Global reset */
/* line 9, ../_sass/screen.sass */
* {
  margin: 0;
  padding: 0;
  font-variant: normal;
  font-family: Palatino, Georgia, serif;
}

/* line 15, ../_sass/screen.sass */
body {
  background-color: #fff;
  background-repeat: no-repeat;
  text-align: center;
  padding: 8px 0px;
  margin: 0px;
  position: relative;
  z-index: 0;
}

/* line 24, ../_sass/screen.sass */
.background-fixed, .background-random {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
}

/* line 32, ../_sass/screen.sass */
.background-fixed img, .background-random img {
  top: 0;
  left: 0;
  position: fixed;
  width: 100%;
  min-width: 960px;
}

/* line 39, ../_sass/screen.sass */
p, div {
  font-size: 12pt;
}

/* line 42, ../_sass/screen.sass */
h1 {
  line-height: 110%;
  font-size: 1.4em;
  font-family: Palatino, georgia, serif;
  margin-top: 10pt;
  margin-bottom: 10pt;
}
/* line 48, ../_sass/screen.sass */
h1 a {
  color: #000;
}
/* line 50, ../_sass/screen.sass */
h1 a:visited {
  color: #000;
}

/* line 53, ../_sass/screen.sass */
h2 {
  font-size: 1.2em;
}
/* line 55, ../_sass/screen.sass */
h2 a.para {
  font-size: 0.9em;
  border: none;
  text-decoration: none;
  background: none !important;
  position: absolute;
  margin-left: 5pt;
  display: none;
}

/* line 64, ../_sass/screen.sass */
h3 {
  font-size: 1.1em;
}

/* line 67, ../_sass/screen.sass */
h3, h4, h5, h6 {
  font-size: 100%;
}

/* line 70, ../_sass/screen.sass */
h2, h3, h4, h5 {
  margin: 0.5em 0 0.8em 0;
}

/* line 73, ../_sass/screen.sass */
p {
  margin: 0.3em 0;
}

/* line 76, ../_sass/screen.sass */
ul, ol {
  margin: 0.7em 2em;
}

/* line 79, ../_sass/screen.sass */
li {
  margin: 0em 0em;
}

/* line 82, ../_sass/screen.sass */
a {
  color: #002;
  border: dotted 1px #999;
  text-decoration: none;
}
/* line 86, ../_sass/screen.sass */
a:visited {
  color: #224;
}
/* line 88, ../_sass/screen.sass */
a:hover {
  color: #444;
  border: dotted 1px #333;
  text-decoration: none;
  background: #EEE;
}
/* line 93, ../_sass/screen.sass */
a:hover img {
  border: none;
}
/* line 95, ../_sass/screen.sass */
a img {
  border: none;
}

/* line 99, ../_sass/screen.sass */
#at_hover a, .addthis_toolbox a {
  border: none;
}

/* line 102, ../_sass/screen.sass */
a.noborder, input.noborder {
  border: none;
  background: none;
}
/* line 105, ../_sass/screen.sass */
a.noborder:hover, input.noborder:hover {
  border: none;
  background: none;
}

/* line 109, ../_sass/screen.sass */
a.download, input.download {
  color: #000;
  font-size: 1.2em;
  font-weight: bold;
  padding: 5pt 10pt 4pt 10pt;
  margin: 5pt 2pt 5pt 2pt;
  border: 1px solid #CCC;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuMCIgeDI9IjEuMCIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2NjY2NjYyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2VlZWVlZSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -webkit-gradient(linear, 0% 0%, 100% 100%, color-stop(0%, #cccccc), color-stop(100%, #eeeeee));
  background: -moz-linear-gradient(top left, #cccccc, #eeeeee);
  background: -webkit-linear-gradient(top left, #cccccc, #eeeeee);
  background: linear-gradient(to bottom right, #cccccc, #eeeeee);
  background-color: #CCC;
}
/* line 110, ../_sass/screen.sass */
a.download:hover, input.download:hover {
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuMCIgeDI9IjEuMCIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2JiYmJiYiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2RkZGRkZCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==') !important;
  background: -webkit-gradient(linear, 0% 0%, 100% 100%, color-stop(0%, #bbbbbb), color-stop(100%, #dddddd)) !important;
  background: -moz-linear-gradient(top left, #bbbbbb, #dddddd) !important;
  background: -webkit-linear-gradient(top left, #bbbbbb, #dddddd) !important;
  background: linear-gradient(to bottom right, #bbbbbb, #dddddd) !important;
  background-color: #BBB;
  color: #000;
}
/* line 124, ../_sass/screen.sass */
a.download .sub, input.download .sub {
  display: block;
  font-weight: normal;
  font-size: 0.6em;
}

/* line 132, ../_sass/screen.sass */
a.download.betabutton {
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuMCIgeDI9IjEuMCIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RkY2NjYyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2VlZWVlZSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -webkit-gradient(linear, 0% 0%, 100% 100%, color-stop(0%, #ddcccc), color-stop(100%, #eeeeee));
  background: -moz-linear-gradient(top left, #ddcccc, #eeeeee);
  background: -webkit-linear-gradient(top left, #ddcccc, #eeeeee);
  background: linear-gradient(to bottom right, #ddcccc, #eeeeee);
}

/* line 136, ../_sass/screen.sass */
.beta a.download {
  -moz-box-shadow: 2px 2px 12px #baa;
  -webkit-box-shadow: 2px 2px 12px #baa;
  box-shadow: 2px 2px 12px #baa;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuMCIgeDI9IjEuMCIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RkY2NjYyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2VlZWVlZSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -webkit-gradient(linear, 0% 0%, 100% 100%, color-stop(0%, #ddcccc), color-stop(100%, #eeeeee));
  background: -moz-linear-gradient(top left, #ddcccc, #eeeeee);
  background: -webkit-linear-gradient(top left, #ddcccc, #eeeeee);
  background: linear-gradient(to bottom right, #ddcccc, #eeeeee);
}

/* line 140, ../_sass/screen.sass */
table .beta {
  display: none;
}

/* line 142, ../_sass/screen.sass */
.betachooser {
  text-align: right;
}

/* line 147, ../_sass/screen.sass */
img.sshot {
  border: 3px solid black;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -moz-box-shadow: 0px 0px 10px #222;
  -webkit-box-shadow: 0px 0px 10px #222;
  box-shadow: 0px 0px 10px #222;
}

/* line 152, ../_sass/screen.sass */
.prelongtext {
  max-height: 200px;
  overflow-y: scroll;
  white-space: pre;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -moz-box-shadow: 0px 0px 10px #222;
  -webkit-box-shadow: 0px 0px 10px #222;
  box-shadow: 0px 0px 10px #222;
  padding: 5pt;
}

/* line 160, ../_sass/screen.sass */
.github {
  vertical-align: middle;
}

/* line 163, ../_sass/screen.sass */
table {
  font-size: inherit;
  font: 100%;
}

/* line 167, ../_sass/screen.sass */
code {
  font-family: monospace;
  font-size: 10pt;
  margin-left: 10pt;
  display: block;
}

/* line 173, ../_sass/screen.sass */
blockquote {
  margin: 10px 20px;
  font-style: italic;
}

/* line 177, ../_sass/screen.sass */
span.logo {
  font-size: 1.1em;
  font-family: serif;
}

/* line 181, ../_sass/screen.sass */
.lang {
  text-align: center;
}
/* line 183, ../_sass/screen.sass */
.lang a {
  color: #AAA;
  border: none;
}

/* Lists */
/* line 189, ../_sass/screen.sass */
div.year {
  margin-bottom: 60px;
}
/* line 191, ../_sass/screen.sass */
div.year:last-child {
  margin-bottom: 0;
}
/* line 193, ../_sass/screen.sass */
div.year h2.year {
  color: #888;
  float: left;
  margin: 0.2em 0 0 -3em;
  font-size: 250%;
}
/* line 198, ../_sass/screen.sass */
div.year h3.month, div.year h2.tag {
  margin-top: 0;
}

/* line 201, ../_sass/screen.sass */
ul.posts {
  list-style-type: none;
  margin-bottom: 2em;
}
/* line 204, ../_sass/screen.sass */
ul.posts li {
  line-height: 1.75em;
}
/* line 206, ../_sass/screen.sass */
ul.posts li strong.date {
  color: #888;
  margin-right: 5px;
}
/* line 209, ../_sass/screen.sass */
.tag ul.posts li strong.date {
  width: 6.5em;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  text-align: right;
}

/* line 214, ../_sass/screen.sass */
.platform-icons a {
  min-width: 200px;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  text-align: center;
}

/* line 219, ../_sass/screen.sass */
.platform-text {
  border: dotted 1px #633;
  background: white;
  padding: 8pt;
  min-height: 20pt;
  text-align: center;
}
/* line 225, ../_sass/screen.sass */
.platform-text div {
  font-size: 1.4em;
}

/* line 229, ../_sass/screen.sass */
.extratext {
  border: dotted 1px #633;
  padding: 0pt;
  margin: 4pt 0pt;
}

/* line 234, ../_sass/screen.sass */
a.extratext {
  margin: 0pt 2pt;
}

/* line 238, ../_sass/screen.sass */
.pp_content a {
  border: none !important;
}

/* line 241, ../_sass/screen.sass */
.pp_description {
  position: absolute;
  top: 10px;
  left: 40px;
  background: white;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  font-size: 1.4em;
  font-weight: bold;
}

/* line 250, ../_sass/screen.sass */
.pp_gallery {
  background: white;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  opacity: 0.7;
  padding: 3pt;
}

/* line 257, ../_sass/screen.sass */
.pp a {
  border: none !important;
}
/* line 259, ../_sass/screen.sass */
.pp a:hover {
  border: none !important;
}
/* line 261, ../_sass/screen.sass */
.pp a img {
  border: 1px solid black;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -moz-box-shadow: 0px 0px 2px #222;
  -webkit-box-shadow: 0px 0px 2px #222;
  box-shadow: 0px 0px 2px #222;
}
/* line 263, ../_sass/screen.sass */
.pp a img:hover {
  border: 1px solid black;
}

/* Site */
/* line 269, ../_sass/screen.sass */
#site {
  font-size: 100%;
  text-align: left;
  line-height: 1.5em;
  width: 960px;
  margin: 0 auto 2em auto;
}
/* line 276, ../_sass/screen.sass */
#site #siteheader {
  background-color: #EEEEEE;
  opacity: 0.8;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  width: 660px;
  padding: 10px 1em 0em 1em;
  text-align: center;
}
/* line 284, ../_sass/screen.sass */
#site #sidebar, #site #content {
  margin-top: 1em;
}
/* line 287, ../_sass/screen.sass */
#site #sidebar {
  background-color: white;
  opacity: 0.95;
  padding: 1em;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  float: right;
  width: 200px;
  margin-right: 1em;
  margin-bottom: 45px;
}
/* line 297, ../_sass/screen.sass */
#site #sidebar #title {
  color: #DAA520;
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 16px;
  text-align: center;
}
/* line 303, ../_sass/screen.sass */
#site #sidebar #title a {
  color: #DAA520;
}
/* line 305, ../_sass/screen.sass */
#site #sidebar #title a:hover {
  color: #000;
}
/* line 307, ../_sass/screen.sass */
#site #sidebar #search {
  font-size: 0.7em;
  margin: 2pt 3pt;
}
/* line 310, ../_sass/screen.sass */
#site #sidebar #search .text {
  width: 80px;
}
/* line 312, ../_sass/screen.sass */
#site #sidebar #media {
  margin: 3pt 2pt;
}
/* line 314, ../_sass/screen.sass */
#site #sidebar #rss {
  font-size: 0.7em;
}
/* line 316, ../_sass/screen.sass */
#site #sidebar .post {
  font-size: 0.7em;
  margin: 0.5em 0;
  line-height: 1.4em;
}
/* line 320, ../_sass/screen.sass */
#site #sidebar #pages {
  background-size: cover;
  background-image: url(/images/site-nav.png);
  background-position: -23px 0px;
}
/* line 324, ../_sass/screen.sass */
#site #sidebar .sidenav {
  margin: 0pt 3pt;
}
/* line 326, ../_sass/screen.sass */
#site #sidebar .sidenav a {
  border-style: solid;
  color: white;
  opacity: 0;
  padding: 1pt 5pt;
  font-size: 1.1em;
  height: 35px;
  width: 180px;
  display: block;
}
/* line 336, ../_sass/screen.sass */
#site #content {
  background-color: white;
  padding: 1em;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  width: 660px;
  margin-left: 0px;
}
/* line 343, ../_sass/screen.sass */
#site #footer {
  clear: both;
  margin: 80px 0 -5px 0;
  padding-top: 300px;
  font-size: 0.6em;
  font-style: italic;
}
/* line 350, ../_sass/screen.sass */
#site #footer a {
  color: #8085C1;
}

/* line 353, ../_sass/screen.sass */
.quote {
  padding-left: 50pt;
  padding-right: 50pt;
  display: none;
}
/* line 357, ../_sass/screen.sass */
.quote > p {
  font-size: 1.4em;
}
/* line 359, ../_sass/screen.sass */
.quote > p:before {
  font-size: 5em;
  display: block;
  text-align: left;
  position: relative;
  left: -55pt;
  content: "«";
}
/* line 366, ../_sass/screen.sass */
.quote > p:after {
  font-size: 5em;
  display: block;
  text-align: right;
  position: relative;
  right: -55pt;
  top: -35pt;
  content: "»";
}

/* line 376, ../_sass/screen.sass */
table.features td, table.features th {
  padding: 4pt;
  margin: 0pt;
}
/* line 379, ../_sass/screen.sass */
table.features th {
  background: #DDDDDD;
  font-size: 1.1em;
}
/* line 382, ../_sass/screen.sass */
table.features td.ref {
  cursor: pointer;
}
/* line 384, ../_sass/screen.sass */
table.features td.ref:hover {
  background: #FDC;
}
/* line 386, ../_sass/screen.sass */
table.features tr.plus {
  background: #FED;
}
/* line 388, ../_sass/screen.sass */
table.features td {
  border-bottom: 1px dashed black;
  font-size: 1em;
}
/* line 391, ../_sass/screen.sass */
table.features td.plus, table.features td.minus, table.features td.limited {
  text-align: center;
  width: 60pt;
  height: 30pt;
  font-size: 1.1em;
  font-weight: bold;
}
/* line 397, ../_sass/screen.sass */
table.features small {
  font-size: 0.5em;
  font-weight: normal;
}
/* line 400, ../_sass/screen.sass */
table.features .limited {
  color: #660;
}
/* line 402, ../_sass/screen.sass */
table.features .warn {
  color: #660;
}
/* line 404, ../_sass/screen.sass */
table.features td.plus {
  color: #060;
}
/* line 406, ../_sass/screen.sass */
table.features td.minus {
  color: #600;
}

/* line 411, ../_sass/screen.sass */
td.icon {
  text-align: center;
}

/* line 413, ../_sass/screen.sass */
td.links {
  text-align: center;
}

/* line 416, ../_sass/screen.sass */
.dseparator {
  width: 80%;
  height: 2pt;
  margin-bottom: 4pt;
  margin-left: auto;
  margin-right: auto;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  -moz-box-shadow: 2px 2px 4px #aaa;
  -webkit-box-shadow: 2px 2px 4px #aaa;
  box-shadow: 2px 2px 4px #aaa;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuMCIgeDI9IjEuMCIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2NjY2NjYyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2VlZWVlZSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -webkit-gradient(linear, 0% 0%, 100% 100%, color-stop(0%, #cccccc), color-stop(100%, #eeeeee));
  background: -moz-linear-gradient(top left, #cccccc, #eeeeee);
  background: -webkit-linear-gradient(top left, #cccccc, #eeeeee);
  background: linear-gradient(to bottom right, #cccccc, #eeeeee);
}

/* line 427, ../_sass/screen.sass */
.logo-dynamic {
  display: none;
  background: white;
  border: 2px solid black;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  padding: 2pt;
  position: absolute;
  width: 300px;
  top: -100px;
  text-align: center;
}

/* Posts */
/* line 440, ../_sass/screen.sass */
#post {
  /* standard */
}
/* line 441, ../_sass/screen.sass */
#post h1 {
  margin-bottom: 0;
}
/* line 443, ../_sass/screen.sass */
#post .subtitle {
  color: #BBB;
  margin-top: 0;
  font-size: 13px;
}
/* line 447, ../_sass/screen.sass */
#post .subtitle a {
  color: #777;
}
/* line 450, ../_sass/screen.sass */
#post .center {
  text-align: center;
}
/* line 452, ../_sass/screen.sass */
#post img.bordered {
  border: 1px solid #AAA;
}
/* line 454, ../_sass/screen.sass */
#post .updated {
  background: #FFFEEB;
  border: 1px solid #AAA;
  border-width: 1px 0;
  padding: 10px;
  margin: 20px 10px;
}
/* line 460, ../_sass/screen.sass */
#post .updated h5 {
  margin: 6px 0;
}
/* line 464, ../_sass/screen.sass */
#post pre, #post code {
  font: 12px Monaco, sans-serif;
}
/* line 466, ../_sass/screen.sass */
#post pre {
  background-color: #eef;
  border: 1px solid #ddd;
  padding: 0.4em;
  margin: 20px 10px;
  overflow-x: auto;
  /* css-3 */
  white-space: pre-wrap;
  /* Mozilla, since 1999 */
  white-space: -moz-pre-wrap;
  /* Opera 4-6 */
  white-space: -pre-wrap;
  /* Opera 7 */
  white-space: -o-pre-wrap;
  /* Internet Explorer 5.5+ */
  word-wrap: break-word;
}
/* line 482, ../_sass/screen.sass */
#post pre code {
  border: none;
}
/* line 484, ../_sass/screen.sass */
#post p.date {
  font-size: 0.8em;
  font-weight: bold;
}
/* line 487, ../_sass/screen.sass */
#post #page-navigation div {
  font-size: 0.8em;
}
/* line 489, ../_sass/screen.sass */
#post .left {
  float: left;
}
/* line 491, ../_sass/screen.sass */
#post .right {
  float: right;
}

/* Disqus comments */
/* line 496, ../_sass/screen.sass */
#disqus_thread {
  width: 550px;
  background: white;
  margin-top: 4em;
  padding: 1em 1em 1em 1em;
  border: 1px solid #ccc;
  /* More experimental CSS3 features */
  -moz-box-shadow: 2px 2px 8px #aaa;
  -webkit-box-shadow: 2px 2px 8px #aaa;
  box-shadow: 2px 2px 8px #aaa;
}

/* line 506, ../_sass/screen.sass */
#disqus_thread {
  /* .dsq-item-cp, .dsq-comment-options, li[id^=dsq-more-], .dsq-by
   *   display: none !important */
}
/* line 510, ../_sass/screen.sass */
#disqus_thread #dsq-content #dsq-comments .dsq-comment-footer {
  margin-top: 5px;
}
/* line 512, ../_sass/screen.sass */
#disqus_thread #dsq-content .dsq-item-trackback {
  margin: 0em 0px;
  padding: 0em 0px;
}

/* Google 404 suggestions */
/* line 518, ../_sass/screen.sass */
#goog-fixurl {
  margin: 25px 0 0 0;
}
/* line 520, ../_sass/screen.sass */
#goog-fixurl .content {
  width: auto;
  margin: 0;
}
/* line 523, ../_sass/screen.sass */
#goog-fixurl ul {
  list-style-type: none;
}
/* line 525, ../_sass/screen.sass */
#goog-fixurl ul li {
  margin: 15px 0;
}

/* vehicles list */
/* line 531, ../_sass/screen.sass */
.modelselects select {
  font-size: 1.4em;
}

/* line 534, ../_sass/screen.sass */
#vlist {
  margin: 10pt 2pt;
  padding: 4pt 2pt;
  border-top: 1px #888 dashed;
  border-bottom: 1px #888 dashed;
  font-size: 1.2em;
  max-height: 200px;
  overflow-y: scroll;
  clear: left;
}
/* line 543, ../_sass/screen.sass */
#vlist .comment {
  font-size: 0.8em;
  color: #888;
  margin-left: 20pt;
  margin-right: 50pt;
  display: inline-block;
}

/* line 550, ../_sass/screen.sass */
.ui-helper-hidden {
  display: none;
}

/* line 553, ../_sass/screen.sass */
#vresult div {
  clear: left;
}
/* line 555, ../_sass/screen.sass */
#vresult div:before {
  width: 50px;
  height: 50px;
  -moz-border-radius: 22px;
  -webkit-border-radius: 22px;
  border-radius: 22px;
  content: " ";
  display: block;
  float: left;
  margin: 10px;
}

/* line 564, ../_sass/screen.sass */
#vresult-warnold:before, #vresult-warndiesel:before, #vresult-warnjdm:before {
  -moz-box-shadow: 0px 0px 12px #CC4;
  -webkit-box-shadow: 0px 0px 12px #CC4;
  box-shadow: 0px 0px 12px #CC4;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuMCIgeDI9IjEuMCIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2NjY2M0NCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZhYSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -webkit-gradient(linear, 0% 0%, 100% 100%, color-stop(0%, #cccc44), color-stop(100%, #ffffaa));
  background: -moz-linear-gradient(top left, #cccc44, #ffffaa);
  background: -webkit-linear-gradient(top left, #cccc44, #ffffaa);
  background: linear-gradient(to bottom right, #cccc44, #ffffaa);
}

/* line 568, ../_sass/screen.sass */
#vresult-info:before, #vresult-ok:before {
  -moz-box-shadow: 0px 0px 12px #4C4;
  -webkit-box-shadow: 0px 0px 12px #4C4;
  box-shadow: 0px 0px 12px #4C4;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuMCIgeDI9IjEuMCIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQ0Y2M0NCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2FhZmZhYSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -webkit-gradient(linear, 0% 0%, 100% 100%, color-stop(0%, #44cc44), color-stop(100%, #aaffaa));
  background: -moz-linear-gradient(top left, #44cc44, #aaffaa);
  background: -webkit-linear-gradient(top left, #44cc44, #aaffaa);
  background: linear-gradient(to bottom right, #44cc44, #aaffaa);
}

/* line 572, ../_sass/screen.sass */
#vresult-warnasia:before, #vresult-badyear:before {
  -moz-box-shadow: 0px 0px 12px #C64;
  -webkit-box-shadow: 0px 0px 12px #C64;
  box-shadow: 0px 0px 12px #C64;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuMCIgeDI9IjEuMCIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2NjNjY0NCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmYWFhYSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -webkit-gradient(linear, 0% 0%, 100% 100%, color-stop(0%, #cc6644), color-stop(100%, #ffaaaa));
  background: -moz-linear-gradient(top left, #cc6644, #ffaaaa);
  background: -webkit-linear-gradient(top left, #cc6644, #ffaaaa);
  background: linear-gradient(to bottom right, #cc6644, #ffaaaa);
}

/* line 576, ../_sass/screen.sass */
.profiled {
  display: inline-block;
  width: 20px;
  height: 20px;
  text-align: center;
  vertical-align: top;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
/* line 583, ../_sass/screen.sass */
.profiled:before {
  content: "P";
  color: black;
  display: block;
  margin: 1px;
  -moz-box-shadow: 0px 0px 3px #4C4;
  -webkit-box-shadow: 0px 0px 3px #4C4;
  box-shadow: 0px 0px 3px #4C4;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuMCIgeDI9IjEuMCIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQ0ODg0NCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzY2Y2M2NiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -webkit-gradient(linear, 0% 0%, 100% 100%, color-stop(0%, #448844), color-stop(100%, #66cc66));
  background: -moz-linear-gradient(top left, #448844, #66cc66);
  background: -webkit-linear-gradient(top left, #448844, #66cc66);
  background: linear-gradient(to bottom right, #448844, #66cc66);
}
