diff --git a/_less/screen.less b/_less/screen.less
index 57a0115f..97f650d9 100644
--- a/_less/screen.less
+++ b/_less/screen.less
@@ -788,6 +788,30 @@ li p{
.previewrow .walletwarning>div>h2:first-child+span+p+p a:hover{
background-image:none;
}
+.previewrow .walletinfo>div:first-child{
+ background:url(/img/bubbleinfotop.svg) bottom center no-repeat;
+}
+.previewrow .walletinfo>div:first-child+div{
+ background:url(/img/bubbleinfomiddle.svg) bottom center repeat-y;
+}
+.previewrow .walletinfo>div:first-child+div+div{
+ background:url(/img/bubbleinfobottom.svg) bottom center no-repeat;
+}
+.previewrow .walletinfo>div>h2:first-child+span+p+p a,
+.previewrow .walletinfo>div>h2:first-child+span+p+p a:link,
+.previewrow .walletinfo>div>h2:first-child+span+p+p a:visited,
+.previewrow .walletinfo>div>h2:first-child+span+p+p a:active {
+ background-color:#ee9209;
+ background-image:linear-gradient(bottom, #e28700 14%, #ee9209 70%);
+ background-image:-o-linear-gradient(bottom, #e28700 14%, #ee9209 70%);
+ background-image:-moz-linear-gradient(bottom, #e28700 14%, #ee9209 70%);
+ background-image:-webkit-linear-gradient(bottom, #e28700 14%, #ee9209 70%);
+ background-image:-ms-linear-gradient(bottom, #e28700 14%, #ee9209 70%);
+ border:1px solid #d57700;
+}
+.previewrow .walletinfo>div>h2:first-child+span+p+p a:hover{
+ background-image:none;
+}
h1 .rssicon{
vertical-align:bottom;
diff --git a/_templates/choose-your-wallet.html b/_templates/choose-your-wallet.html
index f53ca9cb..321375e4 100755
--- a/_templates/choose-your-wallet.html
+++ b/_templates/choose-your-wallet.html
@@ -75,6 +75,8 @@ id: choose-your-wallet
Armory
+{% case page.lang %}
+{% when 'ar' or 'de' or 'es' or 'fa' or 'fr' or 'it' or 'nl' or 'pl' or 'ru' or 'tr' or 'zh_CN' or 'zh_TW' %}
@@ -88,6 +90,21 @@ id: choose-your-wallet
Electrum
+{% else %}
+
+
+

+
+{% endcase %}
@@ -104,6 +121,8 @@ id: choose-your-wallet
Bitcoin
Wallet
+{% case page.lang %}
+{% when 'ar' or 'de' or 'es' or 'fa' or 'fr' or 'it' or 'nl' or 'pl' or 'ru' or 'tr' or 'zh_CN' or 'zh_TW' %}
@@ -117,6 +136,21 @@ id: choose-your-wallet
+{% else %}
+
+
+

+
+{% endcase %}
+
+
diff --git a/img/bubbleinfobottom.png b/img/bubbleinfobottom.png
new file mode 100644
index 00000000..266b97ed
Binary files /dev/null and b/img/bubbleinfobottom.png differ
diff --git a/img/bubbleinfobottom.svg b/img/bubbleinfobottom.svg
new file mode 100644
index 00000000..08162714
--- /dev/null
+++ b/img/bubbleinfobottom.svg
@@ -0,0 +1,65 @@
+
+
+
+
diff --git a/img/bubbleinfomiddle.png b/img/bubbleinfomiddle.png
new file mode 100644
index 00000000..887ebb8d
Binary files /dev/null and b/img/bubbleinfomiddle.png differ
diff --git a/img/bubbleinfomiddle.svg b/img/bubbleinfomiddle.svg
new file mode 100644
index 00000000..a8ea6167
--- /dev/null
+++ b/img/bubbleinfomiddle.svg
@@ -0,0 +1,65 @@
+
+
+
+
diff --git a/img/bubbleinfotop.png b/img/bubbleinfotop.png
new file mode 100644
index 00000000..f0fd0f40
Binary files /dev/null and b/img/bubbleinfotop.png differ
diff --git a/img/bubbleinfotop.svg b/img/bubbleinfotop.svg
new file mode 100644
index 00000000..b684f657
--- /dev/null
+++ b/img/bubbleinfotop.svg
@@ -0,0 +1,65 @@
+
+
+
+
diff --git a/js/main.js b/js/main.js
index eaefc6b1..fb460f23 100644
--- a/js/main.js
+++ b/js/main.js
@@ -72,7 +72,7 @@ d.getElementsByTagName('P')[1].getElementsByTagName('A')[0].href=s.getElementsBy
d.getElementsByTagName('P')[1].getElementsByTagName('A')[0].onclick='';
d.className='';
//Workaround for browsers that don't handle re-rendering class styles and svg (they have backgroundImage hardcoded in HTML)
-for(var ii=0,nn=d.childNodes.length;ii