@charset "utf-8";

table {
    width: 100%;
    border-collapse: collapse;
    border: 0px;
}

table tr td {
    padding-top: 10px;
    border-bottom: 1px solid #999;
}

table tr.lastrow td {
    border-bottom: 0px;
}


table tr td.title {
    width: 250px;
    font-weight: bold;
    vertical-align: top;
}

table tr td.title a {
    font-size: smaller;
    font-weight: normal;
}

div.card {
    width: 100%;
    height: 60px;
    display: block;
}

div.cardnoimg {
    width: 100%;
    height: 40px;
    display: block;
}

div.card img {
    float: left;
}

div.card p {
    margin: 0; padding: 0;
    margin-left: 60px;
}

div.cardnoimg p {
    margin: 0; padding: 0;
    margin-left: 60px;
}

h4 {
    margin-bottom: 5px;
}

