body {

}
/* a {
	  color: White;
	}
	*/

.v4ivx {
  background-color: inherit;
  border: 1px solid #f8f9fa;
  border-radius: 4px;
  color: #3c4043;
  cursor: pointer;
/*   font-family: arial,sans-serif; */
  font-size: 14px;
  height: 36px;
  line-height: 27px;
  min-width: auto;
  padding: 0 16px;
  text-align: center;
  user-select: none;
  -webkit-user-select: none;
/*   touch-action: manipulation; */
  white-space: pre;
  margin-bottom: 8px;
  margin-right: 5px;
}

.v4ivx:hover {
  border-color: #dadce0;
/*   box-shadow: rgba(0, 0, 0, .1) 0 1px 1px; */
/*   color: #202124; */
}

.v4ivx:focus {
  border-color: #4285f4;
  outline: none;
}


@media screen and (prefers-color-scheme: dark) {
body {
}

.v4ivx {
  background-color: inherit;
  border: 1px solid #303134;
  color: #e7eaed;
}

.v4ivx:hover {
  border-color: #5f6369;
}

.v4ivx:focus {
  border-color: #green;
  outline: none;
}

  }
