#rightSidebar #submit-button {
    display: none;
} 

/* Main Link Colors */
a:link {
    color: #1E6995;
}
a:visited {
    color: #1E6995;
}
a:hover, a:focus {
    color: #EE3417;
}
a:active {
    color: #387CA5;
}

/*Top Nav Link Colors */
nav a:link {
    color: white;
}
nav a:visited {
    color: white;
}
nav a:hover, nav a:focus { 
    color: #FFCD0F;
} 
nav a:active {
    color: #FFCD0F;
}

/* Footer Link Colors */
#pageFooter a, #pageFooter a:visited {
    color: #EE3417;
}
#pageFooter a:hover, #pageFooter a:focus {
    color: #1E6995;
}
#pageFooter a:active { 
    color: #1E6995;
}

/* Button Colors */

.button, a.action, .options, .toggleExtras-inactive, .toggleExtras-active, .largeButton a {
    color: white;
    background-color: #1E6995;
    border-color: #053E5F;
}
.button:hover, .action:hover, .options:hover, .toggleExtras-inactive:hover, .toggleExtras-active:hover, .largeButton a:hover,
.button:focus, .action:focus, .options:focus, .toggleExtras-inactive:focus, .toggleExtras-active:focus, .largeButton a:focus,
.button:active, .action:active, .options:active, .toggleExtras-inactive:active, .toggleExtras-active:active, .largeButton a:active {
    background-color: #38799F;
    color: white;
}

#searchbar .button {
    background-color: #EE3417;
    border-color: #BC2109;
}
#searchbar .button:hover, #searchbar .button:focus {
    background-color: #FA5E46;
}

#pkp-common-openJournalSystems .block {
	border-top: initial;
}