body, .body {
    color: white;
    background-color: black;
    font: 24px "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
}

.box {
    margin: 4px auto;
    width: 760px;
	display:block;
	min-height: 40px;
	background-color: black!important;
}
.smallbox {
    margin: 4px auto;
    width: 180px;
	display:block;
	min-height: 40px;
	background-color: black!important;
}
#wrapall {
    width: 960px;
	background-color: transparent;
	position: relative;
	margin-right: auto;
	margin-left: auto;
}

#rightside {
   width: 190px;
   position: absolute;
   top: 0;
   right: 0;
   display: block;
   height: 770px;
   background-color: transparent;
   margin: 2px;
   padding:0;
   text-align: center;
   font-size: 20px;
}

#anilist {
   width: 185px;
   overflow-x: hidden;
   overflow-y: scroll;
   font-size: 12px;
   text-align: center;
   top: 0;
   height: 770px;
   margin: 0;
   padding: 0;
}
#mainbody {
   width: 765px;
   position: absolute;
   top: 0;
   left: 0;
}

p {
    margin: 4px 0px;
	padding: 3px 3px;
}

.subtext {
    margin: 8px;
    padding: 0 16px;
    font-size: 12px;
    color: #aaa;
}

a {
    color: rgb(128, 128, 255);
}

label {
    text-align: right;
    display: inline-block;
    width: 270px;
}
.smallbox p {
  margin: 1px 0px;
  padding: 1px;
}
.smallbox label {
   width: 70px!important;
   font-size:10px;
}
#options {
    font-size: 16px;
    margin: 0 auto;
    border: 4px solid white;
}

#file-drop {
    border: 2px dashed white;
    padding: 2px;
}

#file-drop p {
    margin: 10px 0px;
    text-align: center;
}

#filenames {
    font-size: 15px;
    width: 480px;
    margin: 4px auto;
}

#filenames p {
    text-align: left;
    margin: 2px;
    padding: 4px;
    background-color: #333;
    word-wrap: break-word;
}

#filenames p div {
    float: right;
    margin-right: 4px;
}

#clear-filenames {
    display: none;
}

#clear-filenames p {
    margin: 0;
}

#clear-filenames p a {
    background-color: #990000;
    color: black;
    padding: 4px 8px;
    text-decoration: none;
    font-size: 15px;
}

.ansilove-overlay {
    position: fixed;
    background-color: rgba(0, 0, 0, 0.6);
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
    visibility: hidden;
}

.remove-link {
    background-color: black;
    color: #990000;
    padding: 2px 8px;
    text-decoration: none;
    margin-left: 6px;
}

#preview-container {
    background-color: rgba(0, 0, 0, 1)!important;
    box-shadow: 0 8px 32px rgb(0, 0, 0);
    margin: 8px auto;
    padding: 16px;
    border: 2px solid white;
    border-radius: 8px;
    width: 640px;
    height: 416px;
}

#preview-container canvas {
    vertical-align: bottom;
    image-rendering: -moz-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
	height: 400px;
	bottom: 40px;
}

#play-link {
    padding: 4px;
    background-color: #44F;
    color: white;
    border: 1px solid #AAF;
    text-decoration: none;
    border-radius: 4px;
}

#play-link:hover {
    border: 2px solid white;
    padding: 3px;
}

.centered-text {
    text-align: center;
}

.big-text {
    font-size: 32px;
}

.tube-link {
    width: 160px;
    height: 140px;
    margin: 2px;
    border: 1px solid #fff;
    float: left;
    border-radius: 8px;
	background-color: #223!important;
}

.tube-link:hover {
    cursor: pointer;
}

.tube-link p {
    margin: 2px 4px 3px 4px;
    font-size: 14px;
    color: #999;
}

.tube-link:hover p {
    text-decoration: underline;
}

p.body {
   text-align: left!important;
   margin: 10px 10px!important;
}

.checkbox, .select {
   cursor: pointer;
}

.canvas-caption {
  width: 300px;
  height: 40px;
  padding: 10px 0 0 0;
  margin: 0;
  text-align: center;
  vertical-align: bottom;
  bottom: 0;
  display: block;
  clear: both;
  background-color: white;
}
.canvas-caption p {
   font-size: 13px;
   color: black;
   margin: 2px;
   font-weight: bold;
   line-height: 18px;
}

