/* GENERAL CSS */

.no_padding {
	padding:0px !important;
}
.no_margin {
	margin:0px !important;
}

.no_float {
    float: none !important;
}


.submitted_reviewers_list_row {
	padding: 10px 2px 10px 0px;
	border-bottom: 1px dashed #EBEBEC;
}