header {
	background: #e9ecef;
	border-bottom: 1px solid #dee2e6;
	padding: 1rem 0;
}
main {
	padding: 2rem 0
}
footer {
	background: #f8f9fa;
	border-top: 1px solid #dee2e6;
	color: #9aa0ac;
	padding: 2rem 0
}
.collections-element:hover {
	text-decoration: none !important;
}
.collection-header {
	background-repeat: no-repeat;
	background-position: center right;
	background-size: cover;
}
.collection-header-shadow {
	background-color:rgba(12, 0, 50, 0.85)
}
.collection-description {
	font-size: 1.5rem;
	font-weight: normal;
	line-height: 2.2rem
}
.collection-contents {
	margin-bottom: 2rem;
}
.collection-contents em {
	text-transform: lowercase
}

#doneAddBot,
#doAddBot{
	display: none;
}
.lwd:hover{
	text-decoration: none !important;
}
.element {
	display: block;
	margin: 0 0.4rem 0.8rem
}
.collection-element .element {
	margin: 0 0 0.8rem;
}

.element:hover{
	text-decoration: none !important;
	box-shadow: 0 8px 40px 0 rgba(0,0,0,.1);
}
a.search-element:hover {
	box-shadow: none
}
a.search-element:hover .e-title,
a.collections-element:hover .e-title {
	text-decoration: underline
}
.e-body {
	height:120px;
	margin:1.5rem 1.5rem 1rem
}

.e-img {
	width:30px;
	height:30px;
	line-height:26px;
	vertical-align: baseline
}
.search-element .e-img {
	width:72px;
	height:72px;
	line-height:70px;
	font-size:2rem;
}
.collections-element .e-img {
	width:120px;
	height:120px;
	line-height:110px;
	font-size:3rem;
}
.e-icon {
	width:20px
}
h3.e-title,
h4.e-title {
	color:#467fcf;
}
h4.e-title {
	font-size: 1.125rem;
	padding: 0;
	margin: 0;
}
.e-description {
	color: #9aa0ac;
	height:74px;
	overflow:hidden;
	margin:1rem 0 0;
	line-height: 24px;
	vertical-align: middle;
	font-size: 0.9375rem;
}
.search-element .e-description{
	height: auto;
	line-height: normal;
	margin-top: 0.25rem;
}
.e-button {
	position: absolute; top:156px; right: 24px; z-index:1000
}
.bot-head-status a:hover {
	text-decoration: none
}

.bot-description {
	background: #e9ecef;
	border-radius: 0.25rem;
	margin-bottom: 1rem;
	padding: 1.5rem 2rem;
}

.bot-share {
	text-align: center;
	padding: 1.5rem 2rem;
}

.bot-chat {
	background: #dfe6ee url(../images/chat_bg_telegram.jpg) no-repeat top center;
	border-radius: 0.25rem;
	font-size: 80%;
	padding: 1.5rem 1.5rem 0.75rem;
	margin: 0 0 1.5rem;
}
.bot-chat-bubble p {
	-webkit-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.25);
	background: #fff;
	border-radius: 0.3rem;
	display: table;
	padding: 0.5rem 0.75rem;
	margin-bottom: 0.25rem;
}
div.bot-chat-sm p {
	background: #d6e2ee;
}
.bot-chat-wm {
	display: table;
	margin: 0 auto 1rem;
	max-width: 400px;
	padding: 0 1rem;
}
.bot-chat-wm strong {
	font-weight: bold;
	display: block;
	margin: 0 0 0.5rem
}
.bot-chat-sm {
	display: table;
	margin: 0 0 1rem auto;
}
.bot-chat-fm {
	margin: 0 3rem 1rem 0;
}
.bot-chat-buttons p {
	margin-bottom: 0.25rem;
}
.bot-chat-buttons button {
	-webkit-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.25);
	background: #98aaba;
	border: none;
	border-radius: 0.3rem;
	color: #fff;
	padding: 0.5rem 0.75rem;
	margin-right: 0.25rem
}
.bot-commands,
.bot-inline {
	background: #e9ecef;
	border-radius: 0.25rem;
	margin-bottom: 1rem;
	padding: 1.5rem 2rem;
}
.bot-commands dl,
.bot-inline dl {
	clear: both
}
.bot-commands dt,
.bot-inline dt {
	float: left;
	margin: 0 1rem 0 0
}
.bot-commands dd,
.bot-inline dd {
	color: #999
}