div.tdcard {
    background-color: white;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    border-radius: 0.250rem;
    padding: 1.25rem;
    margin-bottom: 20px;
    align-items: center;
}

img.tdcard-img {
    max-height: 100px;
    margin-right: 30px;
}

h2.tdcard-title {
    color: #2D3748;
    font-weight: bold;
    font-size: 21px;
    margin-bottom: 10px;
}

p.tdcard-text {
    color: #2D3748;
    font-size: 17px;
}

label.tdcard-form-title {
    color: #2D3748;
    font-size: 17px;
    margin-bottom: 5px;
}

div.tdcard-form {
    background-color: white;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    border-radius: 0.250rem;
    padding: 1.25rem;
    margin-bottom: 20px;
    align-items: center;
}
