﻿hr {
    margin: 5px 0;
}

.item-title {
    font-weight: 600;
}

[class=sgnt] {
    margin-bottom: 10px;
}

[class=sgnt] img {
    width: 100%;
    max-width: 720px;
}

.buttons {
    margin: 35px 0;
}

.buttons .btn-link {
    margin: 25px 0 0 0;
}

.deal-details-block {
    position: relative;
    overflow: hidden;
    height: 100px;
    -webkit-transition: height 0.3s linear;
    transition: height 0.3s linear;
}

.deal-details-block:after {
    content: "...";
    display: block;
    position: absolute;
    background: #fff;
    bottom: 0;
    right: 0;
    width: 35px;
}

.deal-details-block.show-more:after {
    display: none;
}

#btn_more {
    margin: 10px 0;
}

table {
    width: 100%;
    align-content: center;
    border: 1px solid black;
    border-spacing: 30px;
}

table, th, td {
    border: 1px solid black !important;
    border-collapse: collapse !important;
}

th, td {
    text-align: center;
    padding: 15px;
}