body{
	background-color: #333;
}

.inline-block{
	display: inline-block; 
}

/* .limit-this {
  margin: 10px;
} */

.limit-this input[type="radio"] {
  opacity: 0;
  position: fixed;
  width: 0;
}

.limit-this label {
    display: inline-block;
    background-color: transparent;
    padding: 10px 20px;
    font-family: sans-serif, Arial;
    font-size: 16px;
    border: 2px solid #fff;
    border-radius: 4px;
}

.limit-this label:hover {
  background-color: #267426;
  color: #2f0;
}

.limit-this input[type="radio"]:focus + label {
    border: 2px dashed #444;
}

.limit-this input[type="radio"]:checked + label {
    background-color: #0b6d2a;
    border-color: #4c4;
}