.st-row {
    margin: 0px!important;
}
.st-col{
    padding: 0px!important;
}
.stControl{
    margin: 0px!important;	
}

.st-container{
    font-size: 16px;
}

.dev{
    background-color: #ece8f3;
    border-radius: 4px;
    float: left;
    margin: 3px;
    padding: 7px 10px 4px 10px;
    color: #936cac;
    line-height: 20px;
    box-sizing: border-box;
}

.has-require.error
{
    border:1px solid red;
    outline:none;
}
