div.card {
    width: 100%;
    border-radius: 4px;
    margin-bottom: 15px;
}

div.card div.card-title {
    width: 100%;
    border-bottom: 1px solid #eee;
    padding: 5px;
}

div.card div.card-title {
    font-weight: normal;
    font-size: 10pt;
}

div.card div.card-content {
    padding: 5px;
    font-size: 12pt;
    font-weight: bold;
}