@media only screen and (min-device-width: 320px) and (max-device-width: 768px) {
    .mobHide {
        display: none;
    }
}
span.wpcf7-list-item { display: table-row; }
.wpcf7
{
    background-color: #f9f9f9;
    border: 2px solid #049;
    padding: 0.4em 1em;
}
fieldset label {
    float:left;
    width:165px;
    text-align:left;
}
fieldset input {
    display: inline-block;
    vertical-align: top;
    margin: 4px 4px 4px 4px;
}
fieldset textarea {
    height: 60px;
    width: 593px;
}
