@media(max-width:767px) {
    .dnnLabel {
        text-align: left !important;
    }
}

.btn-signup {
    color:#FFF !important;
}

.main-container {
    background-color: rgb(255,255,255,.6);
    border-radius: 4px;
    border: 1px solid #3d3c3c;
}

.row {
    padding: 5px 0px;    
}

#psu-header {
    font-weight: bold;
    text-transform: uppercase;
}

/* override the label style that bootstrap uses */

h5 label {
    font-weight:normal;
    line-height:20px;
    font-size:13px;
}

    h5 label span {
        color: #de3a41;
        font-size: 12px;
        font-weight: bold;
        font-family: Arial,Arial, Helvetica, sans-serif;
    }

h5 .dnnLabel {
    width: 100%;
}

/* some vc_ styles that might need to be moved to the skin file */
.vc_section {
    padding: 10px 10px 10px 20px;
    border-radius: 4px;
    font-size: 16px;
    font-weight: bold;
}

.vc_container {
    border-radius: 4px;
    background: #e6e6e6 none repeat scroll 0 0;
    border: 1px #cacaca solid;
    margin-bottom: 5px;
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.vc-command-footer {
    border-radius: 4px;
    background-color: #3d3c3c;
    border-radius: 4px;
    border: 1px #3d3c3c solid;
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.alt-header {
    font-weight: bold;
    font-size: 1.3em;
    text-transform: uppercase;
}