﻿#cpd-table
{
	line-height: 1.4em;
	margin-bottom: 20px;
}

.table > tbody > tr > th {
    border-top: none;
}

#cpd-table td {
	padding: 5px;
	vertical-align: top;
    line-height: 25px;
    font-size: 16px !important;
}

#cpd-table th {
	font-weight: normal;
	font-size: 18px;
	color: white;
	padding: 10px;
    text-align: left;
}

#cpd-table .th {
    background-color: #C18898;
}

#cpd-table tr:nth-child(even) {
    background-color: #f7f7f7;
}

#cpd-table sup {
    font-size: 12px;
}

#cpd-table tr td {
    text-align: left !important;
    padding: 5px;
}