.theme-border { border-color: rgba(1, 64, 90); }
.theme-border-top { border-top-color: rgba(1, 64, 90); }
.theme-border-right { border-right-color: rgba(1, 64, 90); }
.theme-border-bottom { border-bottom-color: rgba(1, 64, 90); }
.theme-border-left { border-left-color: rgba(1, 64, 90); }

.theme-bg { background-color: rgba(1, 64, 90); }
.theme-transp-bg { background-color: rgba(1, 64, 90, .05); }

.theme-color { color: rgba(1, 64, 90); }
.theme-color-hover:hover { color: rgba(1, 64, 90); }