div.writings {
  display : table;
}

div.writings  > select {
  float : right;
}

div.writings  > select:not(:first-of-type) {
  clear : both;
}