body {
    font-family: sans-serif;
    color: #999;
    background-color: #222;
}

img {
}

.filedrop {
    border: 2px dashed #555;
    border-radius: 8px;
    padding-bottom: 8px;
    text-align: center;
    color: #555;
}

.filedrop-hover {
    border: 2px dashed white;
    border-radius: 8px;
    padding-bottom: 8px;
    text-align: center;
    color: white;    
}

.item-box {
    border: 0;
    padding: 4px;
    margin: 0;
    text-align: left;
    font-size: 0.8em;
}

.item-name {
    color: #999;
}

.item-info {
    color: #555;
}

.item-divider {
    border: 0;
    border-bottom: 1px dotted #555;
}

ol, ul {
  text-align: left;
}

a {
    color: white;
}