#mapDiv {
  width:  100%;
  height: 260px
}

.new-report {
  font-size:     1.1rem;
  padding:       15px;
  border-bottom: 1px solid #CCCCCC;
  text-align:    center;
}

.actions {
  font-size:  1.5rem;
  padding:    15px;
  text-align: center;
}

.actions a {
  font-size:  1.5rem;

  width:     100%
}
/*---- draft-item ----*/

.occurrence-item.draft-item > .action-wrapper .index {
  color: #1d479b
}

