.container {
	width: 100%;
}
 .container input:not([type="checkbox"]), .container label {
	width: 300px;
    display: inline-block;
 }


 /* Status */

.queue-table {
	margin: 0 auto;
}

.queue-table th, 
.queue-table td {
    padding: 5px;
}

.queue-table tr:nth-child(odd) {
    background-color: #eeeeee;
}

form.swap {
	display: inline;
}

form.swap input {
	width: 80px;
	margin: 0 5px;
}
