//updated by Thomas Frizelle, OneSchool Global 20.11.2018
//Prevents display of make it public option for ePortfolio For Mobile and Desktop view
//Prevents display of make allow comments option for ePortfolio For Mobile and Desktop view

#eportfolio_public {
    
	display: none;

}

 

#add_eportfolio_form > table > tbody > tr:nth-child(2) > td > label {
    

	display: none;


} 

#add_eportfolio_form > table > tbody > tr:nth-child(2) > td >  input[type="checkbox"] {
    

	display: none;

}

#edit_eportfolio_form > table > tbody > tr:nth-child(2) > td >  label {
    

	display: none;

}
#edit_eportfolio_form > table > tbody > tr:nth-child(2) > td >  input[type="checkbox"] {
    

	display: none;

}

.edit_eportfolio_entry > div.form_content > label[for='eportfolio_entry_allow_comments'] {
    display: none;
}

.edit_eportfolio_entry > div.form_content > input.allow_comments {
    display: none;
}