#create-groups-container {
	width: 25%;
}

.category-entry-section>button, #create-groups-container>button {
	width: 100%;
	text-align: center;
}

.create-groups-entry>input, .category-entry>.select2-container, .category-entry>input, #create-groups-entries>label, .category-entry-list>label {
	display: inline-block;
	width: 45% !important;
	text-align: center;
}

.category-entry-section {
	width: 90%;
}

#team-status .select2-container, #team-name-list-option .select2-container {
	width: 150px !important;
	margin-bottom: 5px;
	margin-left: 4px;
}

#student-textarea {
	width: 100%;
	resize: vertical;
}

.select-tab {
	border-bottom: #afafaf 1px solid;
	margin-top: 5px;
	margin-bottom: 5px;
}

.checkbox-text {
	display: inline-block; 
	margin-bottom: 0px;
}

#student-preferences, #student-block, #category-list {
	text-align: center;
}

.edit-list-container {
	background-color: #f1f1f1;
	border-radius: 4px; 
	max-width: 1000px;
}

.overflow-tooltip {
	white-space: nowrap;
	overflow: clip;
	text-overflow: ellipsis;
}

.student {
	text-align: center;
	display: inline-block;
	vertical-align: top;
}

.group {
	display: inline-block; 
	margin-right: 50px; 
	vertical-align: text-top;
}

.name>p, .student>.studentname>p {
	width: 200px;
}

.disp-name>h4 {
	width: 300px;
}

.student>button {
	margin-right: 10px;
	padding-left: 45px;
	padding-right: 45px;
}

.studentname>p, .headline>p {
	display: inline-block;
}

#student-preferences>.studentname>p {
	width: 80%;
}

.studentname>input[type=checkbox] {
	display: inline-block;
	float: right;
	margin-right: 10px;
}

.name {
  text-align: left;
}

.name:not(.sortable-dragging):not(.print):hover {
    cursor: move;
    background: #d9d9d9;
}

/* Make the groups selectable for copying, despite also being draggable */
.name>p {
	-webkit-user-select: text;  /* Chrome all / Safari all */
	-moz-user-select: text;     /* Firefox all */
	-ms-user-select: text;      /* IE 10+ */
	user-select: text;          /* Likely future */   
}

.sortable-placeholder {
    height: 18px;
    background-color: #d9d9d9;
    border: 1px solid #b3b3b3;
}

.user-checkmark {
	font-size: 12px;
}