.core {
	text-align: center;
    bottom: 0;
    margin: 10px 0px 10px 0px;
	right: 40%;
	font-size: .8em;
}

/* If the screen size is 690px wide or less, hide the element */
@media only screen and (max-width: 800px) {
  .core {
    display: none;
}