#customBtn:hover {
	cursor: pointer;
}

#customBtn span.label {
	font-weight: bold;
}

#customBtn span.icon {
	background: url('https://google-developers.appspot.com/identity/sign-in/g-normal.png')
		transparent 0px 0px no-repeat;
	background-size: 32px 32px;
	border-radius: 50%;
	display: block;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	height: 32px;
	width: 32px;

}

#customBtn span.buttonText {
	display: inline-block;
	vertical-align: middle;
	font-size: 100%;
	font-family: 'Roboto', sans-serif;
	color: #F7DA64 !important;
}

#customBtn span.descrText {
	font-size: 100%;
}