@import url(https://fonts.googleapis.com/css?family=Lato:400,700,900);

.service-v2-table {
    border-collapse: collapse;
    display: table;
    width: 300px;
    margin: 0 auto;
    position: relative;
}

.service-v2-title-row, .service-v2-row {
    display: table-row;
    width: 100%;
}

.service-v2-row.spandummy {
    border-color: transparent;
}

.service-v2-row {
    min-height: 48px;
    background-color: #222a35;
}

.service-v2-table .service-v2-row:hover {
    background-color: lightslategray;
}

.service-v2-title {
    position: absolute;
    left: -2px;
    top: -2px;
    display: table-cell;
    width: 100%;
    text-align: center;
    font-family: Lato;
    color: white;
    font-size: 18px;
    font-weight: 900;
    background-color: #008935;
    border: 4px solid #008935;
    padding: 2px;
    white-space: nowrap;
    min-height: 48px;
    line-height: 34px;
}

.service-v2-col {
    display: table-cell;
    padding: 2px;
    vertical-align: middle;
    text-align: center;
    color: #ffffff;
    font-size: 18px;
    border: 4px solid black;
    font-weight: bold;
}

.service-v2-title-row .service-v2-col {
    padding-top: 8px;
}

.service-v2-product-col {
    width: 40%;
    text-transform: uppercase;
}

.service-v2-return-col {
    width: 60%;
}

.service-v2-return-text {
    color: #61c567;
}

.service-v2-opt-type-text {
    text-transform: lowercase;
}
