.FieldControl {
        background: #fff none repeat scroll 0 0;
        margin-bottom: 10px;
}
.FieldControl .Header {
        height: 37px;
        border-bottom: 2px solid #407ABF;
}
.FieldControl .Header span {
        line-height: 37px;
        background-color: #407ABF;
        height: 37px;
        display: inline-block;
        padding: 0 1rem;
        color: #FFF;
        text-decoration: none;
        font-size: 1rem;
        font-weight: 600;
        font-family: 'Roboto Slab';
        text-transform: uppercase;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
}
.FieldControl .Detail {
        padding: 10px 1rem;
        border: 1px solid #DDD;
        min-height: 200px;
}
.FieldControl .Detail ul {
        list-style: outside none none;
        margin: 0;
        padding: 0;
}
.FieldControl .Detail .arrow {
        background: rgba(0, 0, 0, 0) url("images/i1.png") no-repeat scroll left center;
        display: inline-block;
        height: 9px;
        width: 9px;
        margin-right: 5px;
}
.FieldControl .Detail .UserItem > a {
        padding-left: 2px;
        font-size: 14px;
        color: #424242;
        text-decoration: none;
        display: inline-block;
}
.FieldControl .Detail .UserItem {
        padding: 2px 0;
        display: flex;
        align-items: center;
}
.FieldControl .Detail .UserItem > a:hover {
        color: #ff1414;
        text-decoration: none;
}
@media only screen and (max-width: 768px){
        .FieldControl {
                padding: 0 10px;
        }
}
