.Info .box:after {
    content: "";
    display: table;
    clear: both;
}
.Info .box-primary:after {
    content: "";
    display: table;
    clear: both;
}
.Info .form-group {
   // margin-right: -15px;
   // margin-left: -15px;
    margin-bottom: 15px;
}
.Info .form-group:after, .box-header:after {
    content: "";
    display: table;
    clear: both;
}
.Info .ChooseName {
    background-color:#ccc ;
}
.Info textarea {
    resize:vertical;
}
.Info .BoxEdit {
    min-height:150px;
    width:25%;
}
.Info .box-header {
    min-height:150px;
}
.Info .Languages {
    width:20%;
}