.tpc-wrapper{
    background:#dff4ff;
    padding:20px;
    border-radius:8px;
}

.tpc-table{
    width:100%;
    border-collapse:collapse;
}

.tpc-table th,
.tpc-table td{
    border:1px solid #ccc;
    padding:10px;
}

.tpc-table input{
    width:100%;
}

#tpc-results{
    margin-top:20px;
}
.tpc-error {
    background: #ffe5e5;
    border-left: 4px solid #d63638;
    color: #8a1f11;
    padding: 12px;
    margin-bottom: 15px;
    font-weight: bold;
}