.ta-dashboard {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px #ccc;
    max-width: 600px;
}
.ta-dashboard h3 {
    margin-bottom: 15px;
}
.ta-success {
    color: green;
    font-weight: bold;
}