a.button.button-primary.get,a.button.button-primary.get:active,a.button.button-primary.get:focus,a.button.button-primary.get:hover,a.button.button-primary.get:visited{
	background:var(--first-color) !important;
}
a.button.button-primary.get:hover{
	background: #132a36 !important;
	color: var(--first-color) !important;
}

thead.table-book {
    background: var(--first-color) !important;
}
a.button.button-primary.get.prem {
    background: #24b751 !important;
    color: #fff;
}
a.button.button-primary.get.prem:hover{
    background: #24b751 !important;
    color: #fff !important;
}