#online_body{
	width:700px;
	margin-bottom:20px;
}

#online_header{
	width: 674px;
    padding: 10px 12px 6px 12px;
    box-sizing: content-box;
    color: #ccc;
    font-size: 20px;
    border: solid 1px #000;
    border-bottom: solid 2px #000;
    background: rgba(255,255,255,0.05);
    background: linear-gradient(135deg, rgba(255,255,255,0.03) 0%, rgba(255,255,255,0.05) 100%);
}

#online_list_container{
	width:calc(100% - 2px);
	background-color:#111;
	border:solid 1px #000;
	border-top:0;
	position:relative;
}

#online_options{
	width:calc(100% - 40px);
	margin-left:20px;
	padding-top:20px;
}

#online_search_box{
	width:200px;
	height:21px;
	padding: 10px 12px 6px 12px;
	border:solid 1px #000;
	border-bottom: solid 2px #000;
	background: rgba(255,255,255,0.05);
	background: linear-gradient(135deg, rgba(255,255,255,0.03) 0%, rgba(255,255,255,0.05) 100%);
	float:left;
}
#online_search_box input{
	width:100%;
	background:0;
	box-shadow:none;
	border:0;
	outline:0;
	margin:0;
	padding:0;
	font-size:14px;
	color:#ccc;
}

#online_order{
	height:21px;
	box-sizing:content-box;
	padding: 10px 12px 6px 12px;
	border:solid 1px #000;
	border-bottom: solid 2px #000;
	background: rgba(255,255,255,0.05);
	background: linear-gradient(135deg, rgba(255,255,255,0.03) 0%, rgba(255,255,255,0.05) 100%);
	float:right;
	cursor:pointer;
	user-select:none;
}

#online_order_icon{
	width:16px;
	height:16px;
	float:left;
	margin-top:2px;
	transition: 0.5s;
}

#online_order_text{
	margin-left:8px;
	font-size:18px;
	color:#ccc;
	float:left;
	margin-top:3px;
}

#online_method_box{
	height:21px;
	box-sizing:content-box;
	margin-right:10px;
	padding: 10px 12px 6px 12px;
	border:solid 1px #000;
	border-bottom: solid 2px #000;
	background: rgba(255,255,255,0.05);
	background: linear-gradient(135deg, rgba(255,255,255,0.03) 0%, rgba(255,255,255,0.05) 100%);
	float:right;
}
#online_method{
	width:100px;
	background:0;
	box-sizing:content-box;
	border:0;
	outline:0;
	margin:0;
	padding:0;
	font-size:14px;
	color:#ccc;
	box-shadow:none;
	cursor:pointer;
}

#online_show{
	width:calc(100% - 40px);
	margin-left:20px;
	margin-top:20px;
	display:flex;
	align-items:center;
}

#online_show_label{
	width:50px;
	margin-left:10px;
	color:#aaa;
	font-size:18px;
}

#online_show_containers{
	width:calc(100% - 70px);
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}

.online_show_container{
	height:24px;
	margin-left:10px;
	display:flex;
	align-items:center;
	float:left;
}

.online_show_container input[type=checkbox]{
	float:left;
}

.online_show_container_text{
	height:14px;
	float:left;
	margin-left:8px;
	color:#aaa;
	font-size:18px;
}

#online_list{
	width:calc(100% - 40px);
	height:80px;
	padding:20px;
	overflow:hidden;
}

.online_load{
	width:100%;
	height:80px;
	display:flex;
	flex-direction:column;
	justify-content:center;
	align-items:center;
}

.online_container{
	width:calc(100% - 24px);
	margin-bottom:5px;
	padding:12px 12px;
	display:flex;
	flex-direction:row;
	align-items:center;
	border:solid 1px #000;
	border-bottom: solid 2px #000;
	background: rgba(255,255,255,0.05);
	background: linear-gradient(135deg, rgba(255,255,255,0.03) 0%, rgba(255,255,255,0.05) 100%);
	float:left;
}

.online_flag{
	width:18px;
	height:12px;
	background-size:18px 12px;
}

.online_name{
	width:calc(100% - 448px);
	height:16px;
	color:#ccc;
	font-size:20px;
	margin-left:12px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.online_guild{
	width:180px;
	height:16px;
	margin-left:20px;
	color:#aaa;
	font-size:18px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.online_level{
	width:40px;
	height:16px;
	margin-left:20px;
	color:#ccc;
	font-size:20px;
}

.online_vocation{
	width:160px;
	height:16px;
	margin-left:10px;
	margin-top:2px;
	color:#aaa;
	font-size:18px;
}

.online_none{
	width:100%;
	height:16px;
	color:#ccc;
	font-size:18px;
	text-align:center
}