.index-groups {
  position: relative;
  min-height: 500px;

  h2 {
    text-align: center;
  }

  .split-columns > * {
    padding: 20px;
  }

  .import-speech {
    right: -55px;
    top: 50px;
    position: absolute;
  }

  .email-speech {
    width: 310px;
    top: 300px;
    left: 300px;
    position: absolute;
  }
}

.new-contact-speech {
  left: 120px;
  top: 55px;
  position: absolute;
}

.edit-group-popover {
  display: none;
  position-area: bottom;
  margin: 4px 0 0;
  width: 300px;

  &:popover-open {
    display: block;
  }

  a {
    position: relative;
    top: 5px;
  }
}

.send-email-dialog {
  display: none;
  position: absolute;
  top: 17px;
  left: 0;
  margin: 0;
  width: 300px;

  &[open] {
    display: block;
  }

  input[type=submit] {
    margin-top: 20px;
    margin-bottom: 15px;
  }
}

.import-dialog {
  display: none;
  position: absolute;
  top: 17px;
  right: 0px;
  width: 360px;
}

.groups-list td a {
  font-size: 13px;
}
