Google forms plugin
/* Google Forms
--------------------------------------------- */
/** Hide the "powered" and "listview" DIVs that Google adds **/
div div span.powered, div.listview {
display: none;
}
/** Hide the "This is a required question" message **/
div.ss-form-container div.required-message {
display: none;
}
/* 2013-06-04: Hide "Edit this Form" link */
a.ss-edit-link {
display: none;
}
/* This hides the "Never submit passwords through Google Forms." warning. */
td.ss-form-entry > div.ss-secondary-text {
display: none;
}
div.password-warning {
display: none;
}
div.ss-form-container li {
list-style-type: none;
}