@charset "utf-8"
/* CSS Coded and Designed by Nathan Chapman */
/* from Pixl Design - http://pixl.utopiaplanitia.org */

/* --------- RESET --------- */
/* Don't forget to set a foreground and background color
   on the 'html' or 'body' element! */
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,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dd,dl,dt,li,ol,ul,fieldset,form,label,legend,caption,tbody,tfoot,thead{ margin:0; padding:0; border:0; font-weight:inherit; font-style:inherit; font-size:100%; line-height:1.2; font-family:Geneva, Arial, Helvetica, sans-serif; text-align:left; vertical-align:baseline; }
a img,:link img,:visited img{ border:0; }
ol,ul{ list-style:none; }
q:before,q:after,blockquote:before,blockquote:after{ content:""; }

/* --------- Universal --------- */
body { background: linear-gradient(#2e2e2e, #1f1f1f); color: white;}

/* --------- Links --------- */
a:link,a:visited{ text-decoration:none; color:#fff; }
a:hover,a:active{ color:#c7c7c7; }

/* --------- Layout --------- */
.container{ margin:20px auto 30px; width:65%; }
#footer{ color:#999; font-size:75%; margin-bottom:50px; text-align:center; }

/* --------- Header Tags --------- */
h1,h2,h3,h4,h5,h6{ color:#da0a00; font-weight:bolder; padding:10px 15px 0px 15px; font-family:helvetica; }
h1{ font-size:36px; }
h2{ font-size:24px; }
h3{ font-size:18px; }
h4{ font-size:16px; }
h5{ font-size:14px; }
h6{ font-size:12px; }

/* --------- Typography --------- */
p{ color:#c7c7c7;font-size:small; line-height:2; font-family:helvetica; }
tr, th{font-size:medium; line-height:2; font-family:helvetica; }
td{padding: 5px;}
ul,ol{ margin:25px; }
ul li, ol li { padding-left:10px; }
ul{ list-style:square inside; }
ol{ list-style:decimal inside; }
blockquote{ margin:15px; border-left:5px #FFDF00 solid; padding:7px; color:#999; font-style:italic; }
pre { margin:10px; border-left:5px #FFDF00 double; padding:10px; font-family:"Courier New", Courier, monospace; }

th {padding: 10px}


/* --------- Yellow Stops --------- */
/*h1:after,h2:after,h3:after,h4:after,h5:after,h6:after,li:after{ content:"."; color:orange; font-family:Helvatica, Arial, sans-serif; }
li:after{ font-size:24px; } */

p { margin-top: 1em; }

.error {
	color: red;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #333;
}

li {
  float: left;
}

li a {
  display: block;
  color: white;
  font-family: helvetica;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

/* Change the link color to #111 (black) on hover */
li a:hover {
  background-color: #111;
}

table, th, td {
  border: 1px solid white;
  border-collapse: collapse;
}

.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 50%;
}

/* Sortable tables */
table.sortable thead {
    background-color:#660000;
	font-family: helvetica;
	font-weight: normal;
    color:#FFF;
    cursor: default;
}

/* Navbar container */
.navbar {
 width: 65%;
  overflow: hidden;
  background-color: #333;
  font-family: Arial;
}

/* Links inside the navbar */
.navbar a {
	
  float: left;
  font-size: 16px;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

/* The dropdown container */
.dropdown {
  float: left;
  overflow: hidden;
}

/* Dropdown button */
.dropdown .dropbtn {
  font-size: 16px;
  border: none;
  outline: none;
  color: white;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit; /* Important for vertical align on mobile phones */
  margin: 0; /* Important for vertical align on mobile phones */
}

/* Add a red background color to navbar links on hover */
.navbar a:hover, .dropdown:hover .dropbtn {
  background-color: red;
}

/* Dropdown content (hidden by default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

/* Add a grey background color to dropdown links on hover */
.dropdown-content a:hover {
  background-color: #ddd;
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
  display: block;
}