@charset "utf-8";
/* CSS Document */

body{font-family: 'Berlin Sans FB', 'Bauhaus 93', 'Source Code Pro'; color: #E2A900; background-color: #1F183E}

h3 {font-weight: normal;}

table {border-collapse: collapse; margin: 0; padding: 0; height: 100px;}

p :nth-last-child(){color:#E2A900; font-weight: lighter;}

table td:nth-child(1) {width: 25%}
table td:nth-child(2) {width: 50%}
table td:nth-child(3) {width: 25%}

p + div > table td:nth-child(1) {width: 10%; padding-left: 20px; padding-bottom: 0px}
p + div > table td:nth-child(2) {width: 15%; padding-left: 20px; margin-bottom: 0px;}
p + div > table td:nth-child(3) {width: 60%; padding-left: 200px; padding-right: 0px;}