#challengeapp legend {
    margin-bottom: 0;
}
#challengeapp .formreqirements {
    margin: 0 0 2em 0;
    font-size: 0.75em;
    font-style: italic;
}
#challengeapp input, #challengeapp .uneditable-input {
    width: 22em;
}
#challengeapp .phones input {
    max-width: 10em;
}

.form-horizontal .block-inputs {
    margin-left: 180px;
}
.form-horizontal .block-inputs .control-label {
    display: block;
    width: 100%;
    text-align: left;
}

/*      jQuery "Validate" script     */
label.valid {
    width: 24px;
    height: 24px;
    background: url(../img/valid.png) center center no-repeat;
    display: inline-block;
    text-indent: -9999px;
}
label.error {
    font-weight: bold;
    color: rgb(185, 74, 72);
    padding: 2px 8px;
}

.control-group.error input#phoneAlt {
    color: rgb(85, 85, 85);
    border-color: rgb(204, 204, 204);
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
}

@media (max-width: 767px) {

    #challengeapp .control-label {
        min-height: 1em;
    }

}

@media (max-width: 599px) {
    .form-horizontal .control-group {
        margin-left: 0;
        padding-right: 10px;
    }
    #challengeapp input, #challengeapp .uneditable-input {
        width: 100%;
    }
    #phoneAlt {
        margin-top: 0.5em;
    }
}
