h2 {
    text-align: left;
}

.message {
    color: #14B57D;
    font-size: 16px;
    margin: 16px;
}

table.exp_data {
    border: 1px solid #ccc;
    margin-bottom: 6px;
    table-collapse: collapse;
}

table.exp_data td.experience_name {
    padding-left: 30px;
}

table.exp_data th,table.exp_data td {
    border: 1px solid #ccc;
    padding: 4px;
    text-align: left;
}

table th.name {
    width: 300px;
}

table th.count {
    width: 50px;
}

table th.date {
    width: 160px;
}
