/* Plugin CSS */
#rlt-map, #rlt-report-map {
  min-height: 350px;
  margin: 1em 0;
  border-radius: 6px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.08);
}
#rlt-dashboard, .rlt-trip-controls, .rlt-report-controls {
  padding: 1em;
  background: #fafbfc;
  border: 1px solid #e3e8ef;
  border-radius: 5px;
  margin-bottom: 1em;
}
#rlt-device-list-items, #rlt-device-list {
  list-style: none;
  padding-left: 0;
}
#rlt-device-list-items li, #rlt-device-list li {
  margin-bottom: 0.5em;
  background: #f5f7fa;
  padding: 0.5em 1em;
  border-radius: 4px;
}
button {
  background: #2080e0;
  color: #fff;
  padding: 0.5em 1em;
  border: none;
  border-radius: 3px;
  margin: 0.5em 0;
  cursor: pointer;
  font-weight: 500;
}
button:hover {
  background: #1457b0;
}
/* TODO: plugin styles */