﻿
*{
	-webkit-box-sizing: border-box;}
li{
	float:left;}

.fl{
	float: left;}
.fr{
	float: right;}
.clear{
	clear:both;}
.dt{
	display: table;
	width: 100%;}
.fl-w{
	float: left;
	width: 100%;}
.hide{
	display: none;}
.ver-container{
	display: table;
	width: 100%;
	text-align: center;}
.ver-container > * {
	vertical-align: middle;
	display: table-cell;}
