.overviewDescr table tr td{
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: var(--color-body);
    padding: 10px 12px;
	vertical-align: middle;
}
.overviewDescr table tr th{
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: var(--color-body);
}
.overviewDescr .table-responsive{
    border-radius: 8px;
    border-width: 1px;
    border-style: solid;
    border-color: var(--color-table-border);
	 margin-bottom: 20px;
}
.overviewDescr table{
    margin-bottom: 0px;
    border-width: 1px;
    border-style: solid;
    border-color: var(--color-table-border);

}
.overviewDescr table thead tr, .overviewDescr table tbody tr:first-child{
    background: rgba(39, 132, 241, 0.12);
    border-width: 1px 0px 0px 0;
    border-style: solid;
    border-color: var(--color-table-border);
    border-top: 0;
}
.overviewDescr table thead tr th:first-child, .overviewDescr table tbody tr:first-child th:first-child{
    text-align: center;
    vertical-align: middle;
/*    border-width: 0 1px 0 0;*/
}
.overviewDescr table thead tr th, .overviewDescr table tbody tr:first-child th{
    border-width: 0 1px 0 0;
}
.overviewDescr table thead tr th:last-child, .overviewDescr table tbody tr:first-child th:last-child{
    border-width: 0;
}
.overviewDescr table tbody tr td:last-child{
    border-width: 0;
}
.overviewDescr table tr th{
    padding: 10px 12px;
}
.overviewDescr table>tbody{
    border-width: 0;
}
.overviewDescr table tbody tr{
    background: rgba(255, 255, 255, 0.002);
    border-width: 1px 0px 0px 0;
    border-style: solid;
    border-color: var(--color-table-border);
}
.overviewDescr table tbody tr th{
    padding: 10px 12px;
    vertical-align: middle;
    border-width: 0;
}
.overviewDescr table tbody tr td:nth-child(2){
    background: rgba(39, 132, 241, 0.03);
    font-weight: 600;
}
.overviewDescr table thead tr th:nth-child(2),
.overviewDescr table tbody tr td:nth-child(2),
.overviewDescr table tbody tr:first-child th:nth-child(2){
    width: 252px;
}
.overviewDescr table thead tr th:last-child,
.overviewDescr table tbody tr td:last-child,
.overviewDescr table tbody tr:first-child th:last-child{
    width: 120px;
}

.overviewDescr table>:not(caption)>*>* {
    border-width: 0 1px;
}

img.border_radius{
    border-radius: 8px;
}

@media (max-width: 767px) {
    .overviewDescr table thead tr th:nth-child(2), .overviewDescr table tbody tr td:nth-child(2),
	.overviewDescr table tbody tr:first-child  th:nth-child(2){
        width: 240px;
    }
    .overviewDescr table{
        min-width: 767px;
    }
}