options.csson commit fix bug where settings did not save in edit mode due to textbox replacing title (e32738a)
   1body {
   2  padding-left: 65px;
   3  padding-right: 65px;
   4}
   5
   6button {
   7  float: right;
   8  width: 65px;
   9}
  10
  11table {
  12  text-align: right;
  13}