/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 3em;
    padding-top: 1em;
    background-color: #f5f5f5;
}

/* Game icons
-------------------------------------------------- */
.game.small { 
    width: 7em; 
    margin-top: -8px;
    margin-bottom: -8px;
}




.double-margin { margin-top: 1em; }
.no-left-padding { padding-left: 0; }
.h1-button { margin-top: 20px; }
img.gravatar { width: 80px; height: 80px; }
img.gravatar.small { width: 40px; height: 40px; }


/* Font awesome sizes
-------------------------------------------------- */
.fa-xs {
	font-size: .5px;
}
.fa-sm {
	font-size: .8em;
}
.fa-lg {
	font-size: 3em;
}
.fa-xl {
	font-size: 5em;
}
.fa-xxl {
	font-size: 12em;
}

th.sorting {
	cursor: pointer;
}

img.game-image {
	max-width: 100%;
}