.relative {
  position: relative; }

.popovered {
  z-index: 1000; }

.popover-content img {
  max-width: 100%;
  height: auto; }

.nette-panel {
  bottom: 100px !important;
  right: 50px !important; }
  .nette-panel .nette-DumpPanel table th {
    width: 6%; }

.backTrace {
  cursor: pointer;
  border-bottom: 1px dotted #cccccc !important;
  line-height: 10px; }

.backTrace-hover {
  display: none;
  position: absolute;
  right: 70px;
  max-width: 550px;
  box-shadow: #cccccc 0 0 4px !important; }

.backTrace-hover td:nth-child(2) {
  color: #dd2222 !important;
  font-weight: bold !important; }

.backTrace-hover td:nth-child(4) {
  color: #0d0dff !important;
  font-weight: bold !important; }
