/* User Profile */
form#user-profile-form div.form-item.form-type-radio > label.control-label {
  font-weight: normal;
}
form#user-profile-form div.form-item.form-type-checkbox > label.control-label {
  font-weight: normal;
}

article .content .webform-client-form .panel
{
    line-height: 1em;
    /* background: #050505; */
    /* background: rgba(112, 194, 243, 0.6); */
    /* border-radius: 5px; */
    color: #000000; /* #f1f1f1; */
    padding: 30px;
    /* border: 1px solid #0090e0; */
}

article label.control-label
{
    /* letter-spacing: inherit; */
    letter-spacing: 1px;
}
article .panel-default>.panel-heading
{
    color: #333;
    background-color: #ececec;
    border-color: #4a4a4a;
    border-radius: 10px;
    width:inherit;
}
article .help-block
{
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #464646;
    white-space: pre-wrap; /* preserves the line breaks whilst allowing long lines to wrap */
    background-color: #ffffff;
    border-radius: 5px;
    padding: 10px;
    margin-left: 20px;
}
article input[type=checkbox], article#node-8148 input[type=radio]
{
    margin-top: 2px;
}
article div#intro
{
    border: 1px solid #808080;
    border-radius: 5px;
    padding: 10px;
    margin-top: 10px;
    margin-bottom: 20px;
}


.tempinvalid {
    border: 1px solid red !important;
}

article .webform-container-inline .form-item
{
    display: inherit;
}
