@font-face {
    font-family: ArimoFont;
    src: url(/fonts/Arimo-Regular.ttf);
}

@font-face {
    font-family: ArimoFont;
    src: url(/fonts/Arimo-Bold.ttf);
    font-weight: bold;
}

@font-face {
    font-family: ArimoFont;
    src: url(/fonts/Arimo-Italic.ttf);
    font-style: italic;
}

@font-face {
    font-family: ArimoFont;
    src: url(/fonts/Arimo-BoldItalic.ttf);
    font-weight: bold;
    font-style: italic;
}

html {
    font-family: ArimoFont;
    font-size: 13px;
    color: white;
}

#tableid {
    display: inline-block;
	color: black;
	background-color:transparent;
}

.refresh {
    position: absolute;
}

td {
	margin-left: auto;
  margin-right: auto;
}

td#cover {
	margin-left: auto;
  margin-right: auto;
}

td#date {
	font-style: italic;
	margin-left: auto;
  margin-right: auto;
}

a {
    text-decoration: none;
    color: black;
	margin-left: auto;
  margin-right: auto;
}

a#track {
    font-weight: bold;
}

a:hover {
    color: #6DDAB9;
}

@media (max-width: 100px){
}
