body {
  margin-top: 20px;
  color: #FB00FF;
  background-color: #2F2F2F;
}
#banner {
  width: 380px;
  height: 128px;
  text-align: center;
  margin-left:21.5%;
  background: url('banner.png');
  background-size: 100% 100%;
  border: 3px;
  border-style: solid;
  border-color: #2F2F2F;

}
#navt {}
  #smallnavbar {
  height: 0px;
  margin-left: 8.5%;
  visibility:hidden;
  margin-right: 29.5%;
  margin-top: 6px;
  width: calc(62% + 10px);
  color: red;
  background-color: #2F2F2F;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 0px;
  transition:height 0.3s;
  padding-top: 5px;
  padding-bottom: 5px;
   background-color: #101010;
 height: 24px;
 visibility:visible

}

  #navbar {
  height: 0px;
  margin-left: 10%;
  visibility:hidden;
  margin-right: 10%;
  margin-top: 6px;
  width: calc(80% + 10px);
  color: red;
  background-color: #2F2F2F;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 0px;
  transition:height 0.3s;
  padding-top: 5px;
  padding-bottom: 5px;
   background-color: #101010;
 height: 24px;
 visibility:visible

}

 #smallnavbar li {
  display: inline;
  margin-left: 16px;
  margin-right: 16px;
  font-size: 12pt;
}

 #navbar li {
  display: inline;
  margin-left: 16px;
  margin-right: 16px;
  font-size: 12pt;
}

#smallcontent {
 margin-left: 8.5%;
 margin-right: 29.5%;
 width: 62%;
 border: 5px;
 border-style: solid;
 border-color: #101010;
 background-color: #232323; 
}
#content {
 margin-left: 10%;
 margin-right: 10%;
 width: 80%;
 border: 5px;
 border-style: solid;
 border-color: #101010;
 background-color: #232323; 
}

#anotherbar {
	display:block;
 height: auto;
 border: 5px;
 border-style: solid;
 border-color: #101010;
 background-color: #232323; 
}
#sidebar {
display:block;
 margin-top: 8px;
 height: auto;
 border: 5px;
 border-style: solid;
 border-color: #101010;
 background-color: #232323; 
}
#sidebars {
	display:block;
 position:absolute;
 margin-left: 71.5%;
 margin-right: 8.5%;
 height: auto;
 width: 18%;
 top: 160px;
}
a:link, a:visited {
    color: #FFFFFF;
    text-decoration: underline;
    cursor: pointer;
}

a:link:active, a:visited:active {
    color: #FB00FF;
}

#loginspot {
	display: inline;
}
#registerspot {
	display: none;
}
#userpanel {
	display: none;
	height: auto;
}
#pfpupload {
	display: inherit;
}
.pfp {
	display:inherit;
	height: 96px;
	width: 96px;
	border: 1px;
}
#pfpup {
	display: none;
}
#djpic {
  width: 80px;
  height: 80px;
  display: inline;
}
.dform {
	text-justify: right;
	text-align: left;
}
.dform input {
}
.dform input[type=text] {
	  background-image: url('valtst.png');
	  background-size: contain;
	background-position: 0px 0px;
	background-repeat: no-repeat;
	padding-left: 8%;
}
.dform input[type=password] {
	  background-image: url('valtst.png');
	  background-size: contain;
	background-position: 0px 0px;
	background-repeat: no-repeat;
	padding-left: 8%;
}

[ttip] {
  visibility: hidden;
  width: 120px;
  background-color: #2F2F2F;
  color: #FB00FF;
  text-align: center;
  position: inherit;
  padding: 5px 5px;
  position: inherit;
  z-index: 2;
  bottom: 125%;
  left: 50%;
  margin-left: auto;
  top: -20px;
  opacity: 0;
  transition: opacity 0.3s;
}
.dform input:focus + [ttip] {
	visibility: visible;
	opacity: 1;
}
.dform input:blur + [ttip] {
	 visibility: hidden;
	opacity: 0;
}

.lbut {
	content: url('/upvdis.png');
	cursor: pointer;
	width: 60px;
	height: 60px;
}
.lbut:hover {
	content: url('/upv.png');
}

.dlbut {
	content: url('/downvdis.png');
	cursor: pointer;
	width: 60px;
	height: 60px;
}
.dlbut:hover {
	content: url('/downv.png');
}

.llbut {
	content: url('/upv.png');
	cursor: pointer;
	width: 60px;
	height: 60px;
}

.ddlbut {
	content: url('/downv.png');
	cursor: pointer;
	width: 60px;
	height: 60px;
}
#albumpic {
	width: 180px;
	height: 180px;
	display: inline;
}

#rmeta {
	display: block;
}
table {
   border-collapse: collapse;
   width: 100%;
   color: #FB00FF;
   font-family: monospace;
   font-size: 25px;
   text-align: left;
     } 
  th {
   background-color: #FB00FF;
   color: black;
    }
  tr:nth-child(even) {background-color: #1F1F1F}
  
 .actypes {
	cursor: pointer;
}