.page_roster button {
	width: unset !important;
}

.page_roster_edit {
	text-align: left;
	width: calc(100% - 2em - 4px);
}

.page_roster_edit #popName {
	max-width: 12em;
	width: calc(100% - 9em);
}

.page_roster_edit label {
	display: inline-block;
	margin-right: 0.25em;
	min-width: 7em;
	text-align: right;
	vertical-align: middle;
}
.page_roster_edit label.cbx {width: 8.65em;}

.page_roster_edit .scroll {
	border-bottom: 1px solid #fff;
	height: calc(100% - 12.5em - 11.25%);
	min-height: 9em;
	margin: 1em auto;
	max-width: 17em;
	overflow: hidden;
}

.page_roster_edit .scroll > p {
	background: #fff;
	color: #000;
	margin: 0;
	padding: 0 1em;
}
.page_roster_edit .scroll > p span {
	display: inline-block;
	font-size: 65%;
	line-height: 1em;
	padding-bottom: 0.2em;
}

.page_roster_edit .scroll > p span:nth-child(1) {width: 3.1em;}
.page_roster_edit .scroll > p span:nth-child(2) {width: 7.4em;}
.page_roster_edit .scroll > p span:nth-child(3) {width: 9em;}
.page_roster_edit .scroll > p span:nth-child(4) {float: right;}

.page_roster_edit .scroll input {
	margin-right: 0.25em;
	width: 5em;
}
.page_roster_edit .scroll select {width: 6.5em;}

.page_roster_edit .scroll > div {
	border-top: 1px solid #fff;
	height: calc(100% - 2.3em);
	overflow: auto;
	padding: 0 1em;
}
.page_roster_edit .scroll > div > div {
	padding: 0.1em 0;
	position: relative;
	white-space: nowrap;
	width: 100%;
}
.page_roster_edit .scroll div div div {
	position: absolute;
	right: 0.15em;
	top: 0.5em;
}
.page_roster_edit .scroll label i {
	margin: 0;
}

.page_roster_edit .scroll label {
	display: inline-block;
	margin: 0;
	min-width: unset;
	text-align: left;
}
.page_roster_edit .scroll label.fn {
	color: #fc0;
	width: 2em;
}

.page_roster_edit .scroll div div div {display: inline-block;}
