diff --git a/index.html b/index.html
index 7cb3d2767..f99ce4855 100755
--- a/index.html
+++ b/index.html
@@ -774,6 +774,18 @@
width: 500px;
}
+ .row {
+ display: table;
+ padding: 10px;
+ width: 100%;
+ }
+
+ .cell {
+ width: 8%;
+ display: table-cell;
+ height: 75px;
+ }
+
@media (max-width: 768px){
.foot-form-cont{
width:400px;
@@ -781,6 +793,11 @@
.foot-form-title{
width: auto;
}
+
+ .cell {
+ width: 100%;
+ display: block;
+ }
}
@media (max-width: 480px){
@@ -792,6 +809,7 @@