
/* overriden for RTG to turn off the border around the app */
#pc-rtg-main {
    border: 0px solid #A1A5A9;  
}


/* overriden for RTG because the search result column titles were not properly lined up */
.pc-rtg-navButton{
    text-align: left;
    font-weight: bold;
}

/* overriden for RTG because the search result column titles were not properly lined up */
.pc-rtg-headerRow {
    padding: 4px 0px;
}

#th-REQ_CLIENTID {
	font-weight:bold;
	padding-bottom: 5px;
}

#login-macro {
	font-size: 14px;
}

.pc-rtg-label-customlist {
    text-align: left;
}

/*
#disclosure-table .pc-rtg-label-textbox {
	text-align: left;
}
*/

.pc-rtg-instructions a {
        color: blue !important;
        text-decoration: underline !important;
}

.eeoLabel {
	font-weight: bold;
}

#hideRow{
 display: none;
}

#pc-jobApp-profileInformation .pc-rtg-input-listbox-long{
	width: 300px;
}

