.input-100 {
    width: 100px;
}

.input-200 {
    width: 200px;
}

.input-300 {
    width: 300px;
}

.width-500 {
    width: 500px;
}

.spacer-bottom-30 {
    margin-bottom: 30px;
}

.spacer-top-30 {
    margin-top: 30px;
}

.error {
    color: #ff0000;
}

.link {
    cursor: pointer;
}

.no-underline:hover {
    text-decoration: none;
}

.alert ul {
    margin: 0;
    max-width: 80%;
}

.table th, .table td {
    vertical-align: middle !important;
}

.refurbishRequestTableHeader, .saleRequestTableHeader {
    text-transform: uppercase;
    color: #772953;
    font-weight: bold;
}

.itemGroupHeader {
    font-weight: bold;
    background: #f9e9f1;
}

.article-content img {
    border: 2px solid #ccc;
    border-radius: 5px;
}