.cwginstock-panel-heading h4 {
    color:#fff;
}

.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.form-group {
    margin-bottom: 15px;
}

#cwg-bis-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    filter:alpha(opacity=50);
    -moz-opacity:0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
    z-index: 10000;
}

.cwgstock_button {
    width:100%;
    padding-top:5px;
    background:skyblue;
    color:white;
}

.cwginstock-subscribe-form .cwginstock-panel-primary{
    width: 100% !important;
}

@media(max-width:767px){
    .cwginstock-panel-body .col-md-12{
        width: 100%;
    }
    .cwginstock-subscribe-form .cwginstock-panel-primary{ width: 100% !important;} 
    
 }