
body {
    background: black;
    color: #999900;
    font-family: sans-serif;
}
a {
    color: #E7DF10;
}
a:visited {
    color: #E7DF10;
}
.item {
    clear: both;
    text-align: right;
    min-height: 112px;
}
.item-actions {
    margin-left: 20%;
}
.item-image {
    float: right;
    margin: 2px 6px;
}
h1 {
    text-align: center;
    color: #E7DF10;
    font-size: 1.6em;
}
h2 {
    text-align: left;
    margin-bottom: 2px;
    color: #E57B00;
    font-size: 1.4em;
}
h3 {
    margin-bottom: 2px;
    color: #E7DF10;
}

#pitchless-items {
    margin: 12px;
}

