body {
    font-family: Verdana, "Bitstream Vera Sans", Helvetica, Arial, sans-serif;
    font-size: medium;
    margin-left: 150px;
    width: 800px;
}

input[type=button] {
    margin: 2px;
}

#copyright {
    text-align: center;
    padding: 5px;
}

#alpha-notice {
    padding-top: 50px;
    color: brown;
}

#result {
    font-size: 0.9em;
}

.result {
    font-size: 1.1em;
}

#tip-message {
    display: none;
    margin-top: 10px;
}

.item-name {
    font-weight: bold;
}

.unique-name {
    color: #824932;
}

/* .rw-name { */
/*     color: orangeRed; */
/* } */

.rune-name {
    color: orangeRed;
}

.item-info {
    margin-left: 70px;
}

.magic-mod {
    display: inline-block;
    color: blue;
    margin: 1px 0;
}

.perfect {
    font-weight: bold;
    color: purple;
}

.rw-runes {
    font-weight: bold;
}
/* .rw-runes .rune-name { */
/*     color: lightSlateGray; */
/* } */

.error {
    color: red;
}

.right {
    text-align: right;
}

.center {
    text-align: center;
}

.hidden {
    display: none;
}
