table.applications {
    display: none;
    width: 100%;
    margin-top: 10px;
}
table.applications th {
    width: 20%;
    padding: 2px 5px;
}
table.applications tbody tr {
    border-top: 1px solid #ddd;
}
table.applications tr:nth-child(even) {
    background-color: #f9f9f9;
}
table.applications td {
    padding: 2px 5px;
    font-size: 12px;
}

div.markname {
    margin-bottom: 5px;
    border: 1px solid #e5e5e5;
    border-radius: 2px;
}
div.markname span {
    padding: 5px;
    text-decoration: none;
    display: block;
    cursor: pointer;
    color: #08c;
}
div.markname span:hover {
    color: #005580;
}