#use_image input[type="radio"]{
    /*display: none;*/
}
.use_img input[type="radio"] {
    position: absolute;
    width: 100%; /*Desired width*/
    height: 100%; /*Desired height*/
    opacity: 0;
    cursor: pointer;

}
/*.use_img input[type="radio"] + img {*/
/*    cursor: pointer;*/
/*}*/
/*.use_img input[type="radio"]:checked {*/
/*    width: 200px;*/
/*    height: 200px;*/
/*}*/
.use_img{
    list-style: none;
}
.use_img_size{
    list-style: none;
}
.gas_type_selected{
    border: 3px solid green;
}
.thumb-error{
    border: 3px solid red;
}

#gasMaps{
    height: 300px;
}

/*.use_img_size input[type="radio"] {*/
/*    position: absolute;*/
/*    width: 100%; !*Desired width*!*/
/*    height: 370px; !*Desired height*!*/
/*    opacity: 0;*/
/*    cursor: pointer;*/

/*}*/

.borderless td, .borderless th {
    border: none;
}

