.article-clean {
  color:#56585b;
  background-color:#fff;
  font-size:15px;
}

.article-clean .intro {
  font-size:16px;
  margin:0 auto 5px;
}

    .article-clean .intro h1 {
        margin-top: 6px;
        margin-bottom: 15px;
        line-height: 1.5;

    }

.article-clean .intro p {
  color:#929292;
  font-size:12px;
}

.article-clean .intro p .by {
  font-style:italic;
}

    .article-clean .intro p .date {
        text-transform: uppercase;
        padding: 4px 0 4px 10px;
        margin-left: 10px;
        border-left: 1px solid #ddd;
    }

.article-clean .intro p a {
    color: #333;
    text-transform: uppercase;
    padding-left: 3px;
}

.article-clean .intro img {
  margin-top:40px;
}

.article-clean .text p {
  margin-bottom:20px;
  line-height:1.45;
}

@media (min-width:768px) {
  .article-clean .text p {
    font-size:16px;
  }
}
.article-clean .text h1 {
    margin-top: 4px;
    margin-bottom: 20px;
}
.article-clean .text h2 {
    margin-top: 4px;
    margin-bottom: 20px;
    line-height: 1.45;
    font-size: 24px;
    font-weight: bold;
    /*color: #007638;*/
}

@media (min-width:768px) {
  .article-clean .text h2 {
    font-size:20px;
  }
}

.article-clean .text figure {
  text-align:center;
  margin-top:30px;
  margin-bottom:20px;
}

.article-clean .text figure img {
  margin-bottom:12px;
  max-width:100%;
}

div.article-clean {
    background: #fafafa;
    padding-top: 6px;
    /*padding-bottom: 30px;*/
}
div.article-clean .article-content {
    padding:12px;
}
div.article-clean .container {
    background: #ffffff;
    padding-bottom: 20px;
    max-width: 99%;
}
.business-link {
    cursor: pointer;
}
#tech-results td, #tech-results th {
    padding: 8px;
}
#tech-results th {
    border-bottom:1px solid black;
}

#tech-results td {
    /*border-bottom: 1px solid lightgray;*/
    font-size:small;
}
#tech-results tr:not(.no-hover):hover {
    background-color: #E1EEDF; /*rgba(230, 230, 230, 0.49);*/
}
#tech-results tr.business-detail:hover {
    background-color: none;
}
/*table.table-condensed tr:hover {
    background-color: none !important;
}*/
table.table-condensed td, table.table-condensed th {
    padding: 2px !important;
}
table.table-condensed td {
    border-bottom: 0 !important;
}
    table.table-condensed td[class*=tlabel] {
        font-weight:bolder;
    }

article.link-widget {
    background-color: #F8F8F8;
    border: 1px solid #E8E8E8;
}

    article.link-widget img, .imagelink-widget img {
        border-radius: 0;
    }

.article-clean .text .link-widget p {
    margin: 0 0 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
}

.imagelink-widget {
    margin: 6px 0 20px 0;
    position: relative;
    text-align: center;
    color: white;

}

    .imagelink-widget h2 {
        color: #fff !important;
    }

.centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width:100%;
}

.list-group-item-action:hover{
    background-color: #efefef;

}
.list-group-item-action a:hover {
    text-decoration: none;
    color: #f28728;
}
.list-group-item-heading {
    background-color: #007638;
    color:#fff;
}