body {
  font-size:150%;
}

.alert {
  padding: 5px;
}

dl {
  margin-bottom: 0px;
}

#template-container h3 {
  display: inline;
  font-size: 1.2em;
}

#i_editNotation,
#i_addNewNotation,
#i_deleteNotation,
#i_EnglischNotation {
  margin-left:0.5em;
  font-size: 0.8em;
}

#notations_table {
  list-style-type: none;
}

li.next_not {
 cursor:pointer;
}

li.next_not:hover {
  background-color:#EBF4FA;
}

.modal-header h3 {
  margin:0;
}

#template-container {
  margin:0;
}

.gnd_nos {
  min-width: 7em;
  margin-top: 1em;
}

.add_row {
  margin-top: 1em;
}

.reg_holder {
  margin:1em;
}
.monospace {
  font-family: "Lucida Console", Courier, monospace;
}
.top-error {
position: absolute;
top:180px;
padding:40px;
}
.margin-top {
margin-top:20px;
}
.margin-bottom {
margin-bottom:15px;
}

.marked {background-color: #FFFFCC; font-weight: bold; }
.error { color:#FF0066}
.succeeded { color:#3c763d}

