﻿/*
 * foodon 2017 - Google Sign-In custom button
 */
#btnGoogleLogin {
	display: inline-block;
	background: white;
	color: #444;
	border-radius: 5px;
	border: thin solid #888;
	box-shadow: 1px 1px 1px grey;
	white-space: nowrap;
}
#btnGoogleLogin:hover {
	cursor: pointer;
}
span.icon {
	background: url('../images/g-normal.png') transparent 5px 50% no-repeat;
	display: inline-block;
	vertical-align: middle;
	width: 42px;
	height: 42px;
}
span.buttonText {
	display: inline-block;
	vertical-align: middle;
	padding-left: 4px;
	padding-right: 18px;
	font-size: 14px;
	font-weight: bold;
	font-family: 'Roboto', sans-serif;
}