.widthhack {
	width: 700px; /*720px*/
	min-height: 590px;
}

.tttcomp2015 {
	position: relative;
	width: 720px;
	padding-bottom: 10px;
	text-align: right;
}

.tttcomp2015 canvas {
	margin-bottom: 10px;
	cursor: pointer;
}

.tttcomp2015title {
	float: left;
	line-height: 26px;
	font-weight: 600;
	font-size: 16px;
}

.tttcomp2015btn {
	display: inline-block;
	color: white;
	background-color: #5C6166;
	border-radius: 4px;
	font-size: 12px;
	font-weight: 600;
	padding: 6px 9px 4px 9px;
	margin: 0 0 0 10px;
	cursor: pointer;
}

.tttcomp2015btn:active {
	color: black;
	background-color: white;
}

.tttcomp2015download {
	padding-left: 26px;
	background-image: url(download@2x.png);
	background-size: 13px 13px;
	background-repeat: no-repeat;
	background-position: 8px 6px;
}

.tttcomp2015sharelink {
	padding-left: 24px;
	background-image: url(share@2x.png);
	background-size: 11px 13px;
	background-repeat: no-repeat;
	background-position: 8px 5px;
}

.tttcomp2015share {
	position: absolute;
	right: 0;
	margin-top: 10px;
	width: 350px;
	height: 74px;
	padding: 4px 16px;
	box-sizing: border-box;
	
	color: white;
	background-color: white;
	border-radius: 4px;
	
	text-align: left;
	font-size: 16px;
	line-height: 35px;
	z-index: 100;
}

.tttcomp2015share.preparing {
	color: #A1AAB3;
	text-align: center;
	line-height: 70px;
	font-weight: 600;
}

.tttcomp2015share.hidden {
	display: none;
}

.tttcomp2015share .title {
	font-size: 16px;
	color: #5C6166;
}

.tttcomp2015share .title strong {
	font-weight: 600;
	color: black;
}

.tttcomp2015share:after {
	bottom: 100%;
	right: 23px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #ffffff;
	border-width: 6px;
	margin-left: -6px;
}

.tttcomp2015share .facebook {
	display: inline-block;
	margin-right: 18px;
	line-height: 0;
}