@charset "UTF-8";
/* Recipe Press CSS Document */

/**
 * You can create a file named recipe-press.css or you can copy this file to your theme folder and make changes.
 * BOTH your custom file and the file included with the plugin will be added to the HTML code for your site
 * if you enable the Custom CSS option in th plugin settings page.
 */

/* Form settings */

.recipe-press-required {
    color: #FF0000;
}

span.recipe-press-error {
    font-size: 12px;
    font-weight: bold;
    color: #FF0000;
}

table.recipe-press-submit {
    width: 100%;
}

.rp_textarea {
    width: 97%;
    height: 100px;
}

.rp_instructions_field {
    height: 200px;
}

/* New Form Fields */
.recipe-press-table {
    width: 97%;
    border: none;
}

.recipe-press-tbody {
    width: 100%;
}

.recipe-press-row {
    width: 100%;
}

.recipe-press-th {
    font-weight: bold;
    text-align: left;
    background: #EBEBEB;
}

.recipe-press-td {
    text-align: left;
}

.recipe-press-textarea {
    width: 350px;
    height: 100px;
    font-size: 11px;
}

.recipe-press-text {
    width: 75px;
}

.recipe-press-text-title {
    width: 350px;
    font-size: 11px;
}
.recipe-press-text-submitter {
    width: 350px;
    font-size: 11px;
}.recipe-press-text-submitter_email {
    width: 350px;
    font-size: 11px;
}
