  @charset "UTF-8";
.btn {
    display: inline-block;
    padding: 6px 10px;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 3px;
    text-decoration: none;
    font-weight: normal;
}
.btn-xs {
    font-size: 12px;
    padding: 1px 5px;
}
.btn-primary {
    color: #fff;
    background: #5e0501;
    border-color: #300;
}
.btn-success {
    color: #fff;
    background: #419641;
    border-color: #398439;
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}
.alert-success {
    color: #3C763D;
    background-color: #DFF0D8;
    border-color: #D6E9C6;
}
dt {
    font-weight: bold;
}
.dl-horizontal dt {
    float: left;
    width: 160px;
    overflow: hidden;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.dl-horizontal dd {
    margin-left: 180px;
}
img {vertical-align: middle;}