@charset "utf-8";

label, input[type='radio'] {
    cursor: pointer;
}

#langSelBtn
{
 text-align: right;
}

#langContent input[type="radio"]
{
  display    : none;
}

#langContent label
{
  display    : inline-block;
  border     : 1px solid #ccc;
  box-shadow : 2px 2px #999;
  padding    : 2px 6px;
}

#langContent input[type="radio"]:checked + label
{
  background : #ffa64d;
}
