* { box-sizing: border-box; }

body {
}

.nocolor, .nocolor:hover, .nocolor:active, .nocolor:visited {
  color: inherit;
}



/* ---- button ---- */
a:before { transition: none !important; }
a:before { right: 0 !important;  border: 0px;}

a {text-decoration: none;}

.gamedata {display: none;}

.gameinfo {padding-right: 0.1em;}

/* ---- isotope ---- */

.grid {
  border: 1px solid #333;
}

/* clear fix */
.grid:after {
  content: '';
  display: block;
  clear: both;
}

/* ---- .element-item ---- */

.element-item {
  position: relative;
  float: left;
  padding: 1em;
}

.uk-card-body p {
	font-size: 110% !important;
}

/*
.uk-card-body .uk-button {
	font-size: 120% !important;
	padding-top: 0.5em; 
	padding-bottom: 0.5em;
}
*/

.uk-grid p {
	font-size: 150%;
}

h4 {
	font-size: 150% !important;
}