/* Custom Stylesheet */
/**
 * Use this file to override Materialize files so you can update
 * the core Materialize files in the future
 *
 * Made By MaterializeCSS.com
 */

.icon-block {
  padding: 0 15px;
}
.icon-block .material-icons {
	font-size: inherit;
}

#google_button {
  display: inline-block;
  background: white;
  color: #444;
  width: 190px;
  border-radius: 0px;
  border: thin solid #888;
  white-space: nowrap;
  vertical-align: middle;
}
#google_button:hover {
  cursor: pointer;
}
span.google_button_label {
  font-family: serif;
  font-weight: normal;
  vertical-align: middle;
}
span.google_button_icon {
  background: url('https://developers-dot-devsite-v2-prod.appspot.com/identity/sign-in/g-normal.png') transparent 5px 50% no-repeat;
  display: inline-block;
  vertical-align: middle;
  width: 42px;
  height: 36px;
}
span.google_button_text {
  display: inline-block;
  vertical-align: middle;
  padding-left: 0px;
  padding-right: 42px;
  font-size: 14px;
  /* Use the Roboto font that is loaded in the <head> */
}
