#tables>table+p+table>caption {
    margin-top: 50px;
    border-top: 1px solid #aaa;
    padding-top: 60px;
}
#tables>table+p+table>thead>tr:first-child>th:first-child
Specificity: (1,2,6)
{
    font-size: 0.8em;
}
#tables>table+p+table>thead>tr:first-child>th:nth-child(2){
	max-width: 520pt;
}
#tables>table+p+table>thead>tr:first-child>th:nth-child(3){
	max-width: 70pt;
}
#tables>table+p+table>thead>tr:nth-child(2) th>div {
    margin-bottom: -110px;
    margin-top: 66px;
}
#tables>table+p+table>thead>tr:nth-child(4)>th>div {
    margin-bottom: -10px;
}
#tables>table+p+table>thead>tr:nth-child(3)>th.dpad>div {
    margin-bottom: -45px;
}
#tables>table+p+table>thead>tr:nth-child(3) th:nth-child(2) {
    padding-top: 0px;
}
#tables>table+p+table th>div {
    margin-bottom: 0px;
}
#tables>table+p+table>thead tr:last-child th div{
    margin-top: 72px;
}
