.uc-ws
{
    padding: 5px 10px;
    font-weight: 700;
}
.uc-ws p
{
    padding: 10px 0 0 8px;
}
.uc-ws table
{
    margin-bottom: 0px;
}
.uc-ws tr:hover
{
    text-decoration: underline;
    cursor: pointer;
}
.uc-ws tr td
{
    color: #337ab7;
}
.uc-ws tr:first-child td
{
    border-top: none !important;
}

.technology-borrow span:hover {
cursor:pointer;
}

.technology-borrow span {
    margin:0;
    padding: 0;
    /*color:red;*/
    color:#000; 
    font-weight:bold;
}
.technology-title span {
    /*background: transparent url("../img/info-icon-23835.png") no-repeat center center;*/
}
.toggle-btn-default {
    border: 1px solid #2e6da4;
    border-radius: 3px;
    color: white;
    padding: 5px 6px;
    margin: 0px;
    background: #0368b0;
    background: #337ab7;
    border-color: #2e6da4;
}
.toggle-btn-default:hover {
    cursor:pointer;
    color: white;
}
/*
.technology-title span:after {
    content: "<h1>6 Businesses Found <span class='headingDetail'>(view all)</span></h1>";
    content: '<a href="device-information" style="background: transparent url(../img/info-icon-23835.png) no-repeat center center;"></a>';
   
    width: 15px;
    height: 15px;
    display: inline-block;
    overflow: hidden;
    position: relative;
    margin-left: 10px;
    background: transparent url(../img/info-icon-23835.png) no-repeat center center;
    background-size: contain;
    top: 1px;
    
}
.technology-title span {
    color: green;
}
*/