@CHARSET "UTF-8";

.body_wrapper{
	width: 600px;
	margin-left: auto;
	margin-right: auto;
}
.queue:nth-child(odd) {
    margin-right: 0px;
}

.queue:nth-child(even) {
    margin-left: 0px;
}

.queue{
	width: 100%;
}

#queues-error{
	font-size: 20px;
	color: #F13632;
	float: right;
}