﻿h6 {
    font-weight: bold;
}

.bold-span {
    font-weight: bold;
    font-size: 15px;
}

#box {
    border-radius: 2px;
    border: 2px solid black;
    padding: 60px;
    width: 100%;
    min-height: 300px;
}

.muvafakatnameTable {
    margin-top: 60px;
    margin-bottom: 60px;
}

table,
td,
th {
    text-align: left;
}

table {
    border-collapse: collapse;
    width: 100%;
}

th {
    width: 150px;
}

th,
td {
    padding: 15px;
}

.table-span-right {
    float: right;
}

#print-contianer-box {
    margin: 50px auto;
    display: block;
    cursor: pointer;
    max-width: 485px;
    border: none !important;
    padding: 12px 45px 15px 45px;
    border-radius: 28px;
    background-image: linear-gradient(90deg, rgba(244,181,63,1) 20%, rgba(235,85,40,1) 80%);
    font-family: 'Santral-Regular';
    font-size: 16px;
    letter-spacing: normal;
    text-align: center;
    color: white;
}

    #print-contianer-box:hover {
        transform: scale(1.07);
    }



