.content-info-box {
    padding: 15px;
    margin-bottom: 20px;
}

.content-info-box h3 {
    margin: 0;
    font-family: Helvetica, sans-serif;
    border-bottom: 1px solid #dbdbdb;
    padding-bottom: 10px;
}

table {
    width: 100%;
}

table, td, th {
    border: 1px solid #e3e3e3;
    border-collapse: collapse;
    text-align: left;
}

th {
    background: #555555;
    color: white;
    font-weight: bold;
}

td, th {
    padding: 5px 8px;
}