.gmpFullScreenBtn {
	min-width: 170px;
	height: 40px;
	padding: 8px 17px;
	margin: 10px;
	background-color: rgb(255, 255, 255);
	background-clip: padding-box;
	border-bottom-left-radius: 2px;
	border-top-left-radius: 2px;
	box-shadow: rgba(0, 0, 0, 0.298039) 0px 1px 4px -1px;
	-moz-box-shadow: rgba(0, 0, 0, 0.298039) 0px 1px 4px -1px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.298039) 0px 1px 4px -1px;
	font-family: Roboto,Arial,sans-serif;
	font-size: 18px;
	font-weight: 500;
	color: rgb(0, 0, 0);
	text-align: center;
	cursor: pointer;
	-moz-user-select: none;

}
.gmpFullScreenBtn:hover {
	background-color: rgb(235, 235, 235);
	color: rgb(0, 0, 0);
}
.gmpFullScreenBtn.gmpActive {
	font-weight: 500;
}