@import url("bootstrap.min.css");
.nowrap {
    white-space: nowrap;
}

.info {
    margin-right: 8px;
    line-height: 22px;
    font-size: 100%;
}

.title {
    font-weight: bold;
    color: #002233;
    border-bottom: 1px dotted #0088cc;
}

.error {
    color: #4D0000;
    border-bottom: 1px dotted #FF3333;
}

.hide {
    display: none;
}

