h1,h2,h3, h4,h5,h6{
    margin: 20px 0 20px 0;
}

.short-data {
    display: flex;
    flex-wrap: wrap;
}

.box {
    border:2px solid black;
    padding:5px;
    margin: 0 10px 10px 0;
    width: 24%;
    word-wrap: break-word;
    overflow: hidden;
    height: 250px;
    position: relative;
}

.box-row.product-img img{
    height: 100px;
    width: auto;
}

.box-row a {
    text-align: center;
    display: block;
}

.box-row.logo {
  width: 100%;
}

.box-row.product-title {
  max-height: 50px;
  overflow: hidden;
}

.box-row.product-price {
    position: absolute;
    top:0;
    background-color: black;
    color: white;
}

/* classes fpr the show/hide button*/
button .show {
 display: block;
}
button .hide {
 display: none;
}
.box-max {
 height: auto;
}

.box ul {
    list-style: none;
    margin:0;
    padding: 0;
}

li.box-row {
    border-top: 1px solid black;
    padding: 2px 0 2px 0;
}


.box-row.alt-img img {
    border: 2px solid red;
}


.table-smalltext {

}

.table td.active {
    background-color: rgba(50, 255, 1, 0.27);
}


/* logfile */
.awin-logfile-display {
    white-space: pre-line;
}

/*fgeeds tables */


.table-programs-feeds {

}

/* hide not useful by default*/
.table-programs-feeds .advertiser_id,
.table-programs-feeds .primary_region,
.table-programs-feeds .feed_id,
.table-programs-feeds .language,
.table-programs-feeds .vertical
{
    display: none;
}


div.short-data.filter-removed {
    background-color: rgba(255, 56, 0, 0.24);
}


.sidebar .nav-link.works .feather{
        color: green;
}

