﻿@import '../../default.less';
@import '../../mixins.less';
//DON'T ADD IMPORTS, ABOVE ARE TO MAKE INTELLISENSE WORK

div.control-group {
    clear: both;
    margin-bottom: 10px;

    input[type="text"] {
        width: 50%;
    }

    label {
        display: block;

        &.inline {
            display: inline-block;
        }
    }

}
