input[type="commentsText"]
{
    background-color: #000000;
    color: #FFFFFF;
    width: 75%;
}

input[type="textarea your-message"]
{
    background-color: #000000;
    color: #FFFFFF;
    width: 75%;
}

input.wpcf7-text {
    height: 30px;
    color: #000000;
    width: 30px !important;
}

.wpcf7 textarea  {
  height: 150px;
    background-color: #FFFFFF;
    color: #000000;
    width: 98%;
}

input.wpcf7-text {
    height: 20px;
    width: 200px !important;
}

textarea.commentsText {
  height: 150px;
    background-color: #000000;
    color: #FFFFFF;
    width: 98%;
}

input.wpcf7-submit {
    height: 35px;
    background-color: #000000;
    color: #FFFFFF;
    width: 140px !important;
}


[class*="col-med-5"] {
   width: 200px !important;
}
