/*From https://stackoverflow.com/questions/17541614/use-images-instead-of-radio-buttons */

[name^=rb2] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}
/* IMAGE STYLES */
[name^=rb2] + img {
    cursor: pointer;
}
/* CHECKED STYLES */
[name^=rb2]:checked + img {
    /* outline: 3px solid Green; */
    border-width: 0;
    background: #50C878;
    /*border-radius: 50%; */
    width: 19px;
    height: 19px; 
}
[name=cbCommit] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}
[name=cbCommit] + img {
    cursor: pointer;
}

.rb1 {
    height: 18px;
}

.costs {
    width: 260px;
    height: 230px;
    font-size: 9pt;
}
.costs-header {
  display: flex;
  align-items: center;
}
.costlocation0 {
    border-width: 0;    
    width : 20px;
    height : 20px;
    vertical-align: middle;    
}
.costlocationX {
    border-width: 0;
    width : 18px;
    height : 18px;
    vertical-align: middle;  
}
.costlocationPre {
    border-width: 0;    
    width : 46px;
    height : 18px;
    vertical-align: middle;  
}