    
/*.groupHeaderRow {
    
    font-family: "Roboto Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
    background-color: #333;
    color: #fff;
    border: 0;
    font-size: 2rem;
    font-weight: bold;
}*/

.grandTotalRow {
    font-size: 135%;
    font-weight: bold;
    color: #c60751;
}

select {
   
    display:inline;
}
 
/*.r {
    background-color: red;
}*/

.row {
    margin-bottom: 0;
    /*border-top: 1px solid #ddd;
    border-top: 1px solid rgba(86,61,124,.2);*/
}

[class*="col-"] {
    /*padding: 10px;*/
    vertical-align: middle;
}

/*.tma-content {
    margin-top: -52px;
}*/

@media (min-width: 992px) {
    .tma-content {
        margin-top: -82px;
    }
}

#calculator .row {
    border-bottom: 2px;
    border-bottom-color: #ddd;
    border-bottom-style: solid;
}

div[id^="itemDetail"] {
    font-style:italic;
    font-weight:bold;
}

.tma-info-button {
    background-color: #fff;
    border-style: none;
}

.tma-info-image {
    width: 20px;
    vertical-align: top;
    margin: -3px; 
    padding: 0px;
}

.GridviewStyle tr th, .table tr th, .tma-headerRow {
    background-color: #658ed4;
}