.ml0{
	margin-left: 0px;
}
.undisplay{
	display: none;
}
.pd10{
	padding: 10px;
}
.mg5{
	margin: 10px;
}
.sf-permission-ctl{
	display: none;
}

/* Limit image width to avoid overflow the container */
img {
  max-width: 100%; /* This rule is very important, please do not ignore this! */
}

body {
	background-color: #ecf0f5;
}
.middle-modal {
	width: 800px;
	margin-left: -100px;
}
.big-modal {
	width: 1000px;
	margin-left: -200px;
}