diff --git a/assets/videoSyncInterface.html b/assets/videoSyncInterface.html
index 6b51540..b6ffa70 100644
--- a/assets/videoSyncInterface.html
+++ b/assets/videoSyncInterface.html
@@ -41,7 +41,15 @@
cursor: pointer;
}
- input[type=text],
+ input[type=text] {
+ width: 100%;
+ padding: 12px 20px;
+ margin: 8px 0;
+ display: inline-block;
+ border: 1px solid #dddddd;
+ border-radius: 4px;
+ box-sizing: border-box;
+ }
select {
width: 450px;