#table-press {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
}

#table-press th, 
#table-press td {
    padding: 35px 0px;
    text-align: left;
}

#col-link {
    width: 150px;
}

#col-tarih {
    width: 150px;
}

#table-press tr {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    transition: .3s all linear;
    vertical-align: top;
}
#table-press tr:hover{
    background:rgba(0,0,0,.05);
}

#table-press tr th{
    font-family: 'Atyp Text';
    opacity:.5;
    font-size: 18px;
    color:#000;
    font-weight: 400;
}

#table-press tr td{
    font-family: 'Atyp Text';
    opacity:1;
    font-size: 18px;
    color:#000;
    font-weight: 400;
}

#table-press tr:last-child {
    border-bottom: none;
}

.link-download {
    display: inline-flex;
    align-items: center;
    color: #000;
    text-decoration: none;
    transition: color 0.2s;
    float:right;
    gap:5px;
}

.link-download:hover {
    color: #0056b3;
}

.link-download img {
    width: 16px;
    height: 16px;
}

.logo-wrapper{
    display:grid;
    gap:10px;
    grid-template-columns: repeat(4,1fr);
}
.logo-wrapper div{
    border:1px solid rgba(0,0,0,.3);
    height:280px;
    position: relative;
}
.logo-wrapper div img{
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
    max-width: 80% !important;
}
.thumb-image{
    width:150px;
    margin-right: 30px;
}
.col-thumb{
    width:180px;
}