﻿.radio-select input[type=radio] {
        position: absolute;
        visibility: hidden;
        display: none;
    }

    .radio-select label {       
        display: inline-block;
        font-weight: bold; 
		padding: 0 2px;
        /*color: #000;
       padding: 5px 20px;
        border: 1px solid #ccc;
        margin: 3px;*/
    }
    .img-radio {
        max-width: 30px;
        max-height: 30px;
		border:1px solid #ccc;
    }
    .title-st{
        float:right;
        padding-left:5px
    }