/* intro */
h1.intro {
    margin-top: 12px;
    font-size: 14px;
    font-weight: bold;
}

.badges-wrapper {
    display: flex;
    flex-direction: row;
    flex-flow: wrap;
}

.badges-container {
    margin: 0 2em 3em 0;
}

/* form */
.detail {
    line-height: 20px;
}

.detail .lhs {
    margin-right: 25px;
    font-weight: bold;
}

.detail .rhs {
    line-height: 20px;
    font-weight: bold;
}

input.txtField {
    width: 200px;
}

input.fts {
    width: 100%;
}

select {
    padding: 1px;
    width: 206px;
}

p {
    margin: 0 0 10px 0;
}

