#skip-to-content,
#main-menu-wrapper,
#section-nav,
#access-keys,
#logout-button,
#terms-and-conditions,
body.candidate-due-diligence textarea,
body.candidate-due-diligence label.top {
    display: none;
}

a img {
    border: none;
}

body {
    font-family: arial, sans-serif;
    font-size: 75%;
}


table,
td,
th {
    border: 1px solid #000000;
    
}

table {
		border-collapse: collapse;
		border-spacing: 0;
}

body.candidate-due-diligence table th,
body.candidate-due-diligence table td {
  vertical-align: top;
}

table.due-diligence td.notes textarea {
	width: 200px;
	height: 70px;
}

table.due-diligence td.notes label {
	display: none;
}