a.nav-link {
    color: #fff !important;
}

a.nav-link.active {
    color: #EE3123 !important;
    font-weight: bolder;
}

.float-right { float: right; }
.float-left { float: left; }
.align-left { text-align: left; }
.align-right { text-align: right; }
.align-center { text-align: center; }
.align-justify { text-align: justify; }
.decoda-quote { background: #FFFFCC; padding: 10px; margin: 0 0 15px 15px; border-radius: 3px; }
.decoda-quote .decoda-quote { background: khaki; margin: 15px 0; }
.decoda-quote .decoda-quote .decoda-quote { background: goldenrod; }
.decoda-quote-head { font-weight: bold; margin-bottom: 5px; }
.decoda-quote-date { float: right; }
.decoda-code { background: lightgray; padding: 10px; border-radius: 3px; }
.decoda-alert { background: lightpink; padding: 10px; border-radius: 3px; }
.decoda-note { background: powderblue; padding: 10px; border-radius: 3px; }
.decoda-spoiler-content { background: palegreen; margin-top: 5px; padding: 10px; border-radius: 3px; }
.decoda-spoiler-content .decoda-spoiler { margin-top: 10px; }
.decoda-spoiler-content .decoda-spoiler-content { background: oldlace; }
