/* 共通のCSS */

.color-gold {color: rgb(255, 217, 0)}
.color-silver {color: silver}
.color-bronze {color: #C47222}

.color-good {color: rgb(75, 107, 211)}
.color-bad {color: rgb(194, 93, 93)}

.color-error {color: rgb(223, 9, 9)}


#left-panel {
    background-color: #144c52
}
nav.navbar {
    background-color: #144c52
}

#bookshelf {
    background-color: rgb(235, 235, 235)
}