#tableDetails td:first-child {
    text-align: right;
    width: 40%;
}

#tableDetails td:first-child::after {
    content: " : ";
}
