.theme_color {
	color: #144279;
}

.theme_background_color {
	background-color: #0d0633;
}

.theme_sub_color {
	color: #236da4;
}

.theme_sub_background_color {
	background-color: #144279;
}

.theme_sub_background_color:hover {
	background-color: #2470a8;
}

.theme_dark_background_color {
	background-color: #444;
}

::selection {
	color: #fff;
	background: #144279;
}