html, body {
	width: 100%;
	height: 100%;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: 300;
	-webkit-font-smoothing: antialiased;
	background-color: #F3F7F8;
/* 	background: url(/images/telegram_logo.png) #F3F7F8 no-repeat center center; */
/* 	background-size: 256px 256px; */
	margin: 0px;
	padding: 0px;
}

a { color: #3F94FC; text-decoration: underline; } a:hover {text-decoration: none;}

a:focus, a:active,
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
select::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
    border: 0;
    outline : 0;
}

.wrap {
	display: table;
	width: 100%;
	height: 100%;
	vertical-align: middle;
	text-align: center;
	padding: 20px;
	box-sizing: border-box;
}

.wrap .cell {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	max-width: 256px;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.wrap .cell div.item {
	display: inline-block;
	width: 20%;
	min-width: 200px;
	max-width: 280px;
	margin: 20px 2%;
	vertical-align: top;
}

.botname {
	font-size: 1.4em;
	color: #000;
	border-bottom: 1px dashed;
	text-decoration: none;
}

.wrap .cell div p {
	font-size: 1.1em;
	margin: 15px 0px;
	color: #333;
	line-height: 140%;
}

