.main.logo {
	width: 250px;
}
.top.menu .main.logo {
	width: 250px;
}

.ui.page.container, .ui.text.container {
	padding-bottom: 100px;
}

::selection {
	color: white;
	background: #F08DA9;
}
::-moz-selection {
	color: white;
	background: #F08DA9;
}

.blog.post.item .avatar.image {
	width: 18px; height: 18px;
	border-radius: 50%;
	vertical-align: middle;
}
.ui.dark.container {
	height: 40px;
	color: #888;
	padding: 10px;
	overflow: hidden;
}
.ui.dark.container a:hover {
	text-decoration: underline;
}
.ui.dark.container a {
	text-overflow: ellipsis;
	height: 1.4em;
	white-space: nowrap;
	overflow: hidden;
	display: block;
	float: left;
}

.ui.dark.container a strong {
	text-decoration: none;
	color: #888;
	font-weight: normal;
}
.ui.dark.container a:hover strong {
	text-decoration: none;
}
.ui.dark.container a strong.highlight {
	background-color: black;
	color: white;
}

.ui.centered.form {
	text-align: center;
}
.hidden {
	display: none;
}

a.clickable {
	text-decoration: underline;
}
.highlight {
	background-color: #ffc
}

.slack.button {
	height: 20px;
	overflow: hidden;
	display: block;
}

.ui.accordion .title span.clickable,
.ui.styled.accordion .title span.clickable {
	text-decoration: none;
	color: #4183c4;
}
.ui.accordion .title span.clickable:hover,
.ui.styled.accordion .title:hover span.clickable {
	text-decoration: underline;
}
.ui.styled.accordion .title {
	font-weight: inherit;
	color: inherit;
}

.mb.page {
	padding-top: 20px;
	background-color: #f9f9f9;
}
.mb.content.body {
	min-height: 500px;
}

.ui.form textarea.console::selection {
	background-color: white;
	color: black;
}

.mobile-only {
	display: none;
}
@media only screen and (max-width: 767px) {
    .mobile-hide {
        display: none !important;
	}
    .mobile-only {
        display: block;
    }
}

.ui.center.aligned.massive.header {
	font-size: 40px;
	letter-spacing: -2px;
}

.ui.plan.label {
	text-transform: uppercase;
}

pre {
	padding: 10px;
	tab-size: 3;
	background-color: #eeeeee;

	white-space: pre-wrap;      
	white-space: -moz-pre-wrap;
	white-space: -pre-wrap;     
	white-space: -o-pre-wrap;   
	word-wrap: break-word;

}
code {
	padding: 2px;
	tab-size: 3;
	background-color: #eeeeee;
	font-family: 'Inconsolata', monospace !important;
	font-size: 1em;
	line-height: 1.4em;
}
pre code {
	padding: 0px;
}
code.console, .ui.form textarea.console, pre.console, pre.console code {
	background: black url(../img/stars.png) fixed;
	color: white;
	padding: 10px;
	display: block;
	text-align: left;
	word-break: break-all;
}
code.big.console {
	padding: 20px;
}

.ui.message code {
	background-color: inherit;
}

pre.console.with.copy {
	margin-bottom: 10px;
}
.ui.right.attached.copy.button {
    margin-top: -40px;
    margin-right: 1px;

	border: 0;
	background: transparent;
	color: white;
}

.ui.horizontally.scrolling.segment {
	overflow-x: scroll;
}

.veritone.segment {
    background: url(/assets/static/img/VG@1x.png) rgb(33, 150, 243) no-repeat;
    background-size: cover;
	background-position: right;
	color: white;
}

.veritone-banner {
	height: 60px;
	background: url(/assets/static/img/VG@1x.png) #4caf50 no-repeat;
	background-position: center;
	color: white;
	position: relative; 
	display: flex; 
	justify-content: space-between; 
	align-items: center;
	padding-left: 24px;
}

.veritone-banner img {
	vertical-align: middle;
}
