.svg{
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 2em;
    min-width: 2em;
}
.svg.svg_center{
    background-position: center center;
    background-size:contain;
    padding-left:0;
    display: inline-block;
}
.svg.select{
    background-size:2em;
}
.icon_image{
    width: 2em;
    height: 2em;
}
#text_condition tr:first-child td:first-child{
    visibility: hidden;
}