.player{
	margin: 0 5px;
}
.player .switch{
	-webkit-border-radius: 40px;
	border-radius: 40px;
	width: 70px;
	height: auto;
	padding: 0;
	margin: 0;
	/* border: 1px solid #ddd; */
	text-align: center !important;
	background: #3b61a7;
  display: block;
  box-sizing: border-box;
  min-height: 0;
  cursor: pointer;
}
