﻿#accordion #MoreOptionsSide { display: none; }
#accordion #RiderAlertsPanel a { display: block; }

/* Panel Header Backgrounds */
#accordion .panel-body { border-top-width: 0px !important; }

/* Panel Title Bar Backgrounds */
#accordion div.panel:nth-child(1) > div:nth-child(1) { background-color: #044BA4; border-color: #044BA4; }
#accordion div.panel:nth-child(2) > div:nth-child(1) { background-color: #B52E1A; border-color: #B52E1A; }
#accordion div.panel:nth-child(3) > div:nth-child(1) { background-color: #20AC4B; border-color: #20AC4B; }
#accordion div.panel:nth-child(4) > div:nth-child(1) { background-color: #EA8929; border-color: #EA8929; }

#accordion div.panel:nth-child(1) > div:nth-child(1) > div:nth-child(3) > a:nth-child(2) { color: #669CCE; }
#accordion div.panel:nth-child(2) > div:nth-child(1) > div:nth-child(3) > a:nth-child(2) { color: #DFA99E; }
#accordion div.panel:nth-child(3) > div:nth-child(1) > div:nth-child(3) > a:nth-child(2) { color: #93D6A6; }
#accordion div.panel:nth-child(4) > div:nth-child(1) > div:nth-child(3) > a:nth-child(2) { color: #F5C382; }

#accordion div.panel h3 a { color: #FFF; font-style: normal; }
#accordion div.panel:nth-child(1) > .primaryLink a { color: #669CCE; }
#accordion div.panel:nth-child(2) > .primaryLink a { color: #DFA99E; }
#accordion div.panel:nth-child(3) > .primaryLink a { color: #93D6A6; }
#accordion div.panel:nth-child(4) > .primaryLink a { color: #F5C382; }

/* Panel Main-Bottom Backgrounds */
#accordion div.panel:nth-child(1) > div:nth-child(2) { background-color: #2B71BC; }
#accordion div.panel:nth-child(2) > div:nth-child(2) { background-color: #CE5539; }
#accordion div.panel:nth-child(3) > div:nth-child(2) { background-color: #3EB95A; }
#accordion div.panel:nth-child(4) > div:nth-child(2) { background-color: #F19B2C; }