@CHARSET "UTF-8";

.body_wrapper{
	width: 600px;
	margin-left: auto;
	margin-right: auto;
}
#numbers-view .actions{
	margin-top: 10px;
}

#numbers{
	background: #FAFAFA;
	border-radius: 3px;
	border: 1px solid #CCC;
	padding: 10px;
	height: 180px;
    overflow: auto;
}

#numbers table{
	width: 100%;
	border: 0px;
}

#numbers table td{
    padding: 3px;
}


#queues-view{
	margin-top: 20px;
}


#settings-modal table{
    width: 100%;
}
#settings-modal input{
	height: 15px;
	margin-bottom: 5px;
	width: 400px;
}


.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;
}