/* @todo move generic modal CSS to custom.css */
#modal .modal-header { min-height: 0px; margin: 0px; padding: 0px; position: relative; border: 0;}
#modal .modal-header button.close { position: absolute; top: 10px; right: 10px; z-index: 1051; }
#modal .modal-body { padding: 0px; }
#modal .modal-body iframe { display: block; }
#modal .modal-dialog { width: 90%; max-width: 1100px; }

.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;
}

#comment-featured div.single-comment, .comment-highlight {
  border-left: solid 5px #999;
  padding-left: 20px;
}

#comments div.single-comment {
  margin-bottom: 10px;
}