﻿@import url("productList.css");

#toggleTest{
    margin-bottom:10px;
    font-weight:bold;
    color:#414e68;
}
#toggleTest label{
    margin-left:5px;
}

.add-product-button.auto-style {
    float: right;
    margin-right: 25px;
    padding: 0px 5px;
}

    .add-product-kit-list li:hover {
        background-color: #ffb76b;
    }

#contentPane h5.tableHead {
    font-weight: bold!important;
}
