@media (min-width: 768px) {
    div.well {
        margin-right: 150px
        }
    }
div.sections {
    margin-top: 5px
    }
div.sections span {
    margin-right: 10px;
    white-space: nowrap;
    display: inline-block
    }
div.sections span input {
    margin-right: 5px;
    position: relative;
    top: 1px
    }
div.preview {
    margin-left: 15px
    }
div.error {
    color: #f00;
    margin-top: 10px
    }
input.form-control {
    width: 80%
    }