/* @todo move generic modal CSS to custom.css */
.modal-content .row .comment {
  font-size: 1.7em;
  font-style: italic;
  font-weight: 700;
}

#spinner-container {
  background-color: rgba(0,0,0,0.5);
  height: 0;
  left: 0;
  position: fixed;
  top: 0;
  width: 0;
  z-index: 9999;
}

#user_account span, #user_account li {
  cursor: pointer;
  padding: 5px;
}

ul.dropdown-menu .user-menu-setting {
  display: none;
}