#notifysnack_container h2 {
	width: auto;
	float:left;
}

#notify_save {
	margin: 10px 0px 6px 0px;
}

#custom_page_checkboxes {
	padding: 0px 30px;
	border-right: 1px solid #AAAAAA;
	margin-top: 10px;
}

#custom_page_checkboxes .pages_checkbox {
	margin-left: 20px;
}

#custom_page_checkboxes #notify_all_pages {
	margin-bottom: 10px;
}


#custom_cat_checkboxes {
	padding: 0px 30px;
	margin-top: 20px;
	margin-bottom: 20px;
}

#custom_cat_checkboxes .cats_checkbox {
	margin-left: 20px;
}

#custom_cat_checkboxes .posts_checkbox {
	margin-left: 40px;
}

#custom_cat_checkboxes #notify_all_cats {
	margin-bottom: 10px;
}

#notifysnack_container h3 {
	font-weight: normal;
	font-size: 18px;
}

.not_title {
	float:left;
	margin-top: 10px;
	margin-right: 10px;
}

#custom_cat_checkboxes div.arrows {
	cursor: pointer;
    border-bottom: 6px solid #FFFFFF;
    border-left: 6px solid #000000;
    border-top: 6px solid #FFFFFF;
    font-size: 0;
    line-height: 0;
    width: 0;
    left: 6px;
    position: relative;
    top: -15px;
}

#custom_cat_checkboxes div.rotated {
    transform: rotate(90deg);
}