Signed-off-by: Jerome Jutteau <mojo@couak.net>
    1 = Basic Style
    ========================================================================== */
 
+* {
+  -webkit-box-sizing: border-box;
+     -moz-box-sizing: border-box;
+          box-sizing: border-box;
+}
+
 body {
   background: #efebe9;
   font-family: Arial, sans-serif;
   width: 194px;
   height: 185px;
   margin: 1em auto;
-  position: relative;
-  left: 0.4em;
 }
 
 h2 {
   padding: 1.5em;
   margin: 0 auto;
   border-radius: 2px;
-  width: 20em;
+  width: 25em;
   border: 7px dashed #bcaaa4;
-  min-height: 15em;
+  min-height: 17em;
   position: relative;
 }
 
   min-height: 5em;
 }
 
-select { width: 127%; }
-
 
 
 .inner {
   text-align: center;
   font-size: 0.8em;
   color: #795548;
-  padding-left: 3em;
 }
 
 #copyright a {
 .error {
   text-align: center;
   color: #795548;
-  padding-left: 3em;
 }
 
 #upload_finished a,