/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*-------------------------------------------------*/

body {
    background-image: url('1000010804.jpg');
}

p {
    color: white;
}

header {
    background-color: rgb(14, 0, 32);
    color: white;
    font-family: playful;
    font-size: 150%;

    margin-bottom: 2%;
    padding: 1.5%;
}

footer {
    background-color: rgb(14, 0, 32);
    color: white;
    font-family: playful;
    font-size: 150%;

    margin-top: 2%;
    padding: 1.5%;
}

table {
    width: 99%;
    margin: 0.5%;
    margin-left: auto; margin-right: auto;
}

#tablecontainer {
    background-color: rgb(14, 0, 32);
    border-radius: 30px;
    width: 70%;
    margin: 3%;
    margin-left: auto; margin-right: auto;
    padding: 0.5%;
}

table tr{
    color: white;
    font-family: playful;
}

table tr:nth-child(5n + 1) {
    background-color: #c401db;
}

table tr:nth-child(5n + 2) {
    background-color: #fe1488;
}

table tr:nth-child(5n + 3) {
    background-color: #75db00;
}

table tr:nth-child(5n + 4) {
    background-color: #38e0cd;
}

table tr:nth-child(5n + 5) {
    background-color: #8715ff;
}

td, th {
    border: 3px solid #ffffff;
    padding: 7px;
    text-align: left;
}

th {
    font-size: 150%;
}

#sortoptions {
    background-color: rgb(14, 0, 32);
    border-radius: 30px;
    width: 70%;
    margin: 3%;
    margin-left: auto; margin-right: auto;
    padding: 0.5%;

    color: white;
    font-family: playful;
}

input {
    background-color: white;
    color: rgb(14, 0, 32);
    border-radius: 20px;
    border: none;
    font-family: playful;
}

select, option {
    background-color: white;
    color: rgb(14, 0, 32);
    border-radius: 20px;
    border: none;
    font-family: playful;
}


@font-face {
    font-family: playful;
    src: url('YangBagus-DYMX9.ttf');
}