﻿#Yard_TB th:nth-child(1) input {
    border-radius: 10px 0 0 0;
}

#Yard_TB th:nth-child(2) input {
    border-radius: 0 10px 0 0;
}
#Yard_TB th:nth-child(1) {
    border-radius: 10px 0 0 0;
}
#Yard_TB th:last-child {
    border-radius: 0 10px 0 0;
}
#Yard_TB td {
    padding: 8px !important;
}

#Yard_TB th {
    padding: 10px;
    color: #fff;
    font-size: 12px;
}

table {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

    table td {
        border-bottom: 1px solid #eee;
        border-right: 1px solid #eee;
        border-left: 1px solid #eee;
    }

    table th {
        padding: 10px;
        color: #fff;
        font-size: 12px;
    }