:root {
	--my-background-color-light: #FFF2CC;
	--my-background-color-dark: #BBA564;	
	--rok-advanced: #04be1f;
	--rok-elite: #00a7d3;
	--rok-epic: #b533d5;
	--rok-legendary: #f28b00;
}
body {
	font-size: 14px !important;
}
#table{
	width: 98%;
	margin-left: 1%;
	margin-top: 1%;
}
table.dataTable tbody th, table.dataTable tbody td {
  padding: 2px
}
table.dataTable img {
	margin-left: 3px;
	margin-right: 3px;
}
button.btn_data_option {
	background: var(--my-background-color-light);
	border-radius: 15px;
	border: 0.5px solid var(--my-background-color-dark);
	color: black;
}
div.data_option_container {
	background-color: #f8f9fa;
	border-radius: 15px;
	display: inline-block;
	margin: 5px;
}
div.data_option {
    float: left;
	margin: 5px;
	padding-bottom: 2px;
    padding-left: 6px;
	padding-right: 6px;
}
div.data_option a:active {
	text-decoration: none;
}
div.data_option a:hover {
	text-decoration: none;
}
div.data_option a:link {
	color: black;
	text-decoration: none;
}
div.data_option a:visited {
	color: black;
	text-decoration: none;
}
div.data_option_title {
	background-color: var(--my-background-color-light);
	border-bottom: 1px solid var(--my-background-color-dark);
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	float: left;
	font-weight: bold;
	text-align: center;
	width: 100%;
}
div.data_title {
	background: var(--my-background-color-dark);
	font-weight: bold;
	text-align: center;
}
div.div_header {
	border-bottom: 1px solid brown;
	font-size: 0.8em;
	overflow: hidden;
	padding-bottom: 5px;
	width: 100%;
}
div.div_footer {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    margin: 0;
}
/* Highlight search */
table.dataTable span.highlight {
	background-color: lightblue;
	border-radius: 4px;
}
#rok-datatable th {
  vertical-align: top;
}

/* Donations */
div.buymeacoffee {
	display: inline-block;
	float: right;
	padding-left: 5px;
	padding-right: 5px;
}

/* suggestion box */
div.form-container {
	background-color: #fff;
	float: right;
	padding: 0px 15px 15px 0;
	border-radius: 8px;
	box-shadow: 0 2px 10px rgba(0,0,0,0.1);
	display: inline-block;
	height: 54px;
	margin: 5px;
}
