#toggle-press {
  margin-top: 10px;
  background-color: #0F8DCB;
  color: white;
  border: none;
  padding: 8px 12px;
  cursor: pointer;
  font-size: 14px;
  border-radius: 4px;
}

#toggle-press:hover {
  background-color: #005f8d;
}