.toggle-buttons input[type="radio"]{
    visibility:hidden;
}
.toggle-buttons label {
  	border: 3px solid #fff;
  	background: #000; 
  	color:#fff;
  	border-radius: 0.5em;
  	padding: 0.2em;
	margin:0 0 0px; font-size:16px;
	margin-top:0;
	font-weight:450;
}
.toggle-buttons input:checked + label {
	background-color:#6380A0;
 	 color: #fff;
  	box-shadow: none;
}




.toggle-smallbuttons input[type="radio"]{
    visibility:hidden;
	margin-top:5px;
}
.toggle-smallbuttons label {
  	border: 3px solid #333;
  	background: #ffe; 
  	color:#000;
  	border-radius: 0.5em;
  	padding: 0.1em;
	margin:0 0 0px; font-size:12px;
	margin-top:0;
/*	font-family: 'Roboto', 'sans-serif'; */
	font-weight:400;
}
.toggle-smallbuttons input:checked + label {
  	background: #ff6;
 	 color: #000;
  	box-shadow: none;
}

.toggle-smallnocheck input[type="radio"]{
    visibility:hidden;
}
.toggle-smallnocheck label {
  	border: 3px solid #333;
  	background: #ffe; 
  	color:#000;
  	border-radius: 0.5em;
  	padding: 0.1em;
	margin:0 0 0px; font-size:12px;
	margin-top:0;
/*	font-family: 'Roboto', 'sans-serif'; */
	font-weight:400;
	
}

/******************************************************************************/



	





