/* radio */
.phx-component-radio-btns {
    width: 100%;
    height: 100%;
    position: relative;

    >.radio-group{
    	height: 100%;

    	>div {
	        float: left;
	        text-align: center;
	        margin: 0;
	    }

      // destroy boostrap style
      .radio input[type="radio"], .radio-inline input[type="radio"] {
        margin-left: 0;
      }

	    .radio{
	    	margin-right: @COMPONENT_RADIO_ITEM_MARGIN_RIGHT;

	    	>label {
	    		padding-right: @COMPONENT_RADIO_LABEL_PADDING_RIGHT;
	    	}
	    }
    }

}
