
#serviceCard {width: 100%; margin: 0; float: left;}
#serviceCard .machine {width: 100%; float: left; justify-content: space-between; align-items: flex-start;}
#serviceCard .machine .left {width: 45%; float: left; flex-wrap: wrap;}
#serviceCard .machine .right {width: 45%; float: left; flex-wrap: wrap;}

#serviceCard .machine .row {width: 100%; float: left; padding: 2px 10px; border-bottom: 1px solid #eaeaea;}
#serviceCard .machine .row:hover {background-color: #f7f7f7;}
#serviceCard .machine .row .name {width: 30%; float: left; font-weight: bold; font-size: 14px; text-transform: uppercase;}
#serviceCard .machine .row .value {width: 70%; float: left;}

#serviceCard .machine .row.title {margin-top: 20px; background-color: #c7dadc;}

#serviceCard .serviceTable {width: 100%; float: left; margin-top: 40px;}