.radios-as-buttons1 div {
    float: left;
}
.radios-as-buttons1 input {
    position: absolute;
    left: -9999px;
}
.radios-as-buttons1 label {
    display: block;
    margin: 5px;
    width:85px;
	height: 50px;
	font-family: Montserrat;
	font-size:14px;
	padding: 10px 20px;
    border: 1px solid #4a8ecc;
    cursor: pointer;
	border-radius: 15px;
	text-align: center;
	background: #ffffff;
	background-repeat: no-repeat; 
	background-position: center center;
}
.radios-as-buttons1 input:checked + label {
    box-shadow: inset 0 0 0 1000px rgba(93,178,255,.4);
	color: #000;
}

.radios-as-buttons2 div {
    float: left;
}
.radios-as-buttons2 input {
    position: absolute;
    left: -9999px;
}
.radios-as-buttons2 label {
    display: block;
    margin: 5px;
    width:70px;
	height: 38px;
	font-family: Montserrat;
	font-size:14px;
	padding: 10px 20px;
    border: 1px solid #4a8ecc;
    cursor: pointer;
	border-radius: 15px;
	text-align: center;
	background: #ffffff;
	background-repeat: no-repeat; 
	background-position: center center;
}
.radios-as-buttons2 input:checked + label {
    box-shadow: inset 0 0 0 1000px rgba(93,178,255,.4);
	color: #000;
}