.ccm-dashboard-express-form input,
.ccm-dashboard-express-form .form-select {
    border:#ccc solid 1px;
}

.ccm-dashboard-express-form input {
    width: 100%;
    margin-right: 0.5rem;
}

.ccm-dashboard-express-form span:after {
    content: '\A';
    white-space: pre;
}

.ccm-dashboard-express-form .form-select {
    width: 100%;
}

.ccm-dashboard-express-form .form-label {
    display: inline-block;
    width: auto;
    margin-right: 0.5rem;
    margin-bottom: 1rem;
}


@media (min-width: 768px) {
    .ccm-dashboard-express-form .form-label {
        width: 80px;
        border-bottom:#ccc dotted 1px;
    }
    .ccm-dashboard-express-form .form-select,.ccm-dashboard-express-form input {
        margin-left: 1rem;
        margin-right: 0;
    }
    .ccm-dashboard-express-form .form-select {
        width: 80px;
    }
    .ccm-dashboard-express-form input {
        width: 180px;
    }
    .ccm-dashboard-express-form span:after {
        content: none;
    }
}

.ccm-dashboard-express-form label+span {
    font-size: 14px;
    background-color: #755058;
    color: #fff;
    border-radius: 4px;
    padding: 2px 6px;
}

.ccm-dashboard-express-form .form-actions .btn {
    border:#eee solid 1px;
    padding: 4px 8px;
}